Releases: amabnl/amadeus-ws-client
Bugfix Release 1.2.2
Fixed a bug that occurred when using Soap Header 4 WSAP's that contain OTA messages.
In some instances, the authentication headers were not set correctly due to a faulty PHP Classmap -> XSD element translation.
For more info, see the changelog
Bugfix Release 1.2.1
Fixed an issue with calling the Security_Authenticate
message (Soap Header 2 WSAP's) with authentication parameters provided as shown in the documentation.
The documentation was wrong. Fixed both scenario's in the code for backwards compatibility.
See the Changelog
Release 1.2.0
This release adds support for a number of new messages, as well as a number of improvements to previously supported messages.
New messages supported:
- Ticket_DeleteTSMP
- Ticket_DisplayTSMP
- Ticket_DisplayTSMFareElement
- DocIssuance_IssueCombined
- PNR_NameChange
- FOP_CreateFormOfPayment
- PointOfRef_Search
Improvements to the following messages:
- Fare_MasterPricerTravelBoardSearch
- Fare_MasterPricerCalendar
- Fare_CheckRules
- Queue_List
- PNR_AddMultiElements
- PNR_Cancel
You can check the full changelog for more details
Release 1.1.1
Fixes a bug in Offer_ConfirmAirOffer and Offer_VerifyOffer (see #38) causing these messages to not work..
Release 1.1.0
New release with a number of improvements to already-supported messages, as well as a few new messages implemented.
The library now supports all major pricing messages as well as all messages necessary for AIR seat selection and pricing.
New options implemented for:
Fare_MasterPricerTravelBoardSearch
Fare_PricePnrWithBookingClass
PNR_AddMultiElements
DocIssuance_IssueTicket
Air_RetrieveSeatMap
New messages supported:
PNR_TransferOwnership
Ticket_DisplayTST
Ticket_CreateTSMFromPricing
Service_IntegratedPricing
DocIssuance_IssueMiscellaneousDocuments
Fare_MasterPricerCalendar
Fare_InformativeBestPricingWithoutPNR
Fare_PricePNRWithLowerFares
Fare_PricePNRWithLowestFare
MiniRule_GetFromPricing
Offer_CreateOffer
For a detailed overview, check the changelog.
Examples of how to use the new messages/options can be found in the Samples docs