Releases: ticketevolution/ticketevolution-php
Releases · ticketevolution/ticketevolution-php
4.4.4
- When using
settings()
to update the client settings, check if the description needs to be reloaded due to a version change.
4.4.3
Remove unused include_tevo_section_mappings
parameter from listings()
method.
4.4.2
Add new showEventStats()
method to return statistics regarding the tickets available for an event.
4.4.1
- Do not require
price
when using createTaxQuote()
.
4.4.0
- Ensure the
TEvoAuthMiddleware
is before any additional middleware so the computed X-Signature can be available to a logger middlware.
4.3.0
- Add new
completeShipment()
and updateShipment()
methods that are most often used when fulfilling mobile transfer sales.
4.2.10
- Add new
createTaxQuote()
method in preparation of the coming-soon Tax Quotes / Create endpoint.
4.2.9
- Add new
listings()
method to use the new faster and more efficient Listings / Index endpoint.
- Add new
showListing()
method to use the new faster and more efficient Listings / Show endpoint.
4.2.8
- Add
deleteClientEmailAddress()
method
4.2.7
Add new updateOrder()
method.