Skip to content

Commit

Permalink
changeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
livca-smile committed May 3, 2024
1 parent 0f242c6 commit f53d0aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All notable changes to this project will be documented in this file.

## [2.0.1] - 2023-09-20
## [2.0.2] - 2024-05-03
[2.0.2]: https://github.com/Smile-SA/magento2-module-retailer-offer/compare/2.0.1...2.0.2

- Add modal map to product page search
- Fix show product offer price if shop has been selected, even in Retail mode

## [2.0.1] - 2023-10-05
[2.0.1]: https://github.com/Smile-SA/magento2-module-retailer-offer/compare/2.0.0...2.0.1

- Fix CategoryPlugin closure return type
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"magento/framework": ">=103.0.4",
"magento/module-catalog": ">=104.0.4",
"smile/elasticsuite": "^2.11",
"smile/module-offer": "2.0.x-dev",
"smile/module-retailer": "2.0.x-dev",
"smile/module-store-locator": "2.2.x-dev"
"smile/module-offer": "^2.0",
"smile/module-retailer": "^2.0",
"smile/module-store-locator": "^2.2"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "^3.0"
Expand Down

0 comments on commit f53d0aa

Please sign in to comment.