Releases: printu/customerio
Releases · printu/customerio
3.2.0-rc.0
- add support for EU region (#36)
- allow email to be used as the customer identifier (#40) by @jbardnz
- add support for Transactional API (#39)
3.1.1
- fix: switch App API to Bearer auth (#37)
3.1.0
- remove deprecated GuzzleHttp\Psr7\stream_for
- Add support for various json decoding modes (#26)
3.0.2
- Helper function to set the siteId (#31)
3.0.0
- upgrade Guzzle to 7.0
- drop support for PHP 5
3.0.0-rc.2
fix customers events endpoint
2.3.1
- hotfix customer events endpoint
3.0.0-rc.1
- upgrade Guzzle to 7.0
- drop support for PHP 5
2.3.0
- add support for suppress/unsuppress endpoints #17
- add new App API Key for beta endpoints.
$client->setAppAPIKey()
#23