Skip to content

Releases: amabnl/amadeus-ws-client

Bugfix Release 1.6.2

10 Apr 18:57
Compare
Choose a tag to compare

Fixed a bug where the Client parameter returnXml was ignored.

See the Changelog.

Bugfix release 1.6.1

19 Mar 18:49
Compare
Choose a tag to compare

Fixes a bug with FOP_CreateFormOfPayment which requires an empty <dummy> xml node to be present.

Release 1.6.0

07 Feb 09:01
Compare
Choose a tag to compare
  • 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

05 Nov 09:00
Compare
Choose a tag to compare

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

15 May 15:38
Compare
Choose a tag to compare

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

05 May 05:58
Compare
Choose a tag to compare

Fixes an issue with a conflicting psr/log dependency when installing in a Yii2 application.

Release 1.3.0

05 Apr 07:58
Compare
Choose a tag to compare

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.

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