Skip to content

Releases: ticketevolution/ticketevolution-php

4.4.4

19 Aug 22:11
0904d30
Compare
Choose a tag to compare
  • When using settings() to update the client settings, check if the description needs to be reloaded due to a version change.

4.4.3

22 Jul 15:58
7fe7a3a
Compare
Choose a tag to compare

Remove unused include_tevo_section_mappings parameter from listings() method.

4.4.2

18 Jul 16:10
b89b7b5
Compare
Choose a tag to compare

Add new showEventStats() method to return statistics regarding the tickets available for an event.

4.4.1

09 Jun 17:37
c88f6bb
Compare
Choose a tag to compare
  • Do not require price when using createTaxQuote().

4.4.0

04 Apr 13:28
4e6dfa4
Compare
Choose a tag to compare
  • Ensure the TEvoAuthMiddleware is before any additional middleware so the computed X-Signature can be available to a logger middlware.

4.3.0

10 Mar 05:53
84de1c4
Compare
Choose a tag to compare
  • Add new completeShipment() and updateShipment() methods that are most often used when fulfilling mobile transfer sales.

4.2.10

16 Dec 22:15
859b1cb
Compare
Choose a tag to compare
  • Add new createTaxQuote() method in preparation of the coming-soon Tax Quotes / Create endpoint.

4.2.9

08 Dec 15:29
5b0d0f4
Compare
Choose a tag to compare
  • 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

29 Nov 20:29
b6f09f3
Compare
Choose a tag to compare
  • Add deleteClientEmailAddress() method

4.2.7

20 Sep 18:59
4956435
Compare
Choose a tag to compare

Add new updateOrder() method.