Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Aug 14, 2024
1 parent 4d9ce6a commit b4ed9ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.9.4] - 14 August 2024
### Fixed
- Guarantee `subtotal` is always float

## [3.9.3] - 2 August July 2024
## [3.9.3] - 2 August 2024
### Fixed
- Prevent `add_to_cart` from firing twice #236 @henk-hypershop @MaximGns
- Changed reported value from `grand_total` to `subtotal` in various events #240
- Use current category as item_list_name parameter #234 @marcinfr
- Use current category as `item_list_name` parameter #234 @marcinfr
- Only trigger `purchase` event when order is not canceled #227

## [3.9.2] - 4 July 2024
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yireo/magento2-googletagmanager2",
"version": "3.9.3",
"version": "3.9.4",
"license": "OSL-3.0",
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",
Expand Down

0 comments on commit b4ed9ab

Please sign in to comment.