v2.1.5
plausible/analyticsv2.1.5Feb 3, 2025by ruslandoga
AI Summary
A patch release focused on enhancing email functionality and removing trial/billing-related messaging from the Community Edition.
Key Highlights
- Added plain text version to emails
- Improved error logging for email delivery
- Removed trial and billing-related UI elements
New Features
- Text version to emails
- Error logging when email delivery fails
- Removal of Plausible Cloud contacts
- Removal of trial mentions
- Removal of billings and upgrade tabs
Full Release Notes
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` <sub><kbd>compose.yml</kbd></sub> ```diff plausible: - image: ghcr.io/plausible/community-edition:v2.1.4 + image: ghcr.io/plausible/community-edition:v2.1.5 ``` and restart the containers <sub><kbd>console</kbd></sub> ```console $ docker compose up -d ``` This will boot up the new version of the app. ## Changelog Following [changes](https://github.com/plausible/analytics/compare/v2.1.4...v2.1.5) 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