File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments