From 9fb1c6475126b9557ec5b02d3fdb902ee5a42250 Mon Sep 17 00:00:00 2001 From: dieter Date: Mon, 15 May 2017 17:33:43 +0200 Subject: [PATCH] Preparing for release 1.4.0 --- CHANGELOG.md | 2 +- README.md | 2 +- docs/list-of-supported-messages.rst | 6 ++++++ src/Amadeus/Client.php | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e67294c6..f3ce5a416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Release 1.4.0 (UNRELEASED) +# Release 1.4.0 (15 May 2017) * Added support for ``Fare_PricePNRWithBookingClass`` errors in message version 7.3 format (https://github.com/amabnl/amadeus-ws-client/issues/57) * Added support for Seat Request elements in in ``PNR_AddMultiElements`` (https://github.com/amabnl/amadeus-ws-client/issues/64/) * Added support for Credit Card Holder name when adding FP elements with ``PNR_AddMultiElements`` (https://github.com/amabnl/amadeus-ws-client/issues/69) diff --git a/README.md b/README.md index 09d3700c1..af34110ec 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Once the client is installed, read the [About & Get Started](docs/about-get- # Release history -The current release is version 1.3.1. +The current release is version 1.4.0. See the [Changelog](CHANGELOG.md). diff --git a/docs/list-of-supported-messages.rst b/docs/list-of-supported-messages.rst index b37ff48d5..f6ce0f45f 100644 --- a/docs/list-of-supported-messages.rst +++ b/docs/list-of-supported-messages.rst @@ -79,7 +79,11 @@ These messages will be implemented at some point in the future. *Pull requests a - Fare_RebookAndCreateTST - Air_RebookAirSegment - Air_TLAGetAvailability +- PNR_CreateAuxiliarySegment - PointOfRef_CategoryList +- Ticket_CreateManualTSMP +- TSM_CreateTSMFromPricing +- Ticket_UpdateTSMP - Ticket_ProcessEDoc - Ticket_RetrieveListOfTSM - Ticket_AddDocNumber @@ -88,6 +92,8 @@ These messages will be implemented at some point in the future. *Pull requests a - Service_IntegratedCatalogue - Service_PriceServiceViaCatalogue - Service_PriceIntegratedMode +- Service_StandaloneCatalogue +- Service_StandalonePricing - Hotel_MultiSingleAvailability - Hotel_DescriptiveInfo - Hotel_EnhancedPricing diff --git a/src/Amadeus/Client.php b/src/Amadeus/Client.php index 2f126ace2..129ee352d 100644 --- a/src/Amadeus/Client.php +++ b/src/Amadeus/Client.php @@ -57,7 +57,7 @@ class Client extends Base * * @var string */ - const VERSION = "1.4.0-dev"; + const VERSION = "1.4.0"; /** * An identifier string for the library (to be used in Received From entries)