Skip to content

Commit

Permalink
1.4.3 - remove FE analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
zoreet committed Jul 26, 2024
1 parent 778acea commit 41c8f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 0 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
)
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 41c8f76

Please sign in to comment.