Skip to content

Commit 6a554b0

Browse files
committed
Increases version to 1.0.0
Cleanup of plugin informatio
1 parent 74e6226 commit 6a554b0

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

init.rb

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
Rails.logger.info 'Starting GeoTask plugin for RedMine'
2-
3-
require 'pp'
41
require 'redmine'
52

6-
GTT_VERSION_NUMBER = '0.1.0'
7-
83
Redmine::Plugin.register :redmine_gtt do
94
name 'Redmine GTT plugin'
105
author 'Georepublic'
11-
description 'This is a plugin for location-based task management in Redmine'
12-
version GTT_VERSION_NUMBER
13-
url 'https://georepublic.info'
14-
author_url 'mailto:[email protected]'
6+
author_url 'https://hub.georepublic.net/gtt/redmine_gtt'
7+
description 'Adds location-based task management and maps'
8+
version '0.5.0'
159

1610
requires_redmine :version_or_higher => '3.4.0'
1711

@@ -21,12 +15,6 @@
2115
}, require: :member
2216
end
2317

24-
# begin
25-
# requires_redmine_plugin :redmine_language_change, :version_or_higher => '0.0.1'
26-
# rescue Redmine::PluginNotFound => e
27-
# raise "Please install redmine_language_change plugin"
28-
# end
29-
3018
settings(
3119
:default => {
3220
'map_center_longitude' => 139.691706,

0 commit comments

Comments
 (0)