Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-26 | 1.0 kB | |
v2.1.3 source code.tar.gz | 2024-09-26 | 2.0 MB | |
v2.1.3 source code.zip | 2024-09-26 | 2.7 MB | |
Totals: 3 Items | 4.7 MB | 0 |
This release is the same as v2.1.2 but with cookie and filters issues resolved.
Upgrade
Update the image used for plausible
docker-compose.yml
:::diff
plausible:
- image: ghcr.io/plausible/community-edition:v2.1.2
+ image: ghcr.io/plausible/community-edition:v2.1.3
and restart the containers
console
:::console
$ cd hosting
$ docker compose up -d
This will boot up the new version of the app.
Changelog
Following changes have been made since v2.1.2:
Fixed
- Change cookie key to resolve login issue https://github.com/plausible/analytics/pull/4621
- Set secure attribute on cookies when BASE_URL has HTTPS scheme https://github.com/plausible/analytics/pull/4623
- Don't track custom events in CE (fixes filters) https://github.com/plausible/analytics/pull/4627