revert minimum PHP version to 7.4 to allow some more time for upgrading PHP
This commit is contained in:
parent
d0ada74642
commit
163d0d27a6
|
@ -61,7 +61,7 @@
|
|||
},
|
||||
"additionalDetails": {
|
||||
"niceName": "Connector for Mobilizon",
|
||||
"phpMinimumVersion": 8,
|
||||
"phpMinimumVersion": 7.4,
|
||||
"wordpressMinimumVersion": 5.6,
|
||||
"wordpressTestedUpToVersion": "6.2"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#### Deprecated
|
||||
#### Removed
|
||||
#### Fixed
|
||||
- Revert minimum PHP version to 7.4 to allow some more time for upgrading PHP
|
||||
#### Security
|
||||
|
||||
### [0.11.0]
|
||||
|
|
Loading…
Reference in New Issue