silverstripe-blog/changelog.md

63 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2015-11-20 00:44:41 +01:00
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
2016-05-18 07:01:49 +02:00
## [2.4.2]
* Update translations
2016-05-18 05:42:33 +02:00
## [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
2016-02-03 23:44:26 +01:00
## [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
2015-11-23 04:08:22 +01:00
## [2.3.0]
* Allow injection on date
* Added standard code of conduct
* Converted to PSR-2
* Update translations
* BUG Fix regression in [#312](https://github.com/silverstripe/silverstripe-blog/pull/312) in PHP 5.3
2015-11-20 00:44:41 +01:00
## [2.2.0]
* Changelog added.
* Added standard git attributes
* Added standard license
* Added standard editor config
* Added hook for extension filters on tag blog posts
* Update translations
* Added hook for extension filters on category blog posts
* 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()
2016-05-18 05:42:33 +02:00
* ENHANCEMENT Default archive year
2015-11-20 00:44:41 +01:00
* 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
2016-05-18 05:42:33 +02:00
* i18n wrong label in BlogPost.php
2015-11-20 00:44:41 +01:00
* 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
2016-05-18 05:42:33 +02:00
* Fixed a bug where an error occurred when attempting to change the page type of 'Blog'