Releases: symbiote/silverstripe-advancedworkflow
Releases · symbiote/silverstripe-advancedworkflow
3.6.1
3.3.1
- removed redundant removeByName Calls
- DOCS Rework to have clear user guide and dev docs.
- Improve interoperability with Versioned DataObjects
3.3.0
- Added unpublish action and moved set property from editable user forms
- Changed SetProperty to WorkflowAction conventions.
- Added translation function.
- Fixed some labelling referencing publish
- Updated icon to be a little different from publish
3.2.3: [ss-2015-023] FIX Add option to whitelist NotifyUsers template vars
By default, the CMS Admin editable template for the NotifyUsers action has access to a large number of fields, including (for instance) Member#Password. This would allow a malicious CMS Admin to extract other admin passwords by adding a template emailing these fields to themselves when other admins trigger the workflow.
3.2.2: Merge pull request #228 from tractorcow/pulls/release-322
3.2.1
Update translations
3.1.3: Merge pull request #210 from Quinn-Interactive/develop
Update WorkflowReminderTask to use new ORM
3.1.1
Update translations
Release 3.1.0
New functionality including
- Ability to have multiple workflows available on an object for users to choose from. This allows greater flexibility for non-publication workflows to be added to content (eg workflow based content tasks)
- Actions for moving content through a workflow have now been moved to a popup menu in the UI's button bar, rather than in the separate tab.
3.0.5
Update translations