Skip to content

Releases: SuperSaaS/supersaas-php-api-client

Client update 2024

21 Feb 12:38
07cd81d
Compare
Choose a tag to compare

The API client has been updated with some new methods such as APIs for promotional codes and improved methods to look up ranges of appointments. Please see the the full API documentation on https://www.supersaas.com/info/dev.

If you have problems in using the new version, then while updating and doing testing you can still use the old v1.1.3

PHPUnit update

29 Mar 10:17
c7e50da
Compare
Choose a tag to compare

PHPUnit to latest supported versions in composer and improve unit tests

Readme update

09 Mar 21:47
4e61800
Compare
Choose a tag to compare

Fix readme documentation for user's API

Bug Fixes

09 Mar 02:21
e9fc11d
Compare
Choose a tag to compare
  1. Update README documentation with the correct method name
  2. Allow appointments#change & appointments#agenda method to take the slot parameter
  3. Removed changesSlot and agendaSlots methods from documentation to enforce new user to use agenda and changes method
  4. Allow access keys from the array hash which doesn't have the key defined(error-proof for PHP version >7.4)
  5. Fix validatePresent method
  6. Fix mapSlotOrBookings method

Range Api

30 Jan 12:59
47a37b6
Compare
Choose a tag to compare

Adding Range API