mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
36 lines
902 B
Markdown
36 lines
902 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
## [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
|
|
|
|
## [3.0.1]
|
|
|
|
- Update documentation and configuration to supported module standard
|
|
- Fix documentation links
|
|
|
|
## [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
|
|
|
|
## [2.1.0]
|
|
|
|
- Added translations
|
|
- Fixed a saving bug
|
|
- Renamed "reviewed" button
|
|
|
|
## [2.0.0]
|
|
|
|
Changelog added.
|