We’ve released CMS 6.0.0-alpha1. Checkout the release announcement and the changelog.
Our current focus is on upgrading dependencies and removing deprecated code for CMS 6.
Changes for CMS 6
- Changes to validators
- Don’t hardcode
SiteTree
inCMSMain
- PHP 8.4 support
- Upgrade JS deps - Redux
- Replace dropzone JS dependency with a maintained fork.
- Upgrade third-party composer dependencies
- Replace
silverstripe/closure
withlaravel/serializable-closure
Bug fixes and other immediate changes for CMS 5
- Elemental area stop rendering after save/publish clicked
- Single select field empty value validation with integer values
- Unable to restore pages from archive with ElementalArea extension applied
- JS-Error blocks Fluent actions for unlocalised objects
Community pull requests merged
- FIX eagerLoad crash with nonterminal hasOne relation by Mason Dechaineux
- Fix ensure blocks array not null before component update by Mo Alsharaf
- FIX remove smooth-scroll by Andrew Paxley
- Change button state before event process by Hitaishi
- DOC fix and clean up documentation links by isoeli
- FIX RegistryAdmin add missing return to import by CCCMichaelCole