Releases: cloudblue/connect-php-sdk
v18.5
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
Updated readme
v18.3
Updated Product Model with agreements and contracts stats for providers
v18.2
Updated Product Model
v18.1
Directory Product List now suppoorts filters (using RQL)
Removed unused code from legacy conversations last message check
v18.0
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
Increased default curl timeout to 120 secs as default value
17.7
Fixed bug where limit, offset and order_by was not formated according to Connect spec
17.6
RQL Improvements and optimization of conversations on Skip scenario
17.5
Improvement on Tier-Configuration workflow: Filtering per product/s is done on GET API request