Releases: katanox/katanox-php
Releases · katanox/katanox-php
Corporate profiles
What's Changed
Full Changelog: v3.2.4...v3.3.0
v3.2.2
[3.2.2] - 2021-10-21
Fixed
- Fix order of parameters in Guzzle Response object by @ggeorgiadis in #10
Full Changelog: v3.2.1...v3.2.2
v3.2.1
[3.2.1] - 2021-10-19
Changed
- URL encode query parameters by @ggeorgiadis in #9
Full Changelog: v3.2.0...v3.2.1
v3.2.0 - Payment Expiry year is now 4 digits
[3.2.0] - 2021-10-12
Changed
- payment expiry year should be a 4 digit number
Full Changelog: v3.1.1...v3.2.0
v3.0.1 - Changes to availability query
[3.0.1] - 2021-09-20
Bugfix
- Property Ids in AvailabilityQuery are now properly used as query parameters
Changed
- Lat and Lng are not required if Property Ids are set in AvailabilityQuery
v3.0.0 - New Sandbox Implementation
[3.0.0] - 2021-09-16 - New Sandbox Implementation
Changed
- The KatanoxAPI class doesn't need the isSandbox boolean in its constructor since there is no need for a separate endpoint anymore.
- The Booking Resource now sends the bookings via the PCI Proxy url to ensure PCI Compliance
v2.0.0
[2.0.0] - 2021-08-20
Added
- Github Actions workflow
Changed
- Minimum PHP version to 7.4
- Models now use getters and setters instead of publicly accessible fields
v1.0.0
Initial release of the Katanox API.
Added:
- AvailabilityResource
- BookingResource
- PropertyResource