Skip to content

Releases: spatie/laravel-analytics

2.4.0

23 Jan 14:34

Choose a tag to compare

  • add support for Laravel 5.4
  • dropped support for anything lower than Laravel 5.3

2.3.1

14 Dec 09:46

Choose a tag to compare

  • improve exception message

2.3.0

20 Oct 09:39

Choose a tag to compare

  • added fetchTotalVisitorsAndPageViews

2.2.2

23 Aug 15:07

Choose a tag to compare

  • added L5.3 compatibility

2.2.0

23 Jul 21:05

Choose a tag to compare

  • added config setting to specify cache path

2.1.0

22 Jun 17:33

Choose a tag to compare

  • add pageTitle to fetchVisitorsAndPageViews and fetchMostVisitedPages
  • fixed credentialsJsonDoesNotExist exception

2.0.0

20 Jun 17:19

Choose a tag to compare

  • refactored all methods
  • introduced Spatie\Analytics\Period to specify date ranges
  • the package now uses json credentials instead of .p12 file
  • the Spatie\Analytics\Analtyics class is much easier to extend

1.4.1

13 May 06:42

Choose a tag to compare

  • fixes a bug introduced in 1.4.0 where the check whether a p12 certificate is present was broken

1.4.0

12 May 15:57

Choose a tag to compare

  • removing the use of facades

1.3.1

06 Jan 12:25

Choose a tag to compare

make calculateNumberOfDays-function protected