Releases: spatie/laravel-analytics
Releases · spatie/laravel-analytics
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
pageTitletofetchVisitorsAndPageViewsandfetchMostVisitedPages - fixed
credentialsJsonDoesNotExistexception
2.0.0
- refactored all methods
- introduced
Spatie\Analytics\Periodto specify date ranges - the package now uses json credentials instead of .p12 file
- the
Spatie\Analytics\Analtyicsclass is much easier to extend
1.4.1
- fixes a bug introduced in 1.4.0 where the check whether a p12 certificate is present was broken
1.4.0
- removing the use of facades
1.3.1
make calculateNumberOfDays-function protected