Plausible Analytics
Privacy-friendly, lightweight web analytics and traffic measurement tool
Alternative to: Google Analytics, Matomo, Fathom Analytics, Simple Analytics, Heap Analytics, Mixpanel, Adobe Analytics
v2.1.4
2024-10-09This is a patch release focused on resolving file moving issue with CSV export/import, alongside several other improvements to enhance the user experience.
Upgrade
Update the image used for plausible
docker-compose.yml
plausible:
- image: ghcr.io/plausible/community-edition:v2.1.3
+ image: ghcr.io/plausible/community-edition:v2.1.4
and restart the containers
console
$ cd hosting
$ docker compose up -d
This will boot up the new version of the app.
Changelog
Following changes have been made since v2.1.3:
Added
- Add ability to review and revoke particular logged in user sessions
- Add ability to change password from user settings screen
- Add error logs for background jobs plausible/analytics#4657
Changed
- Revised User Settings UI
- Default to
invite_onlyfor registration plausible/analytics#4616
Fixed
- Fix cross-device file move in CSV exports/imports plausible/analytics#4640