You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop PHP 7.2 support. Gain PHP 8.0 support. PHP 8.0 is now recommended.
Dependencies upgrade
Replaced individual UserFrosting Assets, Cache, Config, Fortress, i18n, Session, Support and UniformResouceLocator repos with monolitic userfrosting/framework repo.
Upgrade all Laravel packages to ^8.x from ^5.8.
Upgrade vlucas/phpdotenvto ^5.3 from ^3.4.
Upgrade symfony/console to ^5.1 from ^4.3.
Upgrade phpunit/phpunit to ^9.5
New Feature
Added support for built-in PHP Server.
Changes
Per user theme ($user->theme) is now deprecated and disabled by default. To enable back, change per_user_theme config to true (#1131). This feature will be removed in future version.