Skip to content

Commit

Permalink
Merge pull request #20 from Smile-SA/fix-retro-compatibilty-2.7
Browse files Browse the repository at this point in the history
Fix composer version module-retailer-offer to ES 2.7
  • Loading branch information
Fanny DECLERCK authored May 27, 2019
2 parents 39573e2 + 0ec6624 commit 35a127b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The module requires :
- [Seller](https://github.com/Smile-SA/magento2-module-seller) > 1.2.*
- [Retailer](https://github.com/Smile-SA/magento2-module-retailer) > 1.2.*
- [Store Locator](https://github.com/Smile-SA/magento2-module-store-locator) > 1.3.*
- [Retailer Offer](https://github.com/Smile-SA/magento2-module-retailer-offer) = 1.3.*
- [Retailer Offer](https://github.com/Smile-SA/magento2-module-retailer-offer) = 1.4.*
- [Store Delivery](https://github.com/Smile-SA/magento2-module-store-delivery) > 1.1.*

It's a toolkit module to install the RetailerSuite modules.
Expand All @@ -24,7 +24,13 @@ It's a toolkit module to install the RetailerSuite modules.

1. Install the module via Composer :

``` composer require smile/elasticsuite-for-retailer ```

ElasticSuite Version | Module Version
-----------------------|------------------------------------------------------------------------
ElasticSuite **2.1.x** |Latest release : ```composer require smile/module-retailer-offer:"~1.3.0"```
ElasticSuite **2.3.x** |Latest release : ```composer require smile/module-retailer-offer:"~1.3.0"```
ElasticSuite **2.6.x** |Latest release : ```composer require smile/module-retailer-offer:"~1.3.0"```
ElasticSuite **2.7.x** |Latest release : ```composer require smile/module-retailer-offer:"~1.4.0"```

2. Enable it

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"smile/module-seller": "~1.2.0",
"smile/module-retailer": "~1.2.0",
"smile/module-store-locator": "~1.3.0",
"smile/module-retailer-offer": "~1.3.0",
"smile/module-retailer-offer": "~1.4.0",
"smile/module-store-delivery": "~1.1.0"
},
"require-dev": {
Expand Down

0 comments on commit 35a127b

Please sign in to comment.