From 41c8f76030be81ef902cdeabc469ba2730e1c231 Mon Sep 17 00:00:00 2001 From: zoreet Date: Fri, 26 Jul 2024 22:57:29 +0200 Subject: [PATCH] 1.4.3 - remove FE analytics --- manifest.json | 2 +- src/main.ts | 5 ----- versions.json | 3 ++- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index c06bc80..11ad4f3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "habit-tracker-21", "name": "Habit Tracker 21", - "version": "1.4.2", + "version": "1.4.3", "minAppVersion": "1.1.0", "description": "Your 21-day journey to habit formation, simplified", "author": "Zoreet", diff --git a/src/main.ts b/src/main.ts index 1f52ce4..2a962dc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,11 +9,6 @@ export default class HabitTracker21 extends Plugin { this.registerMarkdownCodeBlockProcessor( 'habittracker', async (src, el, ctx) => { - // track if people are using this version - const bitly = document.createElement('img'); - bitly.setAttribute('src', 'https://bit.ly/habitttracker21-142'); - bitly.setAttribute("style", "height: 1px; width: 1px; border: none; opacity: 0; position: absolute; top: 0; left: 0;pointer-events: none;") - el?.parentElement.appendChild(bitly); new HabitTracker(src, el, ctx, this.app) }, ) diff --git a/versions.json b/versions.json index ddb9381..b62e739 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "1.3.0": "1.1.0", "1.4.0": "1.1.0", "1.4.1": "1.1.0", - "1.4.2": "1.1.0" + "1.4.2": "1.1.0", + "1.4.3": "1.1.0" } \ No newline at end of file