From 67793f04252a5b99361997ddee6b2246537516ae Mon Sep 17 00:00:00 2001 From: Akiko Takano Date: Sun, 1 Dec 2019 22:01:27 +0900 Subject: [PATCH] Change version to 0.2.2. --- README.md | 9 +++++++++ init.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8094279..579228c 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,15 @@ Please use ver **0.1.x** or ``v0.1.x-support-Redmine3`` branch in case using Red ## Changelog +### 0.2.2 + + +This is bugfix release against 0.2.1. +Updating to 0.2.2 is highly recommended! + +* Fix: Prevent conflict with other plugins. (GitHub: #121) +* French translation update by sparunakian (GitHub: #117) + ### 0.2.1 * Fix: Prevent conflict with CKEditor. (GitHub: #111) diff --git a/init.rb b/init.rb index 579e832..be45285 100644 --- a/init.rb +++ b/init.rb @@ -21,7 +21,7 @@ def banner_version_message(original_message = nil) author 'Akiko Takano' author_url 'http://twitter.com/akiko_pusu' description 'Plugin to show site-wide message, such as maintenacne informations or notifications.' - version '0.2.1' + version '0.2.2' requires_redmine version_or_higher: '4.0' url 'https://github.com/akiko-pusu/redmine_banner'