Skip to content

Commit

Permalink
Update changelog for 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed May 18, 2016
1 parent cba4bd8 commit 2b699fd
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

0 comments on commit 2b699fd

Please sign in to comment.