Work completed since the last update
There were a few things to tidy up after the rebuild of the documentation websites. We’ve continued working on improving accessibility in the CMS and converting class react components into functional components.
We’re also starting to prepare for the CMS 6.2.0 beta release which is just a few weeks away.
Bug fixes and other immediate changes
- Document how
FileSessionHandlerinteracts withopen_basedir BaseElement::getCMSEditLink()returns invalid link for non-page parentsFieldList::replaceField()doesn’t set the container field list- Horizontal scrolling of docs on some mobile devices
Changes to look forward to in future releases
- Accessibility: Inconsistent focus outlines across the CMS
- Check userhelp sources for links to redirected content
- Link to edit form where the block is when moving block to a new parent
- Convert yet more admin react components to functional
- Investigate if ElementEditor isLoading should use prop or internal state
Community pull-requests merged
- FIX Server error when email subject is NULL (fixes #1420) by Loz Calver
- FIX Update capitalisation of state variable by Michal Kleiner
- Performance improvements when preparing SELECT queries in ORM by Loz Calver
- NEW Allow setting max number of links in MultiLinkField by DanielHurdMint
- NEW: Queued job automatic retries by Mojmir Fendek