Skip to content

Commit 399c8a0

Browse files
committed
Release v2.0.0
1 parent 723654c commit 399c8a0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Geo-Task-Tracker (GTT) S.M.A.S.H plugin adds support for the mobile app [S.M
1313

1414
Redmine GTT S.M.A.S.H **requires PostgreSQL/PostGIS** and will not work with SQLite or MariaDB/MySQL!!!
1515

16-
- Redmine >= 4.0.0
16+
- Redmine >= 4.2.0
1717
- [redmine_gtt](https://github.com/gtt-project/redmine_gtt/) plugin
1818

1919
## Installation
@@ -70,12 +70,15 @@ The GTT Project appreciates any [contributions](https://github.com/gtt-project/.
7070

7171
## Version History
7272

73+
- 2.0.0 Support more SMASH data types by adding tracker setting with API endpoint
74+
7375
See [all releases](https://github.com/gtt-project/redmine_gtt_smash/releases) with release notes.
7476

7577
## Authors
7678

7779
- [Ko Nagase](https://github.com/sanak)
7880
- [Daniel Kastl](https://github.com/dkastl)
81+
- [Nisai Nob](https://github.com/nobnisai)
7982
- ... [and others](https://github.com/gtt-project/redmine_gtt_smash/graphs/contributors)
8083

8184
## LICENSE

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
author_url 'https://github.com/georepublic'
77
url 'https://github.com/gtt-project/redmine_gtt_smash'
88
description 'Adds SMASH integration capabilities for GTT projects'
9-
version '1.0.0'
9+
version '2.0.0'
1010

11-
requires_redmine :version_or_higher => '4.0.0'
11+
requires_redmine :version_or_higher => '4.2.0'
1212

1313
settings(
1414
default: {

0 commit comments

Comments
 (0)