File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 3.1.0] - 2022-04-12
8+
9+ - Add October CMS 3.x to supported versions.
10+
711## [ 3.0.2] - 2022-03-22
812
913- Rename migration class (duplicate class name).
Original file line number Diff line number Diff line change 1414 },
1515 "require" : {
1616 "php" : " ^7.4 || ^8.0" ,
17- "october/system" : " ^1.0 || ^2.0" ,
17+ "october/system" : " ^1.0 || ^2.0 || ^3.0 " ,
1818 "composer/installers" : " ^1.0 || ^2.0"
1919 },
2020 "archive" : {
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ v3.0.1:
1313 - " Update october/system version constraint."
1414v3.0.2 :
1515 - " Rename migration class (duplicate class name)."
16+ v3.1.0 : " Add October CMS 3.x to supported versions."
You can’t perform that action at this time.
0 commit comments