Skip to content

V1.0.2: PHP 7.0+ & GA4 Events

Choose a tag to compare

@aawnu aawnu released this 24 Aug 22:12
· 322 commits to master since this release
05fded5
  • 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