diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0f09989 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index 22d711a..6af8cef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Redmine GTT S.M.A.S.H Plugin -![CI #develop](https://github.com/gtt-project/redmine_gtt_smash/workflows/Test%20with%20Redmine/badge.svg) + 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): @@ -13,7 +13,7 @@ The Geo-Task-Tracker (GTT) S.M.A.S.H plugin adds support for the mobile app [S.M Redmine GTT S.M.A.S.H **requires PostgreSQL/PostGIS** and will not work with SQLite or MariaDB/MySQL!!! -- Redmine >= 4.0.0 +- Redmine >= 4.2.0 - [redmine_gtt](https://github.com/gtt-project/redmine_gtt/) plugin ## Installation @@ -70,12 +70,15 @@ The GTT Project appreciates any [contributions](https://github.com/gtt-project/. ## Version History +- 2.0.0 Support more SMASH data types by adding tracker setting with API endpoint + See [all releases](https://github.com/gtt-project/redmine_gtt_smash/releases) with release notes. ## Authors - [Ko Nagase](https://github.com/sanak) - [Daniel Kastl](https://github.com/dkastl) +- [Nisai Nob](https://github.com/nobnisai) - ... [and others](https://github.com/gtt-project/redmine_gtt_smash/graphs/contributors) ## LICENSE diff --git a/config/locales/ja.yml b/config/locales/ja.yml index cffecfe..7c7bb33 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -2,9 +2,9 @@ ja: permission_view_gtt_smash: "GTT SMASHの閲覧" project_module_gtt_smash: "GTT SMASH" - tracker_simple_note: "Tracker for Simple Notes" - tracker_photo_note: "Tracker for Photo Notes" - tracker_gps_log: "Tracker for GPS Logs" - default_subject: "Default subject" + field_tracker_simple_note: "シンプルノート用トラッカー" + field_tracker_photo_note: "フォトノート用トラッカー" + field_tracker_gps_log: "GPSログ用トラッカー" + field_default_subject: "デフォルトの題名" - setting_message: "Caution: ensure that selected trackers do not have required custom fields!" \ No newline at end of file + setting_message: "注意: 選択したトラッカーに必須カスタムフィールドがないことを確認してください!" \ No newline at end of file diff --git a/init.rb b/init.rb index a8c5fe6..234aff0 100644 --- a/init.rb +++ b/init.rb @@ -6,9 +6,9 @@ author_url 'https://github.com/georepublic' url 'https://github.com/gtt-project/redmine_gtt_smash' description 'Adds SMASH integration capabilities for GTT projects' - version '1.0.0' + version '2.0.0' - requires_redmine :version_or_higher => '4.0.0' + requires_redmine :version_or_higher => '4.2.0' settings( default: {