Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Releases: ticketevolution/ticketevolution-php

4.4.4

19 Aug 22:11
0904d30

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

Choose a tag to compare

Remove unused include_tevo_section_mappings parameter from listings() method.

4.4.2

18 Jul 16:10
b89b7b5

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

Choose a tag to compare

  • Do not require price when using createTaxQuote().

4.4.0

04 Apr 13:28
4e6dfa4

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

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

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

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

Choose a tag to compare

  • Add deleteClientEmailAddress() method

4.2.7

20 Sep 18:59
4956435

Choose a tag to compare

Add new updateOrder() method.