Commit 32d1bb1 1 parent f2a37be commit 32d1bb1 Copy full SHA for 32d1bb1
File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## 2024-05-03
6
+
7
+ - Map : Fix geolocalize through header button, see https://github.com/Smile-SA/magento2-module-map/compare/2.1.0...2.1.1
8
+ - Map : Add CSP whitelist
9
+ - 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
10
+ - Retailer : Fix PSR-0, see https://github.com/Smile-SA/magento2-module-retailer/compare/2.0.0...2.0.1
11
+ - 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
12
+ - RetailerOffer : Fix show product offer price if shop has been selected, even in Retail mode
13
+ - StoreDelivery : Refactor - same search design everywhere, see https://github.com/Smile-SA/magento2-module-store-delivery/compare/2.0.0...2.0.1
14
+ - StoreDelivery : Dont show store delivery shipping method if no markers found
15
+ - StoreLocator : Refactor - same search design everywhere, see https://github.com/Smile-SA/magento2-module-store-locator/compare/2.2.0...2.2.1
16
+ - Update contact form
17
+
5
18
## 2023-09-20
6
19
7
20
Dataset compatibility Magento 2.4.6, ES 2.11.x and PHP 8.2
Original file line number Diff line number Diff line change 35
35
"magento/magento-composer-installer" : " *" ,
36
36
"smile/elasticsuite" : " ^2.11" ,
37
37
"smile/module-offer" : " ^2.0" ,
38
- "smile/module-seller" : " ^2.0" ,
39
38
"smile/module-retailer" : " ^2.0" ,
40
- "smile/module-store-locator" : " ^2.2" ,
41
39
"smile/module-retailer-offer" : " ^2.0" ,
42
- "smile/module-store-delivery" : " ^2.0"
40
+ "smile/module-seller" : " ^2.0" ,
41
+ "smile/module-store-delivery" : " ^2.0" ,
42
+ "smile/module-store-locator" : " ^2.2"
43
43
},
44
44
"require-dev" : {
45
45
"smile/magento2-smilelab-quality-suite" : " ^3.0"
You can’t perform that action at this time.
0 commit comments