Skip to content

Releases: amabnl/amadeus-ws-client

Bugfix Release 1.2.2

08 Mar 12:46
Compare
Choose a tag to compare

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

06 Mar 14:54
Compare
Choose a tag to compare

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

23 Feb 17:06
Compare
Choose a tag to compare

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

26 Jan 10:16
Compare
Choose a tag to compare

Fixes a bug in Offer_ConfirmAirOffer and Offer_VerifyOffer (see #38) causing these messages to not work..

Release 1.1.0

19 Oct 15:28
Compare
Choose a tag to compare

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

Version 1

18 Sep 20:04
Compare
Choose a tag to compare

First version of the Amadeus Web Services Client for PHP is released.

Supports a full AIR booking flow as well as a number of messages useful for PNR automation.

Supports Soap Header 2 and Soap Header 4 WSAP's.