Skip to content

Commit 3228d62

Browse files
committed
Upgrades version and requirements
Signed-off-by: Daniel Kastl <[email protected]>
1 parent a63e7e3 commit 3228d62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Geo-Task-Tracker (GTT) plugin adds spatial capabilities to Redmine:
1717
Redmine GTT plugins **require PostgreSQL/PostGIS** and will not work with SQLite
1818
or MariaDB/MySQL!!!
1919

20-
- Redmine >= 4.2.0
20+
- Redmine >= 5.0.0
2121
- PostgreSQL >= 12
2222
- PostGIS >= 2.5
2323
- NodeJS v18

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
author_url 'https://github.com/georepublic'
99
url 'https://github.com/gtt-project/redmine_gtt'
1010
description 'Adds location-based task management and maps'
11-
version '4.3.1'
11+
version '5.0.0'
1212

13-
requires_redmine :version_or_higher => '4.2.0'
13+
requires_redmine :version_or_higher => '5.0.0'
1414

1515
project_module :gtt do
1616
permission :manage_gtt_settings, {

0 commit comments

Comments
 (0)