# Plausible Analytics v3.1.0-rc.1
- Product: Plausible Analytics (https://whatsnew.fyi/product/plausible)
- Vendor: Plausible
- Date: 2025-11-03
- Version: v3.1.0-rc.1
- Original notes: https://github.com/plausible/analytics/releases/tag/v3.1.0-rc.1
- Permalink: https://whatsnew.fyi/product/plausible/releases/v3.1.0-rc.1
- Labels: Pre-release
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'.
---
- **fixed** — Fixed issue with backfilling tracker script config
- **changed** — Configuring shared links is now in a modal
This release fixes [v3.1.0-rc.0](https://github.com/plausible/analytics/releases/tag/v3.1.0-rc.0), see the notes of that release for the full picture.
##### Upgrade guide from last stable release
Update the image used for `plausible`
compose.yml
```diff
plausible:
- image: ghcr.io/plausible/community-edition:v3.0.1
+ image: ghcr.io/plausible/community-edition:v3.1.0-rc.1
```
and restart the containers
console
```console
$ docker compose up -d
```
##### Changes (since [v3.1.0-rc.0](https://github.com/plausible/analytics/releases/tag/v3.1.0-rc.0))
###### Fixed
- Fixed issue with backfilling tracker script config
###### Changed
- Configuring shared links is now in a modal