Skip to content

v2.1.1

Latest
Compare
Choose a tag to compare
@ruslandoga ruslandoga released this 06 Jun 10:00
· 13 commits to master since this release
b096057

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

Fixed

  • Fix CSV import by adding a newline to the INSERT statement #4172
  • Fix url parameters escaping of = sign #4185
  • Fix redirect after registration in CE #4165
  • Fix VersionedSessions migration in ClickHouse v24 #4162