mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Add changelog for 2.1.0
This commit is contained in:
parent
2ce4d2a5f7
commit
7cbabe33ad
17
changelog.md
17
changelog.md
@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [2.1.0]
|
||||||
|
|
||||||
|
* BUG Fix missing hash change for #177
|
||||||
|
* BUG: Fix infinite loop in requireDefaultRecords()
|
||||||
|
* FIX: Redirect to a URL that does not indicate an error, style moderation method
|
||||||
|
* Reformat as PSR-2
|
||||||
|
* FIX: Layout with Gravatar fixed
|
||||||
|
* FIX: Non JS spam/ham/approve now redirect back to relevant comment
|
||||||
|
* ENHANCEMENT: Ajax spam/ham/approve/delete resurrected.
|
||||||
|
* FIX: Take account of spam/moderation status when enabling replies to a comment
|
||||||
|
* Minor: Turn off line numbers for generated CSS
|
||||||
|
* FIX: When viewing a comment permalink full comment and posting data shows
|
||||||
|
* MINOR: Update version of notifications module to one that is not deprecated
|
||||||
|
* FIX: Add missing parameters for nested comments to example configuration
|
||||||
|
|
||||||
## [2.0.3]
|
## [2.0.3]
|
||||||
|
|
||||||
* Update documentation and configuration to supported module standard
|
* Update documentation and configuration to supported module standard
|
||||||
@ -18,5 +33,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
* Removed deprecated example configuration
|
* Removed deprecated example configuration
|
||||||
* Handle when extension has been removed from object
|
* Handle when extension has been removed from object
|
||||||
* BUG Fix each gridfield having triple gridstate components
|
* BUG Fix each gridfield having triple gridstate components
|
||||||
* Prevented duplicate IDs on action buttons
|
* Prevented duplicate IDs on action buttons
|
||||||
* Update translations
|
* Update translations
|
||||||
|
Loading…
Reference in New Issue
Block a user