Skip to content

Releases: Spryng/rest-api-php

Version 1.1.0

23 May 13:37
49e79b0

Choose a tag to compare

This update includes:

  • ⚠️ Breaking Validation for requires parameters. Throws a ValidationException if any of those are missing
  • The cancel message endpoint
  • ⚠️ Breaking deprecated send method on Message in favor of create to match documentation (other method still usable)
  • ⚠️ Breaking deprecated showAll method on Message in favor of list to match documentation (other method still usable)
  • ✔️ Added cancel endpoint for scheduled messages
  • Some additions and fixes to the unit tests

v1.0.1

13 Dec 10:17
56f0f02

Choose a tag to compare

  • Add reference to message

v1.0.0

01 Jun 15:29
7ec832e

Choose a tag to compare

Initial release