#Change Log
All notable changes to this project will be documented in this file.
1st February 2020
- Added extension point
updateCMSSelectionFields
to ContentBlock class
25th November 2020
- Updated Preview Path for blocks to show correct preview image in CMS
14th October 2020
- Removed page_length setting to allow default page-length in ModelAdmin (current default: 30 records per page)
24th September 2020
- Added new function getPreviewImagePath which enables you to update the preview
image path depending on your project's folder setup or simply specify the
preview
class config value with the relative path to the preview image for the respective content block.
- Updated extra requirements path for css and js in cms.yml
31st January 2017
Contains breaking changes to version 1.0.*
- Allow blocks on any DataObject
- Unstable badge in README
- Fix for restrict block types
- Change Name field to Title in ContentBlock
7th January 2017
- Option to restrict block types per Page
- Update conposer require
- Better PHP comments
- Updated LICENSE text
24th November 2016
- CHANGELOG file
- .scrutinizer file
- .gitattributes file
- .gitignore file
- .editorconfig
- CONTRIBUTING file
- travis file
- Update README
- Changed installer name in composer
- Removed blockpage.yml file
- Update LICENSE year
5th December 2016
- Add permissions to ContentBlock
5th December 2016
- Add Sortable Gridfield module to composer require
2nd December 2016
- Fix issue with name field not appearing on ContentBlock
29th November 2016
- Remove CssSelector field from ContentBlock
29th November 2016
- Add BlockSort as $default_sorting for ContentBlock
24th November 2016
- Core functionality