1.5.0
Fixes
New features
- Fix #37 - Implementation for /createTargetedMessage ;
- Add a new
IRequestinterface common to all requests ; - Add a new
IResponseinterface common to all responses ; - Add a new
DateConditionwhich works with\DateTimeobjects and supports theBETWEEN,EQ,GTE,IN,LTE,NOTEQandNOTINoperators ; - Now the
IntConditionsupports theIN,NOTEQandNOTINoperators ; - Now the
StringConditionsupports theIN,NOTEQandNOTINoperators ; - Now the
Notificationclass supports thecampainandtimezoneproperties ; - Improves the request implementations and add a new
isAuthSupported()method to know if a specific request supports theauthproperty ;
Others
- Fix #17 - Add the library to awesome-php.