Maintenance release
- Bug: #193 - Error after install on fresh 4.1.1
- New: #190 - Execute workflows in order of their positioning
- New: #189 - Enable custom workflows for issue relations
- New: #183 - Add link to repo with some examples
Redmine's look&feel
- Bug: #168 - Check last version of plugin KO
- Bug: #167 - Crash when delete project
Redmine 4.1 compatibility
- Bug: #149 - Error install on Redmine 4.1.0
- Bug: #141 - Bug when using PT-BR
Custom emails
- Bug: #128 - Undefined method
custom_email
- Bug: #122 - NameError: uninitialized constant
- Bug: #119 - PostgreSQL querry error
Redmine 4.0 compatibility
- Bug: #116 - raise errors bug
- New: #114 - rails 5
- Bug: #112 - devel 1.0.0 on redmine 4.0.0 problem. bug
- New: #111 - Travis CI help wanted
- New: #109 - Redmine 4.0 compatibility enhancement
- Bug: #89 - Custom workflow for @time_entry doesn't raise on submit of issue form if spent time subform filled bug wontfix
- Bug: #88 - Rendering bug after upgrading to Redmine 3.4.2 bug
- Bug: #63 - Redmine 3.2.1 - Internal Server Error on new Issue with MS SQL bug
- Bug: #60 - Fresh new install on 3.2.2.stable don't work bug
- Bug: #46 - Error in pt-br.yml file bug
- New observable objects added (TimeEntry, Version)
- Bug fixes
- New observable objects added (Project, Wiki Content, Attachment, Issue Attachments, Project Attachments, Wiki Page Attachments)
- Ability to hook before_destroy and after_destroy events
- Ability to exit current workflow with
return
orreturn true
and cancel workflow's execution chain withreturn false
- Non-active workflows are now not checked for syntax. Now you can import non-valid (for your Redmine instance for example) workflow, make changes to it and then activate.
- Compatibility with Redmine 2.x.x returned, support of Redmine 1.x.x cancelled
- Added new observable objects. Along with Issue objects you can now watch for changes in User and Group objects
- Added support of shared workflows - special workflows that running before all other workflows and can provide functions and classes for it
- Added Mailer helper for sending custom emails from workflows (check Wiki)
- Import/export ability
- Administrator can activate/deactivate workflows globally
- Compatibility with Redmine 3.x, support of Redmine 2.x.x has dropped (for Redmine 2.x.x please use version 0.0.6)
- Import/export ability
- Compatibility with latest versions of Redmine 2.x.x
- Added ability to enable workflows globally for all projects. No need to enable 'Custom workflows' project module anymore. Just go to the 'Administration' -> 'Custom workflows' section and enable or disable your workflows in one place.
- Fixed bug with 'Status transition prohibited' when updating the issue status by the repository commit
- Compatibility with 1.2.x, 1.3.x
- Added ability to define after_save script along with before_save, improved logging, changed context of executing script to the issue.
- Initial commit