Skip to content

Releases: cloudloyalty/client-php

v1.9.2

20 Nov 12:50
abb7db6

Choose a tag to compare

What's Changed

  • Added gift card support by @luza in #9

Full Changelog: v1.9.1...v1.9.2

v1.9.1

02 Sep 14:05

Choose a tag to compare

Updates:

  • added promocode block under calculation result row
  • added template field in /send-confirmation-code
  • isAnonymousClient marked as deprecated

v1.9.0

20 Aug 07:19
6edd154

Choose a tag to compare

What's Changed

  • Added /calculate-products method by @luza in #8

Full Changelog: v1.8.1...v1.9.0

v1.8.1

22 Dec 13:30
41a645a

Choose a tag to compare

What's Changed

  • Fixed deprecation warnings on PHP8+ by @luza in #7

Full Changelog: v1.8.0...v1.8.1

v1.8.0

27 May 10:44
65732c1

Choose a tag to compare

What's Changed

  • Added CurlClient, the client based on curl PHP extension by @luza in #6

Full Changelog: v1.7.1...v1.8.0

v1.7.1

28 Apr 16:40
88d680e

Choose a tag to compare

  • Fixed serverAddress scheme appending
  • Removed jsonSerialize in Request/Response

v1.7.0

28 Apr 14:07
39ca802

Choose a tag to compare

  • Allow to specify scheme for the serverAddress
  • Allow to inject logger for debugging server request and responses
  • Updated dependencies

v1.6.0

08 Feb 08:43

Choose a tag to compare

  • level block in get-balance reply
  • discard-gift-card method

v1.5.0

24 Jan 16:18

Choose a tag to compare

  1. Added new method models and definitions:

    • activate-gift-card
    • generate-gift-card
  2. Updated dependencies

v1.4.0

28 Jun 08:01

Choose a tag to compare

  • Updated send-confirmation-code response struct
  • Updated apply-return request struct
  • Removed error_clear_last() as it is not available in 5.4