Download Latest Version v3.0.1 source code.tar.gz (2.2 MB)
Email in envelope

Get an email when there's a new version of Plausible Analytics

Home / v2.1.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-10-09 1.1 kB
v2.1.4 source code.tar.gz 2024-10-09 2.0 MB
v2.1.4 source code.zip 2024-10-09 2.7 MB
Totals: 3 Items   4.7 MB 0

This is a patch release focused on resolving file moving issue with CSV export/import, alongside several other improvements to enhance the user experience.

Upgrade

Update the image used for plausible

docker-compose.yml

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

and restart the containers

console

:::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.3:

Added

  • Add ability to review and revoke particular logged in user sessions
  • Add ability to change password from user settings screen
  • Add error logs for background jobs [#4657]

Changed

  • Revised User Settings UI
  • Default to invite_only for registration [#4616]

Fixed

  • Fix cross-device file move in CSV exports/imports [#4640]
Source: README.md, updated 2024-10-09