Skip to content

Commit 825e204

Browse files
authored
Merge pull request #7 from gtt-project/next
Update plugin version and require Redmine 5.0.0
2 parents a4edd6f + fdb398e commit 825e204

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/locales/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
de:

init.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Global Hooks
2-
require File.expand_path('../lib/redmine_chatwoot/view_hooks', __FILE__)
1+
require_relative 'lib/redmine_chatwoot/view_hooks'
32

43
Redmine::Plugin.register :redmine_chatwoot do
54
name 'Redmine Chatwoot plugin'
65
author 'Georepublic'
76
author_url 'https://github.com/georepublic'
87
url 'https://github.com/gtt-project/redmine_chatwoot'
98
description 'Enables Chatwoot live chat in Redmine deployments'
10-
version '1.1.0'
9+
version '1.2.0'
1110

12-
requires_redmine :version_or_higher => '4.0.0'
11+
requires_redmine :version_or_higher => '5.0.0'
1312

1413
settings(
1514
default: {

0 commit comments

Comments
 (0)