Skip to content

Commit 871cf07

Browse files
authored
Merge pull request #46 from gtt-project/ftr/release-2.0.0
Release v2.0.0
2 parents e19877d + e50f6c4 commit 871cf07

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true

.gitignore

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

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Redmine GTT S.M.A.S.H Plugin
22

3-
![CI #develop](https://github.com/gtt-project/redmine_gtt_smash/workflows/Test%20with%20Redmine/badge.svg)
3+
<!-- ![CI #develop](https://github.com/gtt-project/redmine_gtt_smash/workflows/Test%20with%20Redmine/badge.svg) -->
44

55
The Geo-Task-Tracker (GTT) S.M.A.S.H plugin adds support for the mobile app [S.M.A.S.H](https://github.com/moovida/smash):
66

@@ -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

config/locales/ja.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ ja:
22
permission_view_gtt_smash: "GTT SMASHの閲覧"
33
project_module_gtt_smash: "GTT SMASH"
44

5-
tracker_simple_note: "Tracker for Simple Notes"
6-
tracker_photo_note: "Tracker for Photo Notes"
7-
tracker_gps_log: "Tracker for GPS Logs"
8-
default_subject: "Default subject"
5+
field_tracker_simple_note: "シンプルノート用トラッカー"
6+
field_tracker_photo_note: "フォトノート用トラッカー"
7+
field_tracker_gps_log: "GPSログ用トラッカー"
8+
field_default_subject: "デフォルトの題名"
99

10-
setting_message: "Caution: ensure that selected trackers do not have required custom fields!"
10+
setting_message: "注意: 選択したトラッカーに必須カスタムフィールドがないことを確認してください!"

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)