Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-20 | 1.2 kB | |
v2.1.5 source code.tar.gz | 2025-01-20 | 2.0 MB | |
v2.1.5 source code.zip | 2025-01-20 | 2.7 MB | |
Totals: 3 Items | 4.7 MB | 0 |
This release focuses on enhancing email functionality, including improved error logging, the addition of plain text emails, and the removal of trial and billing-related messaging in the Community Edition.
Upgrade
Update the image used for plausible
compose.yml
:::diff
plausible:
- image: ghcr.io/plausible/community-edition:v2.1.4
+ image: ghcr.io/plausible/community-edition:v2.1.5
and restart the containers
console
:::console
$ docker compose up -d
This will boot up the new version of the app.
Changelog
Following changes have been made since v2.1.4:
Added
- Add text version to emails https://github.com/plausible/analytics/pull/4674
- Add error logging when email delivery fails https://github.com/plausible/analytics/pull/4885
Removed
- Remove Plausible Cloud contacts https://github.com/plausible/analytics/pull/4766
- Remove trial mentions https://github.com/plausible/analytics/pull/4668
- Remove billings and upgrade tabs from settings https://github.com/plausible/analytics/pull/4897