From 891b2d679fba95c88d17a9aba471f55000ad90d4 Mon Sep 17 00:00:00 2001 From: Iain S Gillis Date: Tue, 20 Jul 2021 22:20:45 -0600 Subject: [PATCH] bugfixes and version bump to 0.3.1 --- CHANGELOG.md | 13 ++++++++++++- blueprints.yaml | 2 +- plausible.yaml | 1 - 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a94c862..fa1353d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ +v0.3.1 + +## 07/20/2021 + +1. [](#bugfix) + * 🐛 Fix early return if custom domain not set + * 🐛 Fix wrong parameter name + +1. [](#improvement) + * 🔥 Remove dead code + # v0.3.0 ## 07/20/2021 1. [](#new) * Allow for self-hosted/custom domain configuration (thanks @mascali33 and @rootarch) -1. [](#improvement) +2. [](#improvement) * Tidied up languages.yaml # v0.2.4 diff --git a/blueprints.yaml b/blueprints.yaml index 103703d..f29f6a3 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Plausible Analytics slug: plausible type: plugin -version: 0.3.0 +version: 0.3.1 description: Integrate Plausible Analytics into your Grav site. icon: bar-chart author: diff --git a/plausible.yaml b/plausible.yaml index c6bb4c3..583a9dd 100644 --- a/plausible.yaml +++ b/plausible.yaml @@ -5,6 +5,5 @@ custom_event_goals: false outbound_link_tracking: false public_dashboard_visible: false public_dashboard_url: null -custom_plausible_domain: "https://plausible.io/" self_hosting: false custom_domain: null