Releases: seatsio/seatsio-php
Releases · seatsio/seatsio-php
v42
Added status change filtering and sorting
v41
Added support for creating multiple events in a single API call
v40
Object details are returned when changing object status
v39
- Added subaccount filtering support
v38
Exposed holdOnSelectForGAs on retrieve account call
v37
When key is not found when fetching a specific event report, empty array is returned. This is consistent with the empty array that's returned when there are no objects on the chart, and a general report is requested.
v36
When key is not found when fetching a specific event report, null is returned to be consistent with the server-side API.
v35
tableBookingModes can be passed in when creating or updating an event
v34
Exposed labels property on chart reporting and event reporting calls
v33
SeatsioException now has a list of SeatsioApiError
s (that have an error code and a message), instead of a list of strings. This should make it easier to handle specific errors from client code.