Skip to content

Releases: tomloprod/ionic-push-php

1.5.4

17 Jul 13:31
Compare
Choose a tag to compare

Added empty statusText response. Removed unused commented lines.

1.5.3

08 Jun 12:56
Compare
Choose a tag to compare
  • Improve error response with "parameter" value

1.5.2

29 May 14:28
Compare
Choose a tag to compare
  • Added a method to check success responses
  • Avoid to load a full request info, only HTTP_CODE
  • Updated style to PSR-2
  • Improved Request error management
  • Add create token parameters into body request

1.5.1

17 May 15:51
Compare
Choose a tag to compare
  • Added replace() method to Notifications class.

1.5.0

17 May 15:18
Compare
Choose a tag to compare
  • Improved and simplified exceptions.

1.4.0

15 May 06:32
Compare
Choose a tag to compare

Replaced ApiResponse class for PHP Exceptions

1.3.0

04 May 15:14
Compare
Choose a tag to compare
  • New ApiResponseClass.
  • Updated examples.
  • Updated README.md

1.2.1

01 May 16:42
Compare
Choose a tag to compare

Changes:

  • Added sound parameter to "setConfig" method of Notifications class.
  • Improved README.

1.2.0

30 Apr 12:10
Compare
Choose a tag to compare

Changes:

  • Refactor and improve all library.
  • Added examples
  • Documentation has been completed and improved (README)
  • Create "decodeResponse" method on Request class to convert some responses (for paginated and retrieve methods of Notifications and DeviceTokens classes) to objects instead of JSON.

1.1.9

29 Apr 20:58
Compare
Choose a tag to compare

Notifications class:

  • FIX "deleteAll" method: Check if is an object and has data property before foreach.