File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## v4.1.21
9+ - Locked Whoops to version 2.2.1 until they fix that [ ` [internal] ` issue] ( https://github.com/filp/whoops/issues/598 ) .
10+
811## v4.1.20
912- Added ` route:list ` command to list all registered routes ([ #903 ] ( https://github.com/userfrosting/UserFrosting/pull/903 ) ; Thanks @apple314159 !)
1013- Added warning in configuration file regarding disabling registration and email verification ([ #900 ] ( https://github.com/userfrosting/UserFrosting/pull/900 ) ; Thanks @linkhousemedia !)
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "doctrine/dbal" : " ^2.5" ,
16- "filp/whoops" : " ^2.1 " ,
16+ "filp/whoops" : " ~2.2.0 " ,
1717 "illuminate/cache" : " 5.4.*" ,
1818 "illuminate/database" : " 5.4.*" ,
1919 "illuminate/events" : " 5.4.*" ,
You can’t perform that action at this time.
0 commit comments