v2.1.1
This is a patch release with fixes to some of the problems reported in v2.1.0
Upgrading to v2.1.1
Important
This guide assumes you are already using v2.1.0
Update images
Update the image used for plausible
docker-compose.yml
plausible:
- image: ghcr.io/plausible/community-edition:v2.1.0
+ image: ghcr.io/plausible/community-edition:v2.1.1
and restart the container
console
$ cd hosting
$ docker compose stop plausible
$ docker compose rm plausible
$ docker compose up -d
This will boot up the new version of the app.
Changelog
Following changes have been made since v2.1.0:
Added
- Snippet integration verification
- Limited filtering support for imported data in the dashboard and via Stats API
- Automatic sites.imported_data -> site_imports data migration in CE #4155