- Revert back Sensory Show FILM_INFO3 constants (was removed by mistake)
- Add new FILM_INFO3 constants
- Support PHP 8
- Add additional purchase related properties in guzzle operation
- Add purchase related properties in guzzle operation
- Fix Exception handling for SQL API
- Fix Exception handling for SQL API
- Add Exception handling for SQL API
- Convert XML string to utf-8 first before converting to XML
- Fix for non-standard data format received for single record or single field
- Fix issue with RTS not supporting CDATA in query.
- Update docs.
- Remove seat layout app
- Add SQL API -
new SqlApi($config)->query($query, $options)
which returns as associative array- $options (array) argument can have
asString
to return result as string (XML as string). - $options (array) argument can have
asXML
to return result as SimpleXML object. - $options (array) argument can have
asRawArray
to return result as array as converted from SimpleXML object.
- $options (array) argument can have
- Add
getGiftCardInformationWithPin
- Add
getTransactionDetails
- Update error constants
- Fix release constants
- Add
probe
and 'isIt' static methods inConstants
to find properties of movie or showtimes. - Add
getMessage
static method inConstants
- Updated two more Info3 bits
- Initial release