Skip to content

Commit 634337d

Browse files
committed
Copy generic CI/CD files
1 parent 6230b84 commit 634337d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.10.3] - 22 October 2025
10+
### Fixed
11+
- Do not add products in event if category display mode does not show products @samicoman #266
12+
- Make sure to trigger `view_cart` when collapsing minicart
13+
- Make sure cart item price includes discount; Add discount, `price_excl_tax` and `price_incl_tax`
14+
- Cart total should include discount
15+
- Re-add `payment_method` not to break anything
16+
- Rename `payment_method` to `payment_type` property #283
17+
- Missing value & currency in `remove_from_cart` event #285
18+
- Move logout event to onload event via XML layout handle `customer_account_logoutsuccess`
19+
- Rename virtual logger to prevent DI code generation notice
20+
- Fixes some more wrong escaping methods being used in frontend files.
21+
- Update AddDataToCustomerSection.php
22+
- Add more product click selectors for Hyvä
23+
924
## [3.10.2] - 08 October 2025
1025
### Fixed
1126
- Fix wrong encoding

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yireo/magento2-googletagmanager2",
3-
"version": "3.10.2",
3+
"version": "3.10.3",
44
"license": "OSL-3.0",
55
"type": "magento2-module",
66
"homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",

0 commit comments

Comments
 (0)