Releases: amabnl/amadeus-ws-client
Release 1.8.0
A long overdue release 1.8.0 is finally here!
Support for 6 new messages: Ticket_RetrieveListOfTSM
, Ticket_CreateTASF
, PNR_Ignore
, SalesReports_DisplayDailyOrSummarizedReport
, SalesReports_DisplayNetRemitReport
, Fare_MasterPricerExpertSearch
- all of which were contributed!
Added support for extra features in Queue_, Fare_, Air_ and other mesages.
Added support for PHP 7.3 as well.
As always, check the changelog for detailed changes!
Release 1.7.1
Includes a bugfix for a wrong date format in PNR_AddMultiElements
.
Release 1.7.0
This release includes several new messages:
Air_RebookAirSegment
DocRefund_IgnoreRefund
Ticket_ProcessETicket
Ticket_InitRefund
Ticket_IgnoreRefund
Ticket_ProcessRefund
PNR_Split
Extra options are supported on the following messages: Air_SellFromRecommendation
, Fare_MasterPricerTravelBoardSearch
, PNR_AddMultiElements
, DocIssuance_IssueTicket
, DocIssuance_IssueCombined
New feature: Support for the TransactionFlowLink
SOAP header
Fixes:
FOP_CreateFormOfPayment
now works with message versions 14 and lower.FOP_CreateFormOfPayment
generated an incorrect message when using sequence number 0
Check the Changelog for the full list of changes.
Bugfix Release 1.6.2
Fixed a bug where the Client parameter returnXml
was ignored.
See the Changelog.
Bugfix release 1.6.1
Fixes a bug with FOP_CreateFormOfPayment which requires an empty <dummy>
xml node to be present.
Release 1.6.0
- 3 new messages implemented:
MiniRule_GetFromETicket
,Ticket_ProcessEDoc
,Ticket_CancelDocument
. - More options for retrieving PNR's using
PNR_Retrieve
- Support for "Layover per connection" option in
Fare_MasterPricerTravelBoardSearch
- 1 bug fixed in PNR_AddMultiElements
Check out the detailled changelog for more information.
Release 1.5.0
This release includes some improvements to all Pricing messages, PNR_AddMultiElements
, PNR_Retrieve
, and MasterPricer messages (mostly thanks to @bimusiek!)
Support was added for Air_MultiAvailability
version 16 and up.
2 new messages were implemented:
FOP_ValidateFOP
Service_IntegratedCatalogue
Check out the detailled changelog for more information.
Release 1.4.0
This release includes a few improvements to PNR_AddMultiElements
, an extra pricing option in Fare_PricePNRWithBookingClass
(and other Pricing messages), and support for 4 new messages:
DocRefund_InitRefund
DocRefund_UpdateRefund
DocRefund_ProcessRefund
Fare_GetFareRules
See the Changelog for a full overview of changes in this release.
Bugfix release 1.3.1
Fixes an issue with a conflicting psr/log
dependency when installing in a Yii2 application.
Release 1.3.0
The main feature for this release is the support of the Amadeus Ticket Changer (ATC) Shopper flow (#39). We now support the following messages for this flow:
Ticket_CheckEligibility
Ticket_ATCShopperMasterPricerTravelBoardSearch
Ticket_RepricePNRWithBookingClass
Ticket_ReissueConfirmedPricing
Ticket_CreateTSMFareElement
Besides ATC Shopper, a few features were added to Fare_MasterPricerTravelBoardSearch
and PNR_AddMultiElements
. And a few bugs were fixed.
For an overview of all changes, check the Changelog.