Skip to content

Commit

Permalink
Changed urls in all files to point to the new ressources
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeIam committed Aug 27, 2022
1 parent 3f5c259 commit 151792c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
7 changes: 5 additions & 2 deletions greasemonkey/greasemonkey.header
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// ==UserScript==
// @name GCComment 2
// @namespace https://gccomment.lukiam.de
// @namespace https://gccomment.lukeiam.de
// @description Add comments to your geocaches on geocaching.com.
// @include /^https?://.*geocaching\.com/.*$/
// @downloadURL https://github.com/GCComment/GCComment2/releases/latest/download/gccomment.user.js
// @connect raw.githubusercontent.com
// @connect geocaching.com
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
Expand All @@ -11,7 +14,7 @@
// @grant GM_registerMenuCommand
// @grant GM_log
// @grant GM.info
// @icon https://raw.githubusercontent.com/ramirezhr/GCComment/master/resources/icon.png
// @icon64 https://raw.githubusercontent.com/GCComment/MaintenanceFiles/main/logo/gccomment_64.png
// @version 0.0.0
// @author Birnbaum2001, ramirez, lukeIam
// ==/UserScript==
6 changes: 4 additions & 2 deletions greasemonkey/greasemonkey_dev.user.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// ==UserScript==
// @name GCComment 2 Dev
// @namespace https://gccomment.lukiam.de
// @namespace https://gccomment.lukeiam.de
// @description Add comments to your geocaches on geocaching.com.
// @include /^https?://.*geocaching\.com/.*$/
// @connect raw.githubusercontent.com
// @connect geocaching.com
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
Expand All @@ -11,7 +13,7 @@
// @grant GM_registerMenuCommand
// @grant GM_log
// @grant GM.info
// @icon https://raw.githubusercontent.com/ramirezhr/GCComment/master/resources/icon.png
// @icon64 https://raw.githubusercontent.com/GCComment/MaintenanceFiles/main/logo/gccomment_64.png
// @version 0.0.1
// @author Birnbaum2001, ramirez, lukeIam
// @require file:///${rootfolder}/distDev/gccomment_dev.js
Expand Down
2 changes: 1 addition & 1 deletion src/consts/language/language_de.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const language_de = new Language({
ov_lastim: "Letzter Import",
ov_lastup: "Letzte Prüfung auf Aktualisierung",
settings_intro:
"Vielen Dank für die Verwendung von GCComment. Besuche <a href='https://github.com/Birnbaum2001/GCComment' target='blank'>github.com</a> für allgemeine Informationen und Fehlerberichte oder <a href='http://www.geoclub.de/viewtopic.php?f=117&t=44631' target='blank'>geoclub.de</a> für Diskussionen und allgemeine Fragen.",
"Vielen Dank für die Verwendung von GCComment. Besuche <a href='https://github.com/GCComment/GCComment2' target='blank'>github.com</a> für allgemeine Informationen und Fehlerberichte oder <a href='http://www.geoclub.de/viewtopic.php?f=117&t=44631' target='blank'>geoclub.de</a> für Diskussionen und allgemeine Fragen.",
settings_feelfree:
"Zögere nicht, deiner Wertschätzung Ausdruck zu verleihen :)",
settings_enterUUID: "UUID zur Serversynchronisierung",
Expand Down
2 changes: 1 addition & 1 deletion src/consts/language/language_en.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const language_en = new Language({
ov_lastim: "Last import",
ov_lastup: "Last check for updates",
settings_intro:
"Thanks for using GCComment. Visit <a href='https://github.com/Birnbaum2001/GCComment' target='blank'>github.com</a> for general information and issue reporting or <a href='http://www.geoclub.de/viewtopic.php?f=117&t=44631' target='blank'>geoclub.de</a> for discussions & general questions.",
"Thanks for using GCComment. Visit <a href='https://github.com/GCComment/GCComment2' target='blank'>github.com</a> for general information and issue reporting or <a href='http://www.geoclub.de/viewtopic.php?f=117&t=44631' target='blank'>geoclub.de</a> for discussions & general questions.",
settings_feelfree: "Feel free to show your appreciation :)",
settings_enterUUID: "UUID for server synchronisation",
settings_enterServer: "Server for server synchronisation",
Expand Down
4 changes: 2 additions & 2 deletions src/helper/versionInfo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const version = GM_info.script.version;
export const updatechangesurl =
"https://raw.githubusercontent.com/Birnbaum2001/GCComment/master/src/version.json";
"https://raw.githubusercontent.com/GCComment/MaintenanceFiles/main/version.json";
export const updateurl =
"https://raw.githubusercontent.com/Birnbaum2001/GCComment/master/src/gccomment.user.js";
"https://github.com/GCComment/GCComment2/releases/latest/download/gccomment.user.js";

0 comments on commit 151792c

Please sign in to comment.