6.3.0 released #3320
acrobat
announced in
announcements
6.3.0 released
#3320
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Supported versions/software
Highlighted features
Performance improvements for the redirect router
We've improved the performance of the redirect router by a huge amount, see PR #3239 for more details on the performance gains. Also check the upgrade doc for the necessary actions to enable this new behaviour.
CMS user automatic password upgrades
We've implemented the symfony security feature to automatically upgrade user passwords on login if a better algorithm is available. See #3177
AsMenuAdapter attribute
A new
AsMenuAdaptor
attribute was added to easily auto configure menu adapters and set a custom tag priority. See #3173box/spout replaced by openspout
For the import/export of data to excel formats we've switched dependencies from
box/spout
toopenspout/openspout
as the previous package is abandoned. See #3155Various code change to prepare symfony 6 compatibility
We've deprecated some code that needed to be removed to support symfony 6 in the upcoming 7.1 release. Also we started adding the correct return types so these can also be added in 7.0 to easy support for symfony 6 and compatible version of bundles we depend on.
Full list of changes
See the detailed list of all features/changes included in this releases in the changelog.
Beta Was this translation helpful? Give feedback.
All reactions