Skip to content

Releases: aawnu/php-ga4

V1.0.2: PHP 7.0+ & GA4 Events

24 Aug 22:12
05fded5

Choose a tag to compare

  • Added PHP 7.1 to workflow testing
  • Added strict check on timestamp being within 3 days limitation (*Reference)
  • Added support for unlimited Events on the main Analytics class by sending events in batches of 25 (*Reference)
  • Updated Composer.json with package versions that support all supported PHP Versions
  • Updated PHPUnit Tests to fit the above changes and validate more requirements
  • Removed ?\Throwable type from GA4Exception, be vary of usage as it still requires a matching type

What's Changed

  • V1.x: Extend Testing & Update Found Issues by @AlexWestergaard in #10
  • Rework event limiter by chunking events on posting to Google Analytics by @AlexWestergaard in #12
  • Update Composer & CI Workflow by @AlexWestergaard in #13

Full Changelog: v1.0.1...v1.0.2

V1.0.1: Timestamp as Microtime

25 Jul 12:37
8ce4cdb

Choose a tag to compare

Fixing the issue where microtime is not the proper format as 1*1000000 instead of 1*1000 and this resulted in events not being used as they are older than 3 days in microtime.

What's Changed

  • Update timestamp to microtime format by @AlexWestergaard in #8

Full Changelog: v1.0.0...v1.0.1

V1

21 Jul 01:18
dbf77c7

Choose a tag to compare

V1

What's Changed

  • V1.x by @AlexWestergaard in #6

Full Changelog: v1.0.0-beta...v1.0.0

V1 Beta

14 Jul 21:06
b90ce46

Choose a tag to compare

V1 Beta Pre-release
Pre-release

What's Changed

  • Chained events & PHPUnit testing by @AlexWestergaard in #2

Full Changelog: v1.0.0-alpha...v1.0.0-beta

V1 Alpha

13 Jul 16:07
fe5a7b7

Choose a tag to compare

V1 Alpha Pre-release
Pre-release

What's Changed

  • Initial codebase for GA4 Wrapper by @AlexWestergaard in #1

New Contributors

  • @AlexWestergaard made their first contribution in #1

Full Changelog: https://github.com/AlexWestergaard/php-ga4/commits/v1.0.0-alpha