Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
1.8.15: announcing Comment Editor by AJ power-up
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Aug 20, 2017
1 parent f492ac1 commit ace2862
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/assets/announcement.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions next-step-for-trello.user.js
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down Expand Up @@ -277,7 +277,7 @@ function initToolbarButton() {
+ 'Next steps: <span id="aj-nextstep-mode">Loading...</span>'
+ '<div id="aj-nextstep-loading" class="uil-reload-css"><div></div></div>'
+ '</span>';
announcement = new Announcement('ant5', userPrefs);
announcement = new Announcement('ant6', userPrefs);
return btn;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ace2862

Please sign in to comment.