Releases: ticketevolution/ticketevolution-php
Releases · ticketevolution/ticketevolution-php
4.2.6
Do not include min_and_max_price
in listEventsDeleted()
.
4.2.4
Support GuzzleHttp\Psr7
2.0 in addition to 1.x.
4.2.3
Fixed composer.json
syntax error
4.2.2
- Ensure that when
min_and_max_price
is used with listEvents()
it is sent as a boolean-string because the comparison in the API requires true
and not just a truthy value.
4.2.1
- Added
deleteOfficeCreditCard()
.
4.2.0
- Replace
gimler/guzzle-description-loader
with local version. This resolves the conflict with Symfony files that was preventing this project from being used with Laravel 5.8.
4.1.3
- Correct location of
recipients
parameter for emailAirbillForShipment()
.
- Fix
rejection_notes
parameter for rejectOrder()
.
- Make
q
parameter optional for searchEvents()
.
4.1.2
- Ensure
include_tevo_section_mappings
is sent as a string when used with listTicketGroups()
. (Thanks to @zimm0r)
4.1.1
Fix issue with deploying TEvo Harvester