Releases: ticketevolution/ticketevolution-php
Releases · ticketevolution/ticketevolution-php
4.1.0
- Added
/v10/orders
endpoint for createOrders()
4.0.5
- Expanded acceptable
states
for listOrders()
.
4.0.4
- 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
- Use
PUT
for setTicketProperties()
.
4.0.2
- Allow
string
or int
barcode
for setTicketProperties()
.
4.0.0
- Upgrade to Guzzle 6.2.
- Create new
TEvoAuthMiddleware
to handle API authentication since the old Subscriber method no longer works.
3.0.8
- Correct the allowed
type
s for listTicketGroups()
.
3.0.7
- Allow strings to be used in addition to integers for
showPerformer()
and showVenue()
so that the slugs may be used.
3.0.6
- Update
search()
to use a comma-separated string for the types
value instead of an array now that the corresponding endpoint allows that.