File tree 3 files changed +7
-1
lines changed
3 files changed +7
-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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.0.1] - 2022-03-15
8
+
9
+ - Update ` october/system ` version constraint.
10
+
7
11
## [ 3.0.0] - 2022-03-14
8
12
9
13
- !! Dropped logic for "Excluded URLs". Please add whitelisted paths after upgrading to this version.
Original file line number Diff line number Diff line change 14
14
},
15
15
"require" : {
16
16
"php" : " ^7.4 || ^8.0" ,
17
- "october/system" : " >=1 .0" ,
17
+ "october/system" : " ^1.0 || ^2 .0" ,
18
18
"composer/installers" : " ^1.0 || ^2.0"
19
19
},
20
20
"archive" : {
Original file line number Diff line number Diff line change 9
9
- " Improve white-listing of URLs."
10
10
- 20220314_000002_drop_excluded_urls_table.php
11
11
- 20220314_000003_add_whitelist_column_to_credentials_table.php
12
+ v3.0.1 :
13
+ - " Update october/system version constraint."
You can’t perform that action at this time.
0 commit comments