From ace2862ba25bf491e94b5fcdc862a93475dc6aaa Mon Sep 17 00:00:00 2001 From: Adrien Joly Date: Sun, 20 Aug 2017 20:43:27 +0200 Subject: [PATCH] 1.8.15: announcing Comment Editor by AJ power-up --- docs/assets/announcement.json | 6 +++--- manifest.json | 2 +- next-step-for-trello.user.js | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/assets/announcement.json b/docs/assets/announcement.json index 54fede8..6ea947d 100644 --- a/docs/assets/announcement.json +++ b/docs/assets/announcement.json @@ -1,6 +1,6 @@ { - "label": "🔥 New: turn comments into notebooks", - "description": "Help me test my new add-on for Trello! 🚀", + "label": "🆕 Take better notes in Trello", + "description": "Try my new power-up: Comment Editor by AJ 🗒✍️", "className": "aj-nextstep-ant-menuitem aj-nextstep-ant-feedback", - "href": "https://trello.com/invite/b/C1BeGLFW/755950e252ae81aeb6c899187fab1be2/outliner-test-board-production" + "href": "https://trello.com/b/EWaOw7Ks/comment-editor-by-aj-public-board" } diff --git a/manifest.json b/manifest.json index c4870e4..66071a2 100644 --- a/manifest.json +++ b/manifest.json @@ -19,5 +19,5 @@ "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'", "name": "Next Step for Trello", "short_name": "Next Step", - "version": "1.8.14" + "version": "1.8.15" } diff --git a/next-step-for-trello.user.js b/next-step-for-trello.user.js index b6d3fdd..3368b74 100644 --- a/next-step-for-trello.user.js +++ b/next-step-for-trello.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Next Step for Trello -// @version 1.8.14 +// @version 1.8.15 // @homepage http://adrienjoly.com/chrome-next-step-for-trello // @description Check tasks directly from your Trello boards. // @match https://trello.com/* @@ -277,7 +277,7 @@ function initToolbarButton() { + 'Next steps: Loading...' + '
' + ''; - announcement = new Announcement('ant5', userPrefs); + announcement = new Announcement('ant6', userPrefs); return btn; } diff --git a/package.json b/package.json index 453ab58..242f59f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-next-step-for-trello", - "version": "1.8.14", + "version": "1.8.15", "description": "Google Chrome extension to check tasks directly from your Trello boards.", "main": "next-step-for-trello.user.js", "directories": {