Skip to content

Releases: PrestaShop/ps_googleanalytics

v5.0.2

04 Mar 15:48
2aa643f
Compare
Choose a tag to compare

Changes

v5.0.1

28 Feb 16:21
efdc504
Compare
Choose a tag to compare

Changes

v5.0.0

08 Feb 13:52
9f18ece
Compare
Choose a tag to compare

This release is quite a big refactoring of the module. We implemented most of the events available in GA4 with maximum amount of data we could. Also, we fixed many issues in the module, unified all the data structures, cleaned up all the old code and much more.

Changes

v4.2.2

06 Apr 08:24
7bfdf5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

17 Mar 05:04
3adf470
Compare
Choose a tag to compare

Changes

v4.2.0

08 Mar 06:58
85ebb57
Compare
Choose a tag to compare

Changes

🔨 Improvements

🐛 Bug Fixes

💡 Smooth transition to GA4

If you want to transition to Google Analytics 4 in a smooth manner and keep feeding Universal Analytics with data, you can use a copy of this module prepared by one of our contributors. On install, it will automatically create it's own database table and copy the data with configuration. When Universal Analytics stops processing data in July, you can just uninstall it.

➡️ https://github.com/Hlavtox/ps_oldgoogleanalytics

v4.1.2

24 Mar 08:58
ced5889
Compare
Choose a tag to compare

Changes

🔨 Improvements

🐛 Bug Fixes

  • #114: Fix hook actionProductCancel call & Bump version to 4.1.2 by @Progi1984

v4.1.1

22 Mar 20:01
d587208
Compare
Choose a tag to compare

Changes

🔨 Improvements

🐛 Bug Fixes

  • #107: Check if array key products exists before using it by @atomiix
  • #104: Update sent transaction date with type sql NOW() by @gadnis
  • #99: Prevent error when GoogleAnalyticEnhancedECommerce is not set by @camlafit
  • #103: Modify css to avoid text overlap in french language by @christophe-rouille

v4.1.0

28 Jul 15:29
735c6ee
Compare
Choose a tag to compare

Module changes

Bug fixes

  • #85: Update HookDisplayOrderConfirmation.php by @Shoprunners
  • #86: Update HookDisplayBackOfficeHeader.php by @Shoprunners
  • #77: Fix backoffice JS code, fix doubled and tripled pageviews, fix echo in hook, fix default BO tracking - for versions up to 1.7.6 by @Hlavtox
  • #68: Handle NOW correctly when creating order and register in SQL by @matks
  • #67: Fix logic, avoid double pageview for BO pages by @matks
  • #72: Add Configuration option to disable Back Office tracking by @matks
  • #59: Avoid array to string error on homepage with cart by @Guisardo

Features

Improvements

v4.0.0

28 Jul 07:50
d64569e
Compare
Choose a tag to compare

Changes