diff --git a/CHANGELOG.md b/CHANGELOG.md index b709452..123efae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.4.3 (July 22, 2022) +- Remove unused `include_tevo_section_mappings` parameter from `listings()` method. + ## 4.4.2 (July 18, 2022) - Add new `showEventStats()` method to return statistics regarding the tickets available for an event. diff --git a/src/Client.php b/src/Client.php index 0681da5..594ce16 100755 --- a/src/Client.php +++ b/src/Client.php @@ -16,7 +16,7 @@ class Client * * @const string */ - const VERSION = '4.4.2'; + const VERSION = '4.4.3'; /** * Guzzle service description diff --git a/src/Resources/v9/listings.php b/src/Resources/v9/listings.php index 6b1014d..fc5b21b 100755 --- a/src/Resources/v9/listings.php +++ b/src/Resources/v9/listings.php @@ -74,14 +74,6 @@ 'description' => 'Sort results by any return parameter.', 'required' => false, ], - 'include_tevo_section_mappings' => [ - 'location' => 'query', - 'type' => ['boolean', 'string'], - 'description' => 'Include TEvo Section Mappings for use with ticketevolution/seatmaps-client', - 'required' => false, - 'default' => false, - 'format' => 'boolean-string', - ], ], 'additionalParameters' => ['location' => 'query'], ],