Php-pushwoosh v1.5.0 Release Notes

Release Date: 2016-03-10 // about 8 years ago
  • 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.