Skip to content

Releases: cloudblue/connect-php-sdk

v18.5

31 Dec 08:42
98a4654

Choose a tag to compare

Added functionality to inquire requests using new Inquire templates.
Now when throwing an Inquire exception apart of the array of parameters to update is possible to include a ActivationTemplateResponse like this:

throw new \Connect\Inquire([
         new \Connect\Param([
                'id' => 'howyoufeel',
                 'value_error' => 'I dont like how you feel today.'
          ]),
          new \Connect\ActivationTemplateResponse('TL-1234-1234-1234')
]);

v18.4

13 Dec 14:32
13faefc

Choose a tag to compare

Updated readme

v18.3

10 Dec 17:50
07cd91f

Choose a tag to compare

Updated Product Model with agreements and contracts stats for providers

v18.2

03 Dec 18:43
7c4692b

Choose a tag to compare

Updated Product Model

v18.1

27 Nov 16:58
11eecd3

Choose a tag to compare

Directory Product List now suppoorts filters (using RQL)
Removed unused code from legacy conversations last message check

v18.0

21 Nov 11:01
58cfc7e

Choose a tag to compare

This is base release of PHP SDK in pair with Connect release v18

  • Has been removed duplication check for conversations to speed up, now this logic is on platform side
  • Small changes on few models, with new properties added in v18 release

17.8

08 Oct 11:49
5c3b7e8

Choose a tag to compare

Increased default curl timeout to 120 secs as default value

17.7

27 Sep 08:13
7e722f9

Choose a tag to compare

Fixed bug where limit, offset and order_by was not formated according to Connect spec

17.6

26 Sep 18:07
46bec51

Choose a tag to compare

RQL Improvements and optimization of conversations on Skip scenario

17.5

17 Sep 09:16
21f2b53

Choose a tag to compare

Improvement on Tier-Configuration workflow: Filtering per product/s is done on GET API request