Our current focus is working on improvements for CMS 6, including abstracting the template layer, refactoring LeftAndMain, and implementing DBField validation.
Changes for CMS 6
- Refactor
admin/*
routing logic fromLeftAndMain
into its own abstract class - CMS6: Don’t rely on
$_GET['flush']
to see if cache should be flushed
Bug fixes and other immediate changes for CMS 5
Community pull requests merged
- ENH Remove old logic to default UTF8 DB setting to 4 bytes by Maxime Rainville
- ENH Default DB settings to use 4 bytes to store UTF8 characters by Maxime Rainville
- ENH Reports list filtering and pagination. by Mojmir Fendek
- FIX allow single pipe for composer OR by Andrew Paxley
- MNT Migrate the phpunit configuration for v9 by Ed Wilde