Skip to content

Releases: seatsio/seatsio-php

v42

05 Feb 12:01
821c1ac
Compare
Choose a tag to compare
v42

Added status change filtering and sorting

v41

29 Jan 08:37
3e931de
Compare
Choose a tag to compare
v41

Added support for creating multiple events in a single API call

v40

22 Jan 08:12
da7d5bb
Compare
Choose a tag to compare
v40

Object details are returned when changing object status

v39

19 Dec 16:44
56c6038
Compare
Choose a tag to compare
v39
  • Added subaccount filtering support

v38

23 Nov 08:40
Compare
Choose a tag to compare
v38
Exposed holdOnSelectForGAs on retrieve account call

v37

21 Nov 08:23
Compare
Choose a tag to compare
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

20 Nov 08:10
Compare
Choose a tag to compare
v36

When key is not found when fetching a specific event report, null is returned to be consistent with the server-side API.

v35

24 Oct 13:12
Compare
Choose a tag to compare
v35
tableBookingModes can be passed in when creating or updating an event

v34

16 Oct 09:02
Compare
Choose a tag to compare
v34
Exposed labels property on chart reporting and event reporting calls

v33

09 Oct 11:34
Compare
Choose a tag to compare
v33

SeatsioException now has a list of SeatsioApiErrors (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.