From c4ba95c4cdf60f6d5e8061db6b9930073d702c36 Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Sat, 9 Jul 2022 16:28:51 +0200 Subject: [PATCH] Release v2.12.2 * Call issue edit hooks before save hook * Fix missing pluralization keys * Fix wrong count placeholder in pt-BR locale --- CHANGELOG.md | 14 +++++++++++--- init.rb | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ee65dc..3e1c6c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,17 +11,25 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ### New -- Call issue edit hooks before save hook (#260) by @salmanmp +### Changes + +### Fixes + +### Breaks + +## 2.12.2 - (2022-07-09) + +--- ### Changes +- Call issue edit hooks before save hook (#260) by @salmanmp + ### Fixes - Fix missing pluralization keys (#233) - Fix wrong count placeholder in pt-BR locale (#262) -### Breaks - ## 2.12.1 - (2022-05-03) --- diff --git a/init.rb b/init.rb index e8b2cbf0..6a75a858 100644 --- a/init.rb +++ b/init.rb @@ -6,7 +6,7 @@ name 'Redmine Dashboard plugin' author 'Jan Graichen' description 'Add a task board and a planning board to Redmine' - version '2.12.1' + version '2.12.2' url 'https://github.com/jgraichen/redmine_dashboard' author_url 'mailto:jgraichen@altimos.de'