Skip to content

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

1.0.8

Choose a tag to compare

@padams padams released this 02 Dec 07:25

Bug fix release.

1.0.7

Choose a tag to compare

@padams padams released this 09 Jul 03:50
  • 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

Choose a tag to compare

@padams padams released this 09 Nov 00:57
  • refactor of Sites client responses.
  • better error handling of guzzle requests

1.0.5

Choose a tag to compare

@padams padams released this 08 Nov 22:28
  • 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

Choose a tag to compare

@padams padams released this 20 Sep 00:53
  • Added samesite attribute to tracker cookies
  • Added stateless tracker method for simplifying delayed commerce transactions.

1.0.3

Choose a tag to compare

@padams padams released this 18 Sep 03:57

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

1.0.2

Choose a tag to compare

@padams padams released this 18 Sep 03:27

Updatingmissing composer files from last release.

1.0.1

Choose a tag to compare

@padams padams released this 18 Sep 02:42
648f150

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

1.0.0

Choose a tag to compare

@padams padams released this 14 Sep 20:58
648f150

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.