Download Latest Version v3.2.0 source code.tar.gz (2.5 MB)
Email in envelope

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

Home / v3.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-01-16 2.0 kB
v3.2.0 source code.tar.gz 2026-01-16 2.5 MB
v3.2.0 source code.zip 2026-01-16 3.4 MB
Totals: 3 Items   6.0 MB 1

This release

Upgrade

Checkout the branch plausible/community-edition:v3.2.0. Needed because Clickhouse profile settings in the community-edition repository have changed.

console

:::console
$ git fetch origin v3.2.0:v3.2.0
$ git checkout v3.2.0

Re-apply any local changes to tracked files in the repository. If all configuration changes were in .env and compose.override.yml, this step isn't necessary.

console

:::console
$ docker compose up -d

This will boot up the new version of the app.

Changelog

Added

  • A visitor percentage breakdown is now shown on all reports, both on the dashboard and in the detailed breakdown
  • Shared links can now be limited to a particular segment of the data

Changed

  • Segment filters are visible to anyone who can view the dashboard with that segment applied, including personal segments on public dashboards

Fixed

  • To make internal stats API requests for password-protected shared links, shared link auth cookie must be set in the requests
  • Fixed issue with site guests in Editor role and team members in Editor role not being able to change the domain of site
  • Fixed direct dashboard links that use legacy dashboard filters containing URL encoded special characters (e.g. character ê in the legacy filter ?page=%C3%AA)
  • Fix bug with tracker script config cache that made requests for certain cached scripts give error 500
Source: README.md, updated 2026-01-16