Releases: spatie/laravel-analytics
Releases · spatie/laravel-analytics
3.2.0
- add
fetchUserTypes
3.1.0
- add compatibility with Laravel 5.5
3.0.1
- make publishing the config file optional
3.0.0
- add support for
v2
of the Google API - renamed config file from
laravel-analytics.php
toanalytics.php
- dropped support for anything lower than Laravel 5.4
2.4.0
- add support for Laravel 5.4
- dropped support for anything lower than Laravel 5.3
2.3.1
- improve exception message
2.3.0
- added
fetchTotalVisitorsAndPageViews
2.2.2
- added L5.3 compatibility
2.2.0
- added config setting to specify cache path
2.1.0
- add
pageTitle
tofetchVisitorsAndPageViews
andfetchMostVisitedPages
- fixed
credentialsJsonDoesNotExist
exception