File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.1.0] - 2023-09-24
10+ ### Changed
11+ - Minimal dependencies to Magento 2.4, dropping support for Magento 2.3
12+
913## [ 2.0.1] - 2023-09-24
1014### Fixed
1115- Fix localization error (thanks to @mgroensmit )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bin/magento module:enable Siteation_StoreInfo
2020```
2121
2222> [ !NOTE]
23- > This Module requires Magento 2.3 or higher!
23+ > This Module requires Magento 2.4 or higher!
2424> For more requirements see the ` composer.json ` .
2525
2626## How to use
Original file line number Diff line number Diff line change 11{
22 "name" : " siteation/magento2-storeinfo" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "license" : " MIT" ,
55 "type" : " magento2-module" ,
66 "description" : " Get your store information with ease" ,
2121 }
2222 ],
2323 "require" : {
24- "magento/framework" : " ^102.0|^ 103.0" ,
25- "magento/module-directory" : " ^100.3|^ 100.4" ,
26- "magento/module-store" : " ^101.0|^ 101.1"
24+ "magento/framework" : " >= 103.0" ,
25+ "magento/module-directory" : " >= 100.4" ,
26+ "magento/module-store" : " >= 101.1"
2727 },
2828 "autoload" : {
2929 "files" : [
You can’t perform that action at this time.
0 commit comments