Add changelog for 2.2.0

This commit is contained in:
Damian Mooyman 2015-11-18 15:27:55 +13:00
parent 3ef14a6e1a
commit 6ab01cd2d9
3 changed files with 26 additions and 1 deletions

23
CHANGELOG.md Normal file
View File

@ -0,0 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.2.0]
* Changelog added.
* Default PublishDate to NULL for drafts and sort them at the top
* FIX Avoid feeding null to PaginatedList constructor
* FIX Explicitly set the PostsPerPage during migration
* ENHANCEMENT filtering for large user base sites.
* BUG Fix crash if parent page isn't Blog type
* BUGFIX: Dropdowns do not use unique IDs
* ENHANCEMENT Default archive year
* BUG Fix tag / category filters not being filtered in PaginatedList()
* FIX Hardcode the year to the current year in setUp()
* FIX Title bug due to [#320](https://github.com/silverstripe/silverstripe-blog/pull/320)
* Added featured posts to CMS
* Added hook for extension filters on category blog posts
* Update translations
* Added hook for extension filters on tag blog posts

View File

@ -2,6 +2,8 @@
[![Build Status](https://travis-ci.org/silverstripe/silverstripe-blog.png?branch=master)](https://travis-ci.org/silverstripe/silverstripe-blog) [![Latest Stable Version](https://poser.pugx.org/silverstripe/blog/v/stable.svg)](https://packagist.org/packages/silverstripe/blog) [![Total Downloads](https://poser.pugx.org/silverstripe/blog/downloads.svg)](https://packagist.org/packages/silverstripe/blog) [![Latest Unstable Version](https://poser.pugx.org/silverstripe/blog/v/unstable.svg)](https://packagist.org/silverstripe/silverstripe/blog) [![License](https://poser.pugx.org/silverstripe/blog/license.svg)](https://packagist.org/packages/silverstripe/blog)
[Changelog](CHANGELOG.md)
## Features
* [User roles](docs/en/roles.md)

View File

@ -17,7 +17,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.x-dev"
}
},
"license": "BSD-2-Clause",