mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update plausible to v2.1.5 (#2140)
This commit is contained in:
parent
701480776f
commit
3015e72424
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user