Releases: aawnu/php-ga4
Releases · aawnu/php-ga4
V1.0.2: PHP 7.0+ & GA4 Events
- Added
PHP 7.1to 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
?\Throwabletype fromGA4Exception, 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
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
V1 Beta
What's Changed
- Chained events & PHPUnit testing by @AlexWestergaard in #2
Full Changelog: v1.0.0-alpha...v1.0.0-beta
V1 Alpha
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