Skip to content

Commit 0ccd802

Browse files
authored
Merge pull request #5 from gtt-project/task/redmine-5
supports Redmine 5
2 parents fc60ac0 + 62e684a commit 0ccd802

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

init.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
require 'redmine'
1+
# Global Hooks
2+
require File.expand_path('../lib/redmine_chatwoot/view_hooks', __FILE__)
23

34
Redmine::Plugin.register :redmine_chatwoot do
45
name 'Redmine Chatwoot plugin'
56
author 'Georepublic'
67
author_url 'https://github.com/georepublic'
78
url 'https://github.com/gtt-project/redmine_chatwoot'
89
description 'Enables Chatwoot live chat in Redmine deployments'
9-
version '1.0.0'
10+
version '1.1.0'
1011

1112
requires_redmine :version_or_higher => '4.0.0'
1213

lib/redmine_chatwoot.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'redmine_chatwoot/view_hooks'
2-
31
module RedmineChatwoot
42
def self.setup
53
end

0 commit comments

Comments
 (0)