File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414- Make group & role schema consistent between creation and edition. Prevents group and role without a name or slug to be created during edition.
1515- Permission factory now declares slug as unique
1616
17+ ### Changed
18+ - Recommended PHP version is now 7.2, as 7.1 will be EOL in less than 6 months
19+
1720## [ v4.2.1]
1821
1922### Added
Original file line number Diff line number Diff line change 1414define ('UserFrosting\VERSION ' , '4.2.1 ' );
1515define ('UserFrosting\DS ' , '/ ' );
1616define ('UserFrosting\PHP_MIN_VERSION ' , '5.6 ' );
17- define ('UserFrosting\PHP_RECOMMENDED_VERSION ' , '7.1 ' );
17+ define ('UserFrosting\PHP_RECOMMENDED_VERSION ' , '7.2 ' );
1818define ('UserFrosting\NODE_MIN_VERSION ' , 'v10.12.0 ' );
1919define ('UserFrosting\NPM_MIN_VERSION ' , '6.0.0 ' );
2020
You can’t perform that action at this time.
0 commit comments