Skip to content

Commit 7c15083

Browse files
committed
Release v2.1
1 parent 45f8ed3 commit 7c15083

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -21,9 +21,9 @@
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": [

0 commit comments

Comments
 (0)