Skip to content

Commit

Permalink
v2.0.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed May 18, 2022
1 parent 3b19b30 commit e3e6e58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Changelog for Custom Workflows
==============================

2.0.2 *????-??-??*
2.0.2 *2022-05-18*
------------------

Ruby 3.0 compatibility

* Bug: #258 - Tried to create Proc object without a block (again and better)

2.0.1 *2022-05-13*
------------------

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Custom Workflows plug-in
========================

The current version of Redmine CustomWorkflows is **2.0.2 devel**
The current version of Redmine CustomWorkflows is **2.0.2**

[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_custom_workflows/badges/master/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_custom_workflows/-/commits/master)
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
Expand All @@ -20,14 +20,14 @@ Starting with version 0.1.2 you can specify observable object for workflow. Supp
* Group users (before_add, after_add, before_remove, after_remove)
* \<Shared code\>

\<Shared code\> - special type for workflows that running before all other workflows and can provide libraries of additional functions or classes.
`<Shared code>` - special type for workflows that running before all other workflows and can provide libraries of additional functions or classes.

Thanks to
---------

Plugin development was supported by DOM Digital Online Media GmbH
Plugin development was supported by DOM Digital Online Media GmbH.

http://www.dom.de
https://www.dom.de

Getting help
------------
Expand Down Expand Up @@ -141,4 +141,4 @@ Do not forget to check whether issue is just created. Here we create the new iss
Compatibility
-------------

This plug-in is compatible with Redmine 4.1.x., 4.2.x.
This plug-in is compatible with Redmine 4.1.x., 4.2.x. and 5.0.x.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
end
author 'Anton Argirov/Karel Pičman'
description 'It allows to create custom workflows for objects, defined in a plain Ruby language'
version '2.0.2 devel'
version '2.0.2'

requires_redmine version_or_higher: '4.1.0'

Expand Down

0 comments on commit e3e6e58

Please sign in to comment.