Skip to content

Commit

Permalink
Update plugin version and minimum Redmine requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dkastl committed Nov 19, 2024
1 parent 4c1058b commit f7aaba7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions init.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Require the GTT Assistant library
require ::File.expand_path('lib/redmine_gtt_assistant', __dir__)

# Global hooks
require File.expand_path('../lib/redmine_gtt_assistant/view_hooks', __FILE__)
require_relative 'lib/redmine_gtt_assistant'
require_relative 'lib/redmine_gtt_assistant/view_hooks'

# Register the Redmine plugin
Redmine::Plugin.register :redmine_gtt_assistant do
Expand All @@ -12,10 +9,10 @@
author_url 'https://github.com/georepublic'
url 'https://github.com/gtt-project/redmine_gtt_assistant'
description 'Get some help from your smart assistant'
version '0.1.0'
version '0.2.0'

# Define the minimum required Redmine version for this plugin
requires_redmine :version_or_higher => '5.0.0'
requires_redmine :version_or_higher => '5.1.0'

# Configure plugin settings with default values and a partial view for settings
settings(
Expand Down

0 comments on commit f7aaba7

Please sign in to comment.