mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Add changelog for 2.2.0
This commit is contained in:
parent
3ef14a6e1a
commit
6ab01cd2d9
23
CHANGELOG.md
Normal file
23
CHANGELOG.md
Normal 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
|
@ -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)
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"license": "BSD-2-Clause",
|
||||
|
Loading…
Reference in New Issue
Block a user