Releases: localgovdrupal/localgov_workflows
1.1.0
This release adds a new optional sub-module LocalGov Review Date .
This follows work by the 'content lifecycle working group' detailed on this issue: #3 and allows content designers to:
- flag that content has been reviewed
- set a future review date when the content should be reviewed again
- see a list of content that needs review.
What's Changed
- Ensure approvals dashboard view is removed when uninstalling LocalGov Workflows by @stephen-cox in #19
- Add Diff module and configure it to use admin theme when viewing diffs by @stephen-cox in #20
- Require log message #10 by @ekes in #21
- Update Github Actions to use standard config by @stephen-cox in #22
- Add review date widget and needs review view. by @finnlewis in #18
Other contributors
- @ekes made significant contribution in #21
- @davidsiddall at Waltham Forest oversaw the definition of the requirements and testing.
- @andybroomfield, @Adnan-cds ongoing testing peer review.
Full Changelog: 1.0.1...1.1.0
1.0.1
Changelog:
#6 @stephen-cox @Adnan-cds Install contributor role if it doesn't already exist
#7 @stephen-cox @finnlewis Fixing GitHub Actions
#8 @finnlewis @finnlewis @ekes Add check in hook_install to load the editorial workflow directly from config/install if not present
#14 @stephen-cox @finnlewis Require localgov_core ^2.1
1.0.0
First release of LocalGov Workflows after being extracted from LocalGov Core (see localgovdrupal/localgov_core#111).
Includes:
localgovdrupal/localgov_core#95 @stephen-cox @msayoung @finnlewis @andybroomfield
Added workflow approvals dashboard
localgovdrupal/localgov_core#99 @stephen-cox @msayoung @OliverHannan @davidsiddall @finnlewis @andybroomfield
Workflows permissions and transitions
localgovdrupal/localgov_core#106 @stephen-cox @davidsiddall @finnlewis @andybroomfield
Added content scheduling using Scheduled Transitions module
localgovdrupal/localgov_core#109 @stephen-cox @finnlewis @msayoung @willguv @andybroomfield
Install and enabled the Preview Link and Responsive Preview modules