Skip to content

Commit 73152e4

Browse files
committed
v2.1.1 released
1 parent 7e887a8 commit 73152e4

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Changelog for Custom Workflows
22
==============================
33

4-
2.1.1 *????-??-??*
4+
2.1.1 *2024-05-07*
55
------------------
6+
Email notifications
7+
8+
* New: #330 - Send mail to the author when an issue is created
9+
* Bug: #328 - Mail sending from custom workflows
610

711
IMPORTANT: Parameters of *CustomWorkflowMailer.deliver_custom_email* method has changed.
812

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.1
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
@@ -24,7 +24,7 @@
2424
author_url 'https://github.com/anteo/redmine_custom_workflows/graphs/contributors'
2525
author 'Anton Argirov/Karel Pičman'
2626
description 'It allows to create custom workflows for objects, defined in a plain Ruby language'
27-
version '2.1.1 devel'
27+
version '2.1.1'
2828

2929
requires_redmine version_or_higher: '4.1.0'
3030

0 commit comments

Comments
 (0)