Update plausible to v3.2.0 (#4589)
This commit is contained in:
parent
7c4699dfc4
commit
a7bae316d6
@ -32,7 +32,7 @@ services:
|
||||
- CLICKHOUSE_SKIP_USER_SETUP=1
|
||||
|
||||
plausible:
|
||||
image: ghcr.io/plausible/community-edition:v3.1.0@sha256:9703f89e41f7109bda6ae4fc64298474e8bc11f559e791cdda4b04218a92acb1
|
||||
image: ghcr.io/plausible/community-edition:v3.2.0@sha256:3d8af8d4a1be32c3dcc5e8dc01496639d945edd9963827e18abe984dd6bda086
|
||||
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: "3.1.0"
|
||||
version: "3.2.0"
|
||||
tagline: Easy to use and privacy-friendly Google Analytics alternative
|
||||
description: >-
|
||||
Plausible is intuitive, lightweight and open source web analytics.
|
||||
@ -12,18 +12,14 @@ 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 introduces several new features and improvements:
|
||||
This release adds several new features and fixes:
|
||||
|
||||
|
||||
- New dynamic and more configurable tracking snippet and script (legacy scripts continue to work)
|
||||
- Custom events can now be marked as non-interactive and won't count towards bounce rate
|
||||
- Ability to leave team via Team Settings
|
||||
- Properties are now included in full site exports
|
||||
- Weekly and monthly email reports now contain top goal conversions
|
||||
- Ability to enforce enabling 2FA by all team members
|
||||
- Revamped dark theme with darker color scheme and better visual hierarchy
|
||||
- Main graph no longer shows empty values after current time for day, month and year periods
|
||||
- Fixed realtime and hourly graphs overcounting visits and duration metrics
|
||||
- Shared links can now be limited to a particular segment of the data
|
||||
- Visitor percentage breakdown is now shown on all reports
|
||||
- Fixed bug with tracker script config cache that caused errors for certain cached scripts
|
||||
- Fixed Clickhouse low-memory settings that weren't being applied correctly
|
||||
- Fixed issue with site guests and team members in Editor role not being able to change site domain
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/plausible/analytics/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user