Skip to content

Commit 3bc1549

Browse files
committed
bumping to 1.1.0
1 parent 1b4756c commit 3bc1549

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ Then follow the steps in the config step bellow.
2323
1. Head to your [Plausible Settings](https://plausible.io/settings).
2424
2. Scroll down to API key and generate a new one. Name it whatever you like.
2525
3. Copy that value into your `.env` as `PLAUSIBLE_KEY`.
26-
4. Get your site as displayed in your Plausible Dashboard (e.g. jackwhiting.co.uk). Add that value to your `.env` as `PLAUSIBLE_SITE`.
27-
5. Data should load.
26+
4. If you're self hosting Plausible, add the config option for `PLAUSIBLE_DOMAIN` in your `.env`
27+
5. Get your site as displayed in your Plausible Dashboard (e.g. jackwhiting.co.uk). Add that value to your `.env` as `PLAUSIBLE_SITE`.
28+
6. Data should load.
2829

2930
For more customisation you can publish the config and adjust the values as you wish.
3031

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jackabox/statamic-plausible-analytics",
33
"description": "Get your Plausible Analytics data right from your Statamic dashboard.",
4-
"version": "1.0.0-beta2",
4+
"version": "1.1.0",
55
"autoload": {
66
"psr-4": {
77
"Jackabox\\Plausible\\": "src"

0 commit comments

Comments
 (0)