Skip to content

Releases: tomloprod/ionic-push-php

1.5.4

Choose a tag to compare

@tomloprod tomloprod released this 17 Jul 13:31

Added empty statusText response. Removed unused commented lines.

1.5.3

Choose a tag to compare

@tomloprod tomloprod released this 08 Jun 12:56
  • Improve error response with "parameter" value

1.5.2

Choose a tag to compare

@tomloprod tomloprod released this 29 May 14:28
  • 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

Choose a tag to compare

@ramoncarreras ramoncarreras released this 17 May 15:51
  • Added replace() method to Notifications class.

1.5.0

Choose a tag to compare

@ramoncarreras ramoncarreras released this 17 May 15:18
  • Improved and simplified exceptions.

1.4.0

Choose a tag to compare

@ramoncarreras ramoncarreras released this 15 May 06:32

Replaced ApiResponse class for PHP Exceptions

1.3.0

Choose a tag to compare

@ramoncarreras ramoncarreras released this 04 May 15:14
  • New ApiResponseClass.
  • Updated examples.
  • Updated README.md

1.2.1

Choose a tag to compare

@tomloprod tomloprod released this 01 May 16:42

Changes:

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

1.2.0

Choose a tag to compare

@tomloprod tomloprod released this 30 Apr 12:10

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

Choose a tag to compare

@tomloprod tomloprod released this 29 Apr 20:58

Notifications class:

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