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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
See full Changelog
See upgrade guide
Changed Requirements
Dependencies upgrade
userfrosting/framework
repo.vlucas/phpdotenv
to ^5.3 from ^3.4.symfony/console
to ^5.1 from ^4.3.phpunit/phpunit
to ^9.5New Feature
Changes
$user->theme
) is now deprecated and disabled by default. To enable back, changeper_user_theme
config totrue
(#1131). This feature will be removed in future version.execute
method now requires to return an int (Symfony 4.4 upgrade : https://symfony.com/blog/new-in-symfony-4-4-console-improvements).UserFrosting\Sprinkle\Core\Database\EloquentBuilder
now usesIlluminate\Database\Eloquent\Concerns\QueriesRelationships
Trait instead of manually implementingwithSum
,withAvg
,withMin
,withMax
&withAggregate
. See Laravel documentation for usage change.uf-modal.js
to jQuery Boilerplate (#740)This discussion was created from the release v4.6.0.
Beta Was this translation helpful? Give feedback.
All reactions