silverstripe-contentreview/changelog.md

36 lines
902 B
Markdown
Raw Normal View History

2015-10-29 19:22:35 +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 08:41:35 +02:00
## [3.0.2]
* fix(ContentReviewNotificationJob): Changed to use ->config() system so that the next_run_hour can be configured in YAML.
* BUG Prevent non-real draft changes forcing record to appear as changed when saved
2016-02-04 01:10:06 +01:00
## [3.0.1]
- Update documentation and configuration to supported module standard
- Fix documentation links
2015-11-18 22:37:49 +01:00
## [3.0.0]
- Replace review page form with inline form
- Update translations
- Convert to psr-2
- Change "mark as reviewed" page action panel styles
- Add report filter for only the pages a user is assigned to
- BUG Show inherited date even when inheriting settings
- API CMS Editable notification templates
2015-11-04 21:24:03 +01:00
## [2.1.0]
- Added translations
- Fixed a saving bug
- Renamed "reviewed" button
2015-10-29 19:22:35 +01:00
## [2.0.0]
2016-05-18 08:41:35 +02:00
Changelog added.