From 21ed990bf864e4e1c9e1e23b9a2d5ab1cb7da31d Mon Sep 17 00:00:00 2001 From: Jisse Reitsma Date: Thu, 12 Sep 2024 13:41:03 +0200 Subject: [PATCH] Prep 3.9.8 --- CHANGELOG.md | 7 ++----- composer.json | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f16669..56015d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [3.9.9] - 12 September 2024 -### Fixed -- Allow configuring which order states should lead to `purchase` event - -## [3.9.8] - 7 September 2024 +## [3.9.8] - 12 September 2024 ### Fixed - Fix Uncaught TypeError: products.forEach is not a function #246 @nahall +- Allow configuring which order states should lead to `purchase` event ## [3.9.7] - 29 August 2024 ### Fixed diff --git a/composer.json b/composer.json index 459ac02..ecba737 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-googletagmanager2", - "version": "3.9.7", + "version": "3.9.8", "license": "OSL-3.0", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",