Skip to content

1.5.0

Compare
Choose a tag to compare
@bgaillard bgaillard released this 10 Mar 09:17
· 85 commits to master since this release

Fixes

  • Fix #40 - Content is supposed to be string type only ;
  • Fix #41 - Fix pushStat endpoint call

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 the BETWEEN, EQ, GTE, IN, LTE, NOTEQ and NOTIN operators ;
  • Now the IntCondition supports the IN, NOTEQ and NOTIN operators ;
  • Now the StringCondition supports the IN, NOTEQ and NOTIN operators ;
  • Now the Notification class supports the campain and timezone properties ;
  • Improves the request implementations and add a new isAuthSupported() method to know if a specific request supports the auth property ;

Others

  • Fix #17 - Add the library to awesome-php.