Releases: Open-Web-Analytics/owa-php-sdk
Releases · Open-Web-Analytics/owa-php-sdk
1.0.7
- Updated Guzzle version
- Provide debug flag in global config
- Fix Guzzle exceptions
- Add OWA SDK Client user-agent header to all http requests
1.0.6
- refactor of Sites client responses.
- better error handling of guzzle requests
1.0.5
- Added signing of all REST requests with OWA Auth Secret key
- Added Sites client
NOTE: you must update your credentials by adding the secret OWA_AUTH_KEY prior to updating to this release.
1.0.4
- Added samesite attribute to tracker cookies
- Added stateless tracker method for simplifying delayed commerce transactions.
1.0.3
Downgrading polyfill-mbstring to avoid use of php8 syntax which breaks WordPress plugin repo.
1.0.2
Updatingmissing composer files from last release.
1.0.1
Downgrading composer dependancies in order to resolve issues when SDK is included in WordPress plugins.
1.0.0
First official release. Changes from dev version include:
- All install via composer. #5
This release deprecates the owe-autoloader method in favor of installing via composer which is required anyway.
Also, NOTE: we fixed a bug in the action tracker method where the function params for action group and name were reversed. It was correct in the docs ut wrong in the code and due to PHP 8 started thronging a fatal error. Many thanks to @daemon-byte for work on this release.