Skip to content

Releases: Open-Web-Analytics/owa-php-sdk

1.0.8

02 Dec 07:25
Compare
Choose a tag to compare

Bug fix release.

1.0.7

09 Jul 03:50
Compare
Choose a tag to compare
  • 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

09 Nov 00:57
Compare
Choose a tag to compare
  • refactor of Sites client responses.
  • better error handling of guzzle requests

1.0.5

08 Nov 22:28
Compare
Choose a tag to compare
  • 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

20 Sep 00:53
Compare
Choose a tag to compare
  • Added samesite attribute to tracker cookies
  • Added stateless tracker method for simplifying delayed commerce transactions.

1.0.3

18 Sep 03:57
Compare
Choose a tag to compare

Downgrading polyfill-mbstring to avoid use of php8 syntax which breaks WordPress plugin repo.

1.0.2

18 Sep 03:27
Compare
Choose a tag to compare

Updatingmissing composer files from last release.

1.0.1

18 Sep 02:42
648f150
Compare
Choose a tag to compare

Downgrading composer dependancies in order to resolve issues when SDK is included in WordPress plugins.

1.0.0

14 Sep 20:58
648f150
Compare
Choose a tag to compare

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.