Releases: pirsch-analytics/pirsch
Releases · pirsch-analytics/pirsch
Release 1.13.0
You need to update the schema by running the v1.13.0.sql
migration script!
- changed the default session max age from two hours to 15 minutes (you can keep two hours by setting the
TrackerConfig.SessionMaxAge
option) - added page views to statistics (including relative views and growth)
- added "today" to growth rates, if it's within period (visitors, sessions, bounces, views)
- added average session duration per day
- added session duration growth to analyzer
- added time spent on page statistics
- updated dependencies
- updated referrer blacklist
- updated Safari User-Agent versions
Release 1.12.2
- added absolute number of bounces to page visitor statistics
- updated dependencies
Release 1.12.1
- added total visitor count, relative visitors, and bounce rate to page visitor statistics
- fixed sorting page visitor statistics
Release 1.12.0
You need to update the schema by running the v1.12.0.sql
migration script!
- database indices optimization
- always save language and country codes in lowercase
- test refactorings
- updated dependencies
Release 1.11.1
- added relative visitor count to
Analyer.PageVisitors
Release 1.11.0
- updated dependencies
- updated referrer blacklist
- map Android referrers to app name and icon from the Google Play Store
- added bounce rate per referrer
Release 1.10.7
- fixed
RunAtMidnight
not firing
Release 1.10.6
- fixed filtering referrers if the hostname cannot be parsed
Release 1.10.5
- accept non-url referrers (like for utm_source)
Release 1.10.4
- added source and utm_source as referrer URL parameters
- updated referrer spam list
- updated dependencies