Releases: elgentos/magento2-serversideanalytics
Releases · elgentos/magento2-serversideanalytics
Always get order from orderRepo so plugin works
Merge pull request #30 from elgentos/update-clean-up Update clean up
Fixed loggin bug
Merge pull request #29 from elgentos/WouterSteen-patch-3 Update GAClient.php
Fixed bug in creating transport object
Merge pull request #28 from elgentos/WouterSteen-patch-3 Update GAClient.php
Fixed measurementId bug
Many thanks to @JoostWan for creating the GA4 logic!
1.1.0 - with pivot table
Breaking change: we have introduced a pivot table to save the GA info so we know which order it belongs to. This was previously saved in the order table itself, but that would cause long downtimes in the case of a gigantic order table.
There is no data patch to copy any existing data from the sales_order table to the new pivot table, so you might see a small discrepancy concerning the orders that were placed but not finished before this version upgrade went live.
1.0.2
What's Changed
- Fixed issue with random_int by @DavidLambauer in #17
- Fix: Call to undefined method getTransactionId() by @indykoning in #18
New Contributors
- @DavidLambauer made their first contribution in #17
Full Changelog: 1.0.1...1.0.2
1.0.1
Use 8ctopus/php-ga-measurement-protocol
fork for PHP 8.1 compat
Full Changelog: 1.0.0...1.0.1
1.0.0 - now with GA4 support!
Finally we have GA4 support, thanks to @indykoning's hard work 🥳
What's Changed
- Create LICENSE by @JeroenBoersma in #13
- Add support for GA4 by @indykoning in #14
New Contributors
- @JeroenBoersma made their first contribution in #13
Full Changelog: 0.1.10...1.0.0
Added prefix on tablespaces
Merge pull request #12 from AndrewRMillar/use-db-schema Replace the upgradeschema script with a db_schema xml and json
Release 0.1.9
Moved dataobject to function