From 9cb71950280a92f77f9e7339a3f278b60037c4ee Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Mon, 19 Aug 2019 20:22:04 +0200 Subject: [PATCH] version 0.5.0 --- init.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.rb b/init.rb index ef8b94a..9138dff 100644 --- a/init.rb +++ b/init.rb @@ -7,7 +7,7 @@ name 'Redmine Emoji Button' author 'Tobias Fischer' description "Enable github style emoji's in tickets and comments and choose emojis from a new editor button" - version '0.4.1' + version '0.5.0' url 'https://github.com/paginagmbh/redmine_emojibutton' author_url 'https://github.com/tofi86' end @@ -27,7 +27,7 @@ Redmine::WikiFormatting::Textile::Formatter.send(:include, EmojiButtonPlugin::Formatter::Textile::Patch) end end - + unless Redmine::WikiFormatting::helper_for(format).included_modules.include? EmojiButtonPlugin::Helper::Patch Redmine::WikiFormatting::helper_for(format).send(:include, EmojiButtonPlugin::Helper::Patch) end