Skip to content

Releases: elgentos/magento2-serversideanalytics

Always get order from orderRepo so plugin works

20 Sep 09:18
70c06d7
Compare
Choose a tag to compare
Merge pull request #30 from elgentos/update-clean-up

Update clean up

Fixed loggin bug

19 Sep 15:05
152372e
Compare
Choose a tag to compare
Merge pull request #29 from elgentos/WouterSteen-patch-3

Update GAClient.php

Fixed bug in creating transport object

19 Sep 14:37
f6ff6b3
Compare
Choose a tag to compare
Merge pull request #28 from elgentos/WouterSteen-patch-3

Update GAClient.php

Fixed measurementId bug

18 Sep 15:18
e973f56
Compare
Choose a tag to compare

Many thanks to @JoostWan for creating the GA4 logic!

1.1.0 - with pivot table

11 Sep 08:42
8df9b19
Compare
Choose a tag to compare

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

24 Jan 14:36
9739563
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

20 Sep 11:44
Compare
Choose a tag to compare

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!

15 Sep 13:40
6c858d6
Compare
Choose a tag to compare

Finally we have GA4 support, thanks to @indykoning's hard work 🥳

What's Changed

New Contributors

Full Changelog: 0.1.10...1.0.0

Added prefix on tablespaces

30 Aug 13:34
87c24cf
Compare
Choose a tag to compare
Merge pull request #12 from AndrewRMillar/use-db-schema

Replace the upgradeschema script with a db_schema xml and json

Release 0.1.9

21 Jul 10:18
Compare
Choose a tag to compare
Moved dataobject to function