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 a4edd6f + fdb398e commit 825e204Copy full SHA for 825e204
config/locales/de.yml
@@ -0,0 +1 @@
1
+de:
init.rb
@@ -1,15 +1,14 @@
-# Global Hooks
2
-require File.expand_path('../lib/redmine_chatwoot/view_hooks', __FILE__)
+require_relative 'lib/redmine_chatwoot/view_hooks'
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'
10
- version '1.1.0'
+ version '1.2.0'
11
12
- requires_redmine :version_or_higher => '4.0.0'
+ requires_redmine :version_or_higher => '5.0.0'
13
14
settings(
15
default: {
0 commit comments