mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Changelog for 2.4.0
This commit is contained in:
parent
1fb4c58071
commit
9526e13e5c
11
changelog.md
11
changelog.md
@ -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.0]
|
||||
|
||||
* Add BlogTagsCloudWidget
|
||||
* Added code coverage and extra badges on the home page
|
||||
* Changed blog page icon
|
||||
* Change image field label back to “Featured Image”
|
||||
* Rework documentation to have clear user guide and dev docs.
|
||||
* Fix blog date filtering for additional database server types
|
||||
* Tests now pass in Postgres on 3.1 and 3.2
|
||||
* improved pagination for blog posts
|
||||
|
||||
## [2.3.0]
|
||||
|
||||
* Allow injection on date
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.3.x-dev"
|
||||
"dev-master": "2.4.x-dev"
|
||||
}
|
||||
},
|
||||
"license": "BSD-2-Clause",
|
||||
|
Loading…
Reference in New Issue
Block a user