The highlights of this release are:
- Stats API: https://plausible.io/docs/stats-api
- Embedded stats: https://plausible.io/docs/embed-dashboard
- Fix for sending weekly and monthly reports over SMPT: #827
This is a release candidate for testing. To update your installation, make sure your docker-compose.yml file is referencing plausible/analytics
with the following tag: v1.3.0-rc.0
. Then run the following commands:
$ docker-compose down
$ docker-compose pull plausible
$ docker-compose up -d
This will run your database migrations and boot up the new version of the app. Following changes have been made since v1.2:
Added
- Stats API #679
- Ability to view and filter by entry and exit pages, in addition to regular page hits #712
- 30 day and 6 month keybindings (
T
andS
, respectively) #709 - Site switching keybinds (1-9 for respective sites) #735
- Glob (wildcard) based pageview goals #750
- Support for embedding shared links in an iframe #812