1.5.0
Fixes
New features
- Fix #37 - Implementation for /createTargetedMessage ;
- Add a new
IRequest
interface common to all requests ; - Add a new
IResponse
interface common to all responses ; - Add a new
DateCondition
which works with\DateTime
objects and supports theBETWEEN
,EQ
,GTE
,IN
,LTE
,NOTEQ
andNOTIN
operators ; - Now the
IntCondition
supports theIN
,NOTEQ
andNOTIN
operators ; - Now the
StringCondition
supports theIN
,NOTEQ
andNOTIN
operators ; - Now the
Notification
class supports thecampain
andtimezone
properties ; - Improves the request implementations and add a new
isAuthSupported()
method to know if a specific request supports theauth
property ;
Others
- Fix #17 - Add the library to awesome-php.