Skip to content

Commit

Permalink
2.4.x (#33)
Browse files Browse the repository at this point in the history
## 2024-05-03

- Map : Fix geolocalize through header button, see Smile-SA/magento2-module-map@2.1.0...2.1.1
- Map : Add CSP whitelist
- Offer : Fix extensionAttribute - Concrete return type must be specified, see Smile-SA/magento2-module-offer@2.0.0...2.0.1
- Retailer : Fix PSR-0, see Smile-SA/magento2-module-retailer@2.0.0...2.0.1
- RetailerOffer : Add modal map to product page search, see Smile-SA/magento2-module-retailer-offer@2.0.1...2.0.2
- RetailerOffer : Fix show product offer price if shop has been selected, even in Retail mode
- StoreDelivery : Refactor - same search design everywhere, see Smile-SA/magento2-module-store-delivery@2.0.0...2.0.1
- StoreDelivery : Dont show store delivery shipping method if no markers found
- StoreLocator : Refactor - same search design everywhere, see Smile-SA/magento2-module-store-locator@2.2.0...2.2.1
- Update contact form
  • Loading branch information
livca-smile authored May 3, 2024
1 parent f2a37be commit 32d1bb1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## 2024-05-03

- Map : Fix geolocalize through header button, see https://github.com/Smile-SA/magento2-module-map/compare/2.1.0...2.1.1
- Map : Add CSP whitelist
- Offer : Fix extensionAttribute - Concrete return type must be specified, see https://github.com/Smile-SA/magento2-module-offer/compare/2.0.0...2.0.1
- Retailer : Fix PSR-0, see https://github.com/Smile-SA/magento2-module-retailer/compare/2.0.0...2.0.1
- RetailerOffer : Add modal map to product page search, see https://github.com/Smile-SA/magento2-module-retailer-offer/compare/2.0.1...2.0.2
- RetailerOffer : Fix show product offer price if shop has been selected, even in Retail mode
- StoreDelivery : Refactor - same search design everywhere, see https://github.com/Smile-SA/magento2-module-store-delivery/compare/2.0.0...2.0.1
- StoreDelivery : Dont show store delivery shipping method if no markers found
- StoreLocator : Refactor - same search design everywhere, see https://github.com/Smile-SA/magento2-module-store-locator/compare/2.2.0...2.2.1
- Update contact form

## 2023-09-20

Dataset compatibility Magento 2.4.6, ES 2.11.x and PHP 8.2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"magento/magento-composer-installer": "*",
"smile/elasticsuite": "^2.11",
"smile/module-offer": "^2.0",
"smile/module-seller": "^2.0",
"smile/module-retailer": "^2.0",
"smile/module-store-locator": "^2.2",
"smile/module-retailer-offer": "^2.0",
"smile/module-store-delivery": "^2.0"
"smile/module-seller": "^2.0",
"smile/module-store-delivery": "^2.0",
"smile/module-store-locator": "^2.2"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "^3.0"
Expand Down

0 comments on commit 32d1bb1

Please sign in to comment.