diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index adc7bef..649188e 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -21,9 +21,9 @@ name: "GitHub CI" on: push: - branches: ["master"] + branches: ["devel"] pull_request: - branches: ["master"] + branches: ["devel"] jobs: plugin_tests: strategy: diff --git a/CHANGELOG.md b/CHANGELOG.md index cf106e4..67e99a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,28 @@ Changelog for Custom Workflows ============================== +2.0.10 *????-??-??* +------------------- + 2.0.9 *2023-06-06* ------------------ - More robust XML import Rubocop tests of plugin's source codes 2.0.8 *2023-02-10* ------------------ - Better error log messages * New: #295 - production.log 2.0.7 *2022-11-09* ------------------ - Bug fix * Bug: #285 - Viewing wiki version raises a error 2.0.6 *2022-11-01* ------------------ - Flash messages * Bug: #281 - Internal error 500 @@ -34,33 +33,28 @@ Changelog for Custom Workflows 2.0.5 *2022-09-20* ------------------ - GitHub CI 2.0.4 *2022-06-24* ------------------ - Maintenance release * Bug: #261 - Uninitialized constant CustomWorkflow::WorkflowError 2.0.3 *2022-05-26* ------------------ - Redmine 4.2 compatibility * Bug: #260 - Upgrade from 1.0.4 to 2.0.2, has an error, redmine 4.2.3 to 4.2.6 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* ------------------ - Ruby 2.7 backward compatibility * Bug: #257 - IssueRelation.to_s is broken after #257 bug @@ -68,7 +62,6 @@ Changelog for Custom Workflows 2.0.0 *2022-04-27* ------------------ - Redmine 5.0 * New: #255 - Can you update it to Redmine 5.0.0 @@ -76,27 +69,22 @@ Changelog for Custom Workflows * Bug: #248 - Redmine 4.2.3 doesn't start after installing custom workflow plugin * New: #239 - Gitlab CI enhancement - 1.0.7 *2021-10-20* ------------------ - Spanish localisation 1.0.6 *2021-10-08* ------------------ - Maintenance release 1.0.5 *2021-04-30* ------------------ - SQLite 3 compatibility * Bug: #204 - Rails 4: sqlite3 t/f -> 1/0 1.0.4 *2020-11-25* ------------------ - Maintenance release * Bug: #193 - Error after install on fresh 4.1.1 @@ -106,7 +94,6 @@ Changelog for Custom Workflows 1.0.3 *2020-06-12* ------------------ - Redmine's look&feel * Bug: #168 - Check last version of plugin KO @@ -114,7 +101,6 @@ Changelog for Custom Workflows 1.0.2 *2020-01-21* ------------------ - Redmine 4.1 compatibility * Bug: #149 - Error install on Redmine 4.1.0 @@ -122,7 +108,6 @@ Changelog for Custom Workflows 1.0.1 *2019-09-13* ------------------ - Custom emails * Bug: #128 - Undefined method `custom_email` @@ -131,7 +116,6 @@ Changelog for Custom Workflows 1.0.0 ----- - Redmine 4.0 compatibility * Bug: #116 - raise errors bug @@ -147,7 +131,7 @@ Changelog for Custom Workflows 0.1.6 ----- - + * New observable objects added (TimeEntry, Version) * Bug fixes diff --git a/README.md b/README.md index 259d3d6..4b8ad47 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Custom Workflows plug-in 2.0.9 -============================== +Custom Workflows plug-in 2.0.10 devel +===================================== -[![GitHub CI](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml/badge.svg?branch=master)](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml) +[![GitHub CI](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml/badge.svg?branch=devel)](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) This plug-in provides a great functionality for those who is familiar with the Ruby language. diff --git a/init.rb b/init.rb index bf67226..9617271 100644 --- a/init.rb +++ b/init.rb @@ -25,7 +25,7 @@ Redmine::Plugin.register :redmine_custom_workflows do author_url 'https://github.com/anteo/redmine_custom_workflows/graphs/contributors' author 'Anton Argirov/Karel Pičman' description 'It allows to create custom workflows for objects, defined in a plain Ruby language' - version '2.0.9' + version '2.0.10 devel' requires_redmine version_or_higher: '4.1.0'