Skip to content

Releases: ticketevolution/ticketevolution-php

4.1.0

20 Feb 22:30
33428bb
Compare
Choose a tag to compare
  • Added /v10/orders endpoint for createOrders()

4.0.5

20 Feb 22:27
Compare
Choose a tag to compare
  • Expanded acceptable states for listOrders().

4.0.4

19 Jun 20:04
Compare
Choose a tag to compare
  • Added uploadAirbillForShipment() for uploading a base-64 encoded PDF airbill for a ProvidedAirbill shipment.
  • Correct documentation for adding a logger middleware under Advanced Usage.

4.0.3

09 Jun 23:41
Compare
Choose a tag to compare
  • Use PUT for setTicketProperties().

4.0.2

09 Jun 23:35
Compare
Choose a tag to compare
  • Allow string or int barcode for setTicketProperties().

4.0.1

09 Jun 23:06
Compare
Choose a tag to compare

4.0.0

24 May 17:39
Compare
Choose a tag to compare
  • Upgrade to Guzzle 6.2.
  • Create new TEvoAuthMiddleware to handle API authentication since the old Subscriber method no longer works.

3.0.8

19 Oct 16:09
Compare
Choose a tag to compare
  • Correct the allowed types for listTicketGroups().

3.0.7

19 Oct 15:58
Compare
Choose a tag to compare
  • Allow strings to be used in addition to integers for showPerformer() and showVenue() so that the slugs may be used.

3.0.6

17 Aug 19:33
Compare
Choose a tag to compare
  • Update search() to use a comma-separated string for the types value instead of an array now that the corresponding endpoint allows that.