5.9.0 is released #2990
acrobat
announced in
announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The 5.9.0 release prepares the codebase for symfony 5 compatibility in 6.1.
Highlighted features
New and improved authentication
We reworked the internals of our authentication system to not depend on the FosUserBundle anymore but leverage the core Symfony security component. This will make it easier to be compatible with upcoming Symfony versions and just have the core functionalities available.
Together with the code rework we also revamped the login page with a more modern look-and-feel. The login screen is fully customizable with a custom background image (left side), main color, client name and client logo.
The new authentication system can be activated by setting this config
kunstmaan_admin.authentication.enable_new_authentication: true
See the UPGRADE file for more info on upgrading your current projects: https://github.com/Kunstmaan/KunstmaanBundlesCMS/blob/master/UPGRADE-5.9.md#adminbundle
Disable exception logging in cms
Kunstmaan CMS had a built-in feature to log any website exception (5xx and 4xx) to make them visible in the admin interface. This was only a basic feature that would be enough to use on small websites, bigger projects would most likely use a external service like sentry.
In this version you can disable this logging to avoid filling up your database with errors that are not monitored.
kunstmaan_admin.exception_logging: false
Other changes
See the detailed list of all features/changes included in this releases:
Beta Was this translation helpful? Give feedback.
All reactions