Plausible Analytics
Privacy-friendly, lightweight web analytics and traffic measurement tool
Alternative to: Google Analytics, Matomo, Fathom Analytics, Simple Analytics, Heap Analytics, Mixpanel, Adobe Analytics
v2.1.1
2024-06-06This 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 https://github.com/plausible/analytics/pull/4155
Fixed
- Fix CSV import by adding a newline to the INSERT statement https://github.com/plausible/analytics/pull/4172
- Fix url parameters escaping of = sign https://github.com/plausible/analytics/pull/4185
- Fix redirect after registration in CE https://github.com/plausible/analytics/pull/4165
- Fix VersionedSessions migration in ClickHouse v24 https://github.com/plausible/analytics/pull/4162