Update changelog for 2.4.1

This commit is contained in:
Damian Mooyman 2016-05-18 15:42:33 +12:00
parent cba4bd8b59
commit 2b699fd290
1 changed files with 14 additions and 3 deletions

View File

@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.4.1]
* Added missing title attribute
* Format dates in Blog Posts gridfield based on user preferences
* FIX Ensure tag cloud widget does not break when there are zero tags
* FIX Success/error message overflow in cms
* FIX Prevent duplicate tags and categories
* FIX Prevent showing future blog posts before their publish date
* FIX Prevent the CMS Hijacking the return keypress in gridfieldaddbydbfield
* FIX minInnerWidth should begin with upper-case M
## [2.4.0]
* Add BlogTagsCloudWidget
@ -35,13 +46,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* FIX Title bug due to [#320](https://github.com/silverstripe/silverstripe-blog/pull/320)
* FIX Hardcode the year to the current year in setUp()
* BUG Fix tag / category filters not being filtered in PaginatedList()
* ENHANCEMENT Default archive year
* ENHANCEMENT Default archive year
* BUGFIX: Dropdowns do not use unique IDs
* BUG Fix crash if parent page isn't Blog type
* ENHANCEMENT filtering for large user base sites.
* FIX Explicitly set the PostsPerPage during migration
* i18n wrong label in BlogPost.php
* i18n wrong label in BlogPost.php
* Bugfix: avoid feeding null to PaginatedList constructor
* Default PublishDate to NULL for drafts and sort them at the top
* Update README to include additional requirements
* Fixed a bug where an error occurred when attempting to change the page type of 'Blog'
* Fixed a bug where an error occurred when attempting to change the page type of 'Blog'