Redmine 3.4.x support and version bump to 1.0.0

This commit is contained in:
Alexander Meindl
2017-07-13 12:32:43 +02:00
parent 8162eeb01d
commit 5d6495f009
4 changed files with 38 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ Redmine::Plugin.register :redmine_messenger do
url 'https://github.com/alphanodes/redmine_messenger'
author_url 'https://alphanodes.com/'
description 'Messenger integration for Slack, Rocketchat and Mattermost support'
version '0.9.9'
version '1.0.0'
requires_redmine version_or_higher: '3.0.0'
@@ -21,7 +21,7 @@ Redmine::Plugin.register :redmine_messenger do
messenger_channel: 'redmine',
messenger_username: 'robot',
messenger_verify_ssl: '1',
auto_mentions: '1',
auto_mentions: '0',
display_watchers: '0',
post_updates: '1',
new_include_description: '1',