From 0e8a502c40fb0fb7025393a0014abf2ffbcd9534 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 12 Nov 2015 17:59:31 +0100 Subject: [PATCH] Prepare for new release v1.4 --- README.md | 16 ++++++++-------- TogglLibrary.css | 8 ++++---- TogglLibrary.js | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 6d3efeb..1a72724 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ As the author of this set of scripts I do disclose that I am **in no way** assoc This also means, that the scripts here are in no way *official products* of Toggl and therefore not supported by Toggl or their associates. [1]: http://userscripts.org:8080/tags/toggl -[2]: https://github.com/jurgenhaas/toggl-button-greasemonkey/pulls +[2]: https://gitlab.paragon-es.de/toggl-button/core/merge_requests [3]: https://greasyfork.org/scripts/search?q=toggl [10]: https://new.toggl.com [11]: https://addons.mozilla.org/en-US/firefox/addon/greasemonkey @@ -167,10 +167,10 @@ This also means, that the scripts here are in no way *official products* of Togg [305]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/general.user.js [306]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/redmine.user.js [307]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/v1.3/teamwork.user.js -[401]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/drupal.user.js -[402]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/github.user.js -[403]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/youtrack.user.js -[404]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/gitlab.user.js -[405]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/general.user.js -[406]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/redmine.user.js -[407]: https://github.com/jurgenhaas/toggl-button-greasemonkey/raw/master/teamwork.user.js +[401]: https://gitlab.paragon-es.de/toggl-button/drupal/raw/master/drupal.user.js +[402]: https://gitlab.paragon-es.de/toggl-button/github/raw/master/github.user.js +[403]: https://gitlab.paragon-es.de/toggl-button/youtrack/raw/master/youtrack.user.js +[404]: https://gitlab.paragon-es.de/toggl-button/gitlab/raw/master/gitlab.user.js +[405]: https://gitlab.paragon-es.de/toggl-button/general/raw/master/general.user.js +[406]: https://gitlab.paragon-es.de/toggl-button/redmine/raw/master/redmine.user.js +[407]: https://gitlab.paragon-es.de/toggl-button/teamwork/raw/master/teamwork.user.js diff --git a/TogglLibrary.css b/TogglLibrary.css index 5b2f26d..9349aa3 100644 --- a/TogglLibrary.css +++ b/TogglLibrary.css @@ -1,10 +1,10 @@ /*------------------------------------------------------------------------ - * CSS Library for Toggl-Button for Greasemonkey + * CSS Library for Toggl-Button for GreaseMonkey * - * (c) Jürgen Haas - * Version: 1.3 + * (c) Jürgen Haas, PARAGON Executive Services GmbH + * Version: 1.4 * - * @see https://github.com/jurgenhaas/toggl-button-greasemonkey + * @see https://gitlab.paragon-es.de/toggl-button/core *------------------------------------------------------------------------ */ diff --git a/TogglLibrary.js b/TogglLibrary.js index ed99c7e..a810b25 100644 --- a/TogglLibrary.js +++ b/TogglLibrary.js @@ -1,10 +1,10 @@ /*------------------------------------------------------------------------ - * JavaScript Library for Toggl-Button for Greasemonkey + * JavaScript Library for Toggl-Button for GreaseMonkey * - * (c) Jürgen Haas - * Version: 1.3 + * (c) Jürgen Haas, PARAGON Executive Services GmbH + * Version: 1.4 * - * @see https://github.com/jurgenhaas/toggl-button-greasemonkey + * @see https://gitlab.paragon-es.de/toggl-button/core *------------------------------------------------------------------------ */ -- GitLab