Skip to content

Commit 98fc6fb

Browse files
committed
Revert "v2.1.1 devel started"
This reverts commit aa5fcce.
1 parent aa5fcce commit 98fc6fb

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
name: "GitHub CI"
2222
on:
2323
push:
24-
branches: ["devel"]
24+
branches: ["master"]
2525
pull_request:
26-
branches: ["devel"]
26+
branches: ["master"]
2727
jobs:
2828
plugin_tests:
2929
strategy:

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
Changelog for Custom Workflows
22
==============================
33

4-
2.1.1 *????-??-??*
5-
-------------------
6-
74
2.1.0 *2023-11-15*
8-
------------------
5+
-------------------
96
Member as an observable object
107
Redmine 5.1 compatibility
118

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Custom Workflows plug-in 2.1.1 devel
2-
====================================
1+
Custom Workflows plug-in 2.1.0
2+
==============================
33

4-
[![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)
4+
[![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)
55
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
66

77
This plug-in provides a great functionality for those who is familiar with the Ruby language.

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author_url 'https://github.com/anteo/redmine_custom_workflows/graphs/contributors'
2626
author 'Anton Argirov/Karel Pičman'
2727
description 'It allows to create custom workflows for objects, defined in a plain Ruby language'
28-
version '2.1.1 devel'
28+
version '2.1.0'
2929

3030
requires_redmine version_or_higher: '4.1.0'
3131

0 commit comments

Comments
 (0)