Update plausible to v2.1.5 (#2140)

This commit is contained in:
Alexander L. 2025-02-06 11:32:30 +01:00 committed by GitHub
parent 701480776f
commit 3015e72424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -30,7 +30,7 @@ services:
hard: 262144
plausible:
image: ghcr.io/plausible/community-edition:v2.1.4@sha256:4c2553516d09e3c7b1b9c39cca04a04c28c871f525adc8dbb7a2a8a20fed0857
image: ghcr.io/plausible/community-edition:v2.1.5@sha256:1f9d3fb861e10cc9ac9643a94ce5938eb17e7553ecac76941e94abe58ffc5621
restart: on-failure
user: "1000:1000"
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: plausible
category: developer
name: Plausible Analytics
version: "2.1.4"
version: "2.1.5"
tagline: Easy to use and privacy-friendly Google Analytics alternative
description: >-
Plausible is intuitive, lightweight and open source web analytics.
@ -12,15 +12,13 @@ description: >-
⚙️ You may need to expose Plausible to the web in order to use the app in its intended way with websites.
The easiest way to do this is to use the 'Cloudflare Tunnel' app from the Umbrel app store, and expose Plausible to the internet using your own domain.
releaseNotes: >-
This release focuses on resolving file moving issues with CSV export/import and includes several improvements to enhance the user experience.
This release focuses on enhancing email functionality and removing trial and billing-related messaging in the Community Edition.
Key changes include:
- Added ability to review and revoke particular logged-in user sessions
- Added ability to change password from user settings screen
- Revised User Settings UI
- Default to invite-only for registration
- Fixed cross-device file move in CSV exports/imports
- Added plain text version to emails
- Improved error logging for email delivery failures
- Removed trial mentions and billing-related settings
For full release notes, visit https://github.com/plausible/analytics/releases