We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc60ac0 + 62e684a commit 0ccd802Copy full SHA for 0ccd802
init.rb
@@ -1,12 +1,13 @@
1
-require 'redmine'
+# Global Hooks
2
+require File.expand_path('../lib/redmine_chatwoot/view_hooks', __FILE__)
3
4
Redmine::Plugin.register :redmine_chatwoot do
5
name 'Redmine Chatwoot plugin'
6
author 'Georepublic'
7
author_url 'https://github.com/georepublic'
8
url 'https://github.com/gtt-project/redmine_chatwoot'
9
description 'Enables Chatwoot live chat in Redmine deployments'
- version '1.0.0'
10
+ version '1.1.0'
11
12
requires_redmine :version_or_higher => '4.0.0'
13
lib/redmine_chatwoot.rb
@@ -1,5 +1,3 @@
-require 'redmine_chatwoot/view_hooks'
-
module RedmineChatwoot
def self.setup
end
0 commit comments