Concrete CMS 5.6.2.1
28 August 2013
Concrete CMS version 5.6.2.1 is now available.
Upgrading to Concrete CMS 5.6.2.1
Concrete CMS 5.6.2.1 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 5.6.2.1 upgrade prior to applying it live. Get started managing your Concrete CMS installations with Installatron
What's New in Concrete CMS 5.6.2.1
Features
- Great new UI Improvements to the Select Attribute (thanks arcanepain)
Bug Fixes
- Fixed broken queue operations on systems that didn’t have the MySQL PDO extension installed. http://www.concrete5.org/developers/bugs/5-6-2/copy-page-children-pages-no-longer-working/
- Removed Main area from Page Forbidden because it was causing problems in certain advanced permissions setups and the page object isn’t set to a Page Forbidden single page anyway, so the intended behavior would never work correctly.
- Fixed Upgrade issue with moving from 5.5.2.1 to 5.6.2.1 http://www.concrete5.org/developers/bugs/5-6-2/manually-upgrading-from-5.5.2.1-to-5.6.2-causes-mysql-error/
- Fixed Page version update of block permission edit http://www.concrete5.org/developers/bugs/5-6-2/block-permission-update-isnt-considered-a-page-update-for-edit-m/
- Fixed Error message with invalid Page Type handle http://www.concrete5.org/developers/bugs/5-6-2/receive-sql-error-when-trying-to-add-duplicated-page-type-handle/
- Fixed tranlation compilation error http://www.concrete5.org/developers/bugs/5-6-2/concrete5-v5.6.2-messages.po-compile-error/ (thanks Remo)
- Block Type names handled more robustly (thanks jordanlev)
- Clarified empty UI when background image of the day was changed by constant http://www.concrete5.org/developers/bugs/5-6-2/empty-interface-settings/
Developer Updates
- Allow ConcreteDashboardHelper::inDashboard() to take a string path (thanks aghouseh)
- Various code cleanups (thanks ojalehto, synlag, bluefuton, mlocati)
- Removed BlockController::getUniqueIdentifier()