Skip to content

Releases: tourware/sdk-php

v0.5.9

31 Jan 09:33
fac9047
Compare
Choose a tag to compare

What's Changed

  • fix: make client constructor extendable by @nicoorfi in #11

Full Changelog: v0.5.8...v0.5.9

v0.5.8

30 Jan 10:24
d78cedf
Compare
Choose a tag to compare

What's Changed

  • fix: json_encode body array to prevent error invalid array type in Guzzle request by @itmsh in #7
  • fix: allow datetime string in range filter comparisons by @nicoorfi in #8
  • fix: revert adding composer.lock to source control by @nicoorfi in #9

Full Changelog: v0.5.6...v0.5.8

v0.5.7

18 Oct 06:54
0d9117f
Compare
Choose a tag to compare

What's Changed

  • fix: json_encode body array to prevent error invalid array type in Guzzle request by @itmsh in #7

Full Changelog: v0.5.6...v0.5.7

v0.5.6

08 Sep 08:53
352bf85
Compare
Choose a tag to compare

What's Changed

  • feat: new client default method "whoami". In tourware, every client has an identity, as well as it's settings, by adding the whoami custom endpoint call, we have a generic way in all instances to know what the settings of the authenticated client are. This way we can know the system currency, the client default language and many more important settings. Additionally we avoid having in multiple times in the code a custom call to me/whoami, but instead we have an only one place where we configure that.

Full Changelog: v0.5.5...v0.5.6

v0.5.5

28 Jul 07:19
7932c33
Compare
Choose a tag to compare

Features

  • New endpoints are added to the REST-API list
  • Agency
  • AgencyCommissionRule
  • AgencyCommissionSchema
  • CancellationRule
  • CancellationSchema
  • FlightSegment
  • OperationsBookingsServicesPaxPrice

Full Changelog: v0.5.4...v0.5.5

v0.5.4

23 Jul 17:09
d2627dc
Compare
Choose a tag to compare
Fixed error in options

v0.5.3

21 Jul 14:54
Compare
Choose a tag to compare
feat(fileupload): added fileupload method to easily upload files trou…

…gh the /files/upload endpoint

v0.5.2

18 Jul 18:37
Compare
Choose a tag to compare

Full Changelog: v0.5.1...v0.5.2

v0.5.1

28 Mar 13:51
Compare
Choose a tag to compare

Bug Fixes

  • missing headers array on custom endpoint (Nicoorfi)

v0.5.0

28 Mar 12:01
Compare
Choose a tag to compare

Features