Skip to content

Commit

Permalink
v1.0.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Feb 28, 2019
1 parent 15be1ca commit 334be07
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Changelog for Custom Workflows
-----

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

0.1.6
-----
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Starting with version 0.1.2 you can specify observable object for workflow. Supp
Thanks to
---------

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

http://www.dom.de

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

This plug-in is compatible with Redmine 3.4.x and 4.x.x
This plug-in is compatible with Redmine 4.x.x


4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

Redmine::Plugin.register :redmine_custom_workflows do
name 'Redmine Custom Workflow plugin'
author 'Anton Argirov'
author 'Anton Argirov/Karel Pičman'
description 'Allows to create custom workflows for issues, defined in the plain Ruby language'
version '1.0.0 devel'
version '1.0.0'
url 'http://www.redmine.org/plugins/custom-workflows'

# In order to the plugin in Redmine < 4 (Rails < 5), comment out the following line and modify Gemfile according to
Expand Down

0 comments on commit 334be07

Please sign in to comment.