Updated README.rdoc

This commit is contained in:
Anton Argirov 2015-06-24 13:33:03 +06:00
parent 208a84eebd
commit 87df371e23

View File

@ -114,21 +114,17 @@ Do not forget to check whether issue is just created. Here we create the new iss
== Compatibility == Compatibility
This plug-in is compatible with Redmine 1.2.x, 1.3.x, 1.4.x, 2.x.x, 3.x.x (starting from version 0.1.0) This plug-in is compatible with Redmine 2.x.x, 3.x.x
== Changelog == Changelog
Redmine 3.x.x branch: [0.1.3] Compatibility with Redmine 2.x.x returned, support of Redmine 1.x.x cancelled
[0.1.2] * Added new observable objects. Along with Issue objects you can now watch for changes in User and Group objects [0.1.2] * 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 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) * Added Mailer helper for sending custom emails from workflows (check Wiki)
[0.1.1] * Import/export ability [0.1.1] * Import/export ability
* Administrator can activate/deactivate workflows globally * Administrator can activate/deactivate workflows globally
[0.1.0] Compatibility with Redmine 3.x, support of Redmine 2.x.x has dropped (for Redmine 2.x.x please use version 0.0.6) [0.1.0] Compatibility with Redmine 3.x, support of Redmine 2.x.x has dropped (for Redmine 2.x.x please use version 0.0.6)
Redmine 2.x.x branch:
[0.0.6] Import/export ability [0.0.6] Import/export ability
[0.0.5] Compatibility with latest versions of Redmine 2.x.x [0.0.5] Compatibility with latest versions of Redmine 2.x.x
[0.0.4] * 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. [0.0.4] * 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.