Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fe582e3

Browse files
Updated php and magento framework version constraints to >=7.1 and >=101 respectively, for more seamless compatibility with new Magento releases. #2
1 parent 7e8cfec commit fe582e3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.4] - 2020年04月22日
8+
9+
### Fixed
10+
- Updated php and magento framework version constraints to >=7.1 and >=101 respectively, for more seamless compatibility with new Magento releases.
11+
712
## [1.0.3] - 2020年04月22日
813

914
### Fixed

‎composer.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "markshust/magento2-module-ordergrid",
33
"description": "The Order Grid module adds more details to the order grid in the admin.",
44
"require": {
5-
"php": "~7.1",
6-
"magento/framework": "^101"
5+
"php": ">=7.1",
6+
"magento/framework": ">=101"
77
},
88
"type": "magento2-module",
9-
"version": "1.0.3",
9+
"version": "1.0.4",
1010
"license": [
1111
"MIT"
1212
],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /