Back-end dashboard now uses 12 column layout instead of 10. Adjustment to the Dashboard widget sizes will be necessary for this update.
UX/UI Improvements
- Redirect users with the
manage_theme_options(but not themanage_themes) permission directly to the Customize theme page - Dashboard now uses a 12-column layout instead of a 10-column layout
- Show a "not found" message when the image selected by a
mediafinderFormWidget does not exist - Added link to backend updates page to see a detailed changelog for the current build
- Minor improvements to the styling of the clear search button
API Changes
- Support
enableDefaultson repeaters using grouped mode - Simplified the
Repeateritem's data saving process by calling each item'sFormwidget'sgetSaveData()method instead of attempting to process the data directly. - Disabled
FormWidgets are now ignored in theFormwidget'sgetSaveData()method just like regular form fields are. - Backend Controller middleware support has been changed to only support 'after' middleware as it requires instantiating plugin controllers in order to retrieve the middleware that they have registered, which calls the constructor for those controllers; which is where the problem is (Controller constructors often, for one reason or another, do things that require the session to be started, for instance, getting the current user)
- Added support for
headCssClassin theListswidget's column definitions to specify a CSS class to be added to the table header cell for that column. - Added
allowTrashedSlugsproperty to models that use theSluggableandSoftDeletedatabase traits to include the slugs of records that have been soft deleted when checking to see if a slug already exists.
Bug Fixes
- Fixed Save & Close button on the
ThemeOptionsupdate view - Fixed long standing issue with being unable to update translated values with the RelationController
- Fixed issue where Repeaters with the same field names being bound to the same controller would cause confusing conflicts as they tried to process each other's data.
- Fixed issue where having the CMS module present but disabled would still try to handle backend 404's with the CMS controller.
- Fixed issue where multiple
Filterwidgets could not exist on the same page at the same time. - Fixed support for migration files with extra
.s in their file names (ex.1.0.5.update_posts.php) - Fixed issue where the popup loading indicator would sometimes not close after the request had finished loading
- Improved FireFox & IE11 support by fixing race conditions in backend JS
Translation Improvements
- Improved French translation
Community Improvements
- Added guidelines for updating JS dependencies used in the OctoberCMS core
Dependencies
- Fixed issue with Twig 2.7.4
- Replaced all deprecated Twig PSR-0 class references with the new PSR-4 class references.
- Updated Froala to 2.9.3