Skip to content

v2.1.3

Latest
Compare
Choose a tag to compare
@ruslandoga ruslandoga released this 26 Sep 11:18
· 13 commits to master since this release
cb365c2

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

plausible:
- image: ghcr.io/plausible/community-edition:v2.1.2
+ image: ghcr.io/plausible/community-edition:v2.1.3

and restart the containers

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 #4621
  • Set secure attribute on cookies when BASE_URL has HTTPS scheme #4623
  • Don't track custom events in CE (fixes filters) #4627