Concrete 5 CMS v9.1.1 Release Notes
-
Behavioral Improvements
- โจ Enhancement: adding the ability to pass association ID through request and pick it up in the form
- โ Adding associations to Express form notifications
- Top Navigation Bar block now honors the
nav_target
custom attribute, if it exists (thanks ccmEnlil)
๐ Bug Fixes
- ๐ Fixed bug in /ccm/system/upgrade script on PHP 8.1 (thanks ccmEnlil)
- ๐ Fixed upgrade inconsistencies that could cause problems for installers like Softaculous
- ๐ Fixed Accordion Block: when the initial state set to 'all items open' or 'all items closed' the collapsed state is not always correct (thanks danklassen)
- ๐ Fixed compatibility with PHP 8.1 when installing with Composer.
- ๐ Fixing bug where Express entries with multiple associations could not be filtered accurately in advanced search
- ๐ Fixing bug where submitted values do not persist in Express association forms
- ๐ Fixed: Changing the page template of a draft breaks block versioning (thanks jaromirdalecky)
- ๐ Fixed: Duplicating file as non-super admin does not work due to permissions key (thanks danklassen)
- ๐ Fixed: core search block: the form tag has two class attributes
- ๐ Fixed null pointer Exceptions when using area layouts under certain conditions (thanks biplobice)
Backward Compatibility Notes
โก๏ธ Developer Updates
- โก๏ธ Laminas cache laminas/laminas-cache-storage-adapter-memory library updated to 2.0 in order to restore compatibility with PHP 8.1 when installing via Composer
- ๐ Fixed: Block::isOriginal() returns opposite value (thanks jaromirdalecky)