Skip to content

v2.1.5

Latest
Compare
Choose a tag to compare
@ruslandoga ruslandoga released this 03 Feb 12:00
· 293 commits to master since this release

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

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

and restart the containers

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 #4674
  • Add error logging when email delivery fails #4885

Removed

  • Remove Plausible Cloud contacts #4766
  • Remove trial mentions #4668
  • Remove billings and upgrade tabs from settings #4897