Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofi86 committed Aug 19, 2019
1 parent 0c0b42b commit 9cb7195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9cb7195

Please sign in to comment.