Our current focus is working on improvements for CMS 6, and using multiple databases for read-only queries
Currently working on
- Refactor sake around Symfony console
- Abstract template layer into its own dedicated module
- Use
symfony/validator
for as much validation logic as we can throw at it. - Consolidate validation systems
- Refactor ORM to support offloading read-only queries to another database
Changes for CMS 6
Bug fixes and other immediate changes for CMS 5
- Alternate implementation for ClassName column
- DBClassNameTrait using wrong parent constructor arguments
- Rename Deprecation::withNoReplacement()
Community pull requests merged
- ENH: Injectable GridField config components. by Mojmir Fendek
- feat: support defining MySQLi flags by Will Rossiter
- FIX: put current page at top of ClassName dropdown (was broken) by Sunny Side Up
- FIX: Remove legacy fields which prevent page publish (fixes #2455) by Loz Calver
- API Made the GridFieldDeleteAction method getRemoveAction() protected by Benjamin
- ENH Update default homepage content by Annie Kyles