New Features
- Added a Dashboard page for “File Chooser Options” on which you can configure the file chooser tab you want to be the default (thanks Mesuva)
- Added a new checkbox to enable “hreflang” on multilingual websites to the Multilingual Setup page (thanks leal-k)
Behavioral Improvements
- Replaced some uses of “concrete5” with Concrete throughout the codebase (thanks mlocati)
- Added width and height attributes to the image block and to some image thumbnails in order to reduce layout shift on load (thanks katalysis)
Bug Fixes
- Fixed some bugs that could occur when saving topic and Express attribute types (thanks alecbiela)
- Fixed issue where Auto-Nav and Express Form blocks couldn’t be edited or previewed reliably in global areas.
- Checkbox for Exclude from Nav attributes are now translated properly (thanks leal-k)
- Fixed bug where the “Schedule” button in the composer page schedule dialog did nothing.
- Fixed bug in Top Navigation Bar block where clicking on items with sub-pages would not take you to the page.
- Fixed bug where block help dialog was not shown in Firefox (thanks alecbiela)
- Fixed: Unsetting form redirect destination throws error
- Fixed: Incorrect variable name in Youtube block
- Fix typo in DeleteGroupCommandHandler.php (thanks mlocati)
- Fixed: Cannot remove email notification from Form Block (thanks lea-k)
- Fixed: Swagger interactive API console fails to update page except for Super-admin
- Fixed bug in topic attribute export if no value was set (thanks RLHawk1)
Developer Updates
- Add Support for Javascript "module" and "importmap" types to the Asset System (thanks alecbiela)
- Improved output of the LatestMigrationTest unit test (thanks mlocati)
- Tweaks to API documentation (thanks dimger)
- List pages and view page children API methods now require
canViewPage
permission instead of canViewPageInSitemap
.