Concrete CMS 9.3.5
3 October 2024
Concrete CMS version 9.3.5 is now available.
Upgrading to Concrete CMS 9.3.5
Concrete CMS 9.3.5 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Concrete CMS updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Concrete CMS install to test the 9.3.5 upgrade prior to applying it live. Get started managing your Concrete CMS installations with Installatron
What's New in Concrete CMS 9.3.5
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)
Bug Fixes and 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)
- 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.