v2.1.3
plausible/analyticsv2.1.3Sep 26, 2024by ruslandoga
AI Summary
A patch release resolving cookie and filter issues, specifically for the Community Edition.
Key Highlights
- Cookie key change to resolve login issues
- Secure attribute added to cookies for HTTPS
- Fix for custom event tracking in Community Edition
New Features
- Change cookie key to resolve login issue
- Set secure attribute on cookies when BASE_URL has HTTPS scheme
- Don't track custom events in CE (fixes filters)
Full Release Notes
This release is the same as [v2.1.2](https://github.com/plausible/analytics/discussions/4618) but with cookie and filters issues resolved. #### Upgrade Update the image used for `plausible` <sub><kbd>docker-compose.yml</kbd></sub> ```diff plausible: - image: ghcr.io/plausible/community-edition:v2.1.2 + image: ghcr.io/plausible/community-edition:v2.1.3 ``` and restart the containers <sub><kbd>console</kbd></sub> ```console $ cd hosting $ docker compose up -d ``` This will boot up the new version of the app. ## Changelog Following [changes](https://github.com/plausible/analytics/compare/v2.1.2...v2.1.3) 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