This 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 #4657
Changed
- Revised User Settings UI
- Default to
invite_only
for registration #4616
Fixed
- Fix cross-device file move in CSV exports/imports #4640