Releases: SuperSaaS/supersaas-php-api-client
Releases · SuperSaaS/supersaas-php-api-client
Client update 2024
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
PHPUnit to latest supported versions in composer and improve unit tests
Readme update
Fix readme documentation for user's API
Bug Fixes
- Update README documentation with the correct method name
- Allow appointments#change & appointments#agenda method to take the slot parameter
- Removed changesSlot and agendaSlots methods from documentation to enforce new user to use agenda and changes method
- Allow access keys from the array hash which doesn't have the key defined(error-proof for PHP version >7.4)
- Fix validatePresent method
- Fix mapSlotOrBookings method
Range Api
Adding Range API