Instant Analytics GA4 Changelog.
Link 4.0.3 · 2024.09.14
fixed - 2024.09.14
- Fixed an inadvertant dependency on SEOmatic (#35)
Link 4.0.2 · 2024.07.09
added - 2024.07.09
- Allow access to the
request()
method by making itpublic
(#31) - Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
changed - 2024.07.09
- Updated docs to use node 20 & a new sitemap plugin
- PHPstan code cleanup
- ECS code cleanup
Link 4.0.1 · 2024.01.11
changed - 2024.01.11
- Updated the buildchain to use Vite 5
fixed - 2024.01.11
- Fixed an error where it was impossible to add a Commerce Product list impression without providing a list name. (#25)
- Fixed an error where it was impossible to send more than 25 GA4 events. (#24)
- Fixed an issue where a purchasable can be
null
if the product variant has been deleted in the backend while still being in basket (#28)
Link 4.0.0 · 2023.10.31
fixed - 2023.10.31
- Add currency to all Commerce GA4 events, but better. (#20)
Link 4.0.0-beta.5 · 2023.10.23
Link Added ·
changed -
addCommerceProductImpression()
no longer supports list index and list name. (#6)- Instant Analytics GA4 now supports sending user id for logged in users automatically.
fixed -
- Fixed an issue where other plugin status was checked too early.
Link 4.0.0-beta.4 · 2023.07.21
fixed - 2023.07.21
- Fixed an error where Google client id and GA session id would get mixed up.
Link 4.0.0-beta.3 · 2023.07.04
Link Added ·
changed -
addCommerceProductImpression()
no longer supports list index and list name. (#6)- Instant Analytics GA4 now supports sending user id for logged in users automatically.
fixed -
- Fixed an issue where other plugin status was checked too early.
Link 4.0.0-beta.2 · 2023.06.25
added - 2023.06.25
- It is now possible to select Entry fields for Commerce Product Category and Brand fields. (#2)
- Added
addCommerceProductDetailView()
as a deprecated method. (#6)
fixed - 2023.06.25
- No longer automatic send page views for requests that are AJAX (XHR's) (#3)
- Fixed a bug where sending a product view impression for a product might trigger an error.
- Fixed a PHP error when sending a product impression event for a Variant.
changed - 2023.06.25
- ClientId is now always generated, if missing and the setting
requireGaCookieClientId
has been removed.
Link 4.0.0-beta.1 · 2023.06.13
added - 2023.06.13
- Initial beta release