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,10 @@ 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.20
9+ - Added ` route:list ` command to list all registered routes ([ #903 ] ( https://github.com/userfrosting/UserFrosting/pull/903 ) ; Thanks @apple314159 !)
10+ - Added warning in configuration file regarding disabling registration and email verification ([ #900 ] ( https://github.com/userfrosting/UserFrosting/pull/900 ) ; Thanks @linkhousemedia !)
11+
812## v4.1.19
913- Prevent setup to run again if already configured when using ` bake `
1014- Fix ` Unique::getPaginatedQuery ` to call to ` addSelect ` instead of ` select ` during the pre-paginated query
Original file line number Diff line number Diff line change 33namespace UserFrosting ;
44
55// Some standard defines
6- define ('UserFrosting\VERSION ' , '4.1.19 ' );
6+ define ('UserFrosting\VERSION ' , '4.1.20 ' );
77define ('UserFrosting\DS ' , '/ ' );
88define ('UserFrosting\PHP_MIN_VERSION ' , '5.6 ' );
99define ('UserFrosting\DEBUG_CONFIG ' , false );
You can’t perform that action at this time.
0 commit comments