Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Releases: ipunkt/laravel-analytics

PHP-8 supported too

17 Dec 10:41
b247c53
Compare
Choose a tag to compare
4.1.0

added php8 support

Laravel 8 Support

12 Sep 08:34
8ea1681
Compare
Choose a tag to compare
Laravel 8 support

#61

Laravel 7 Support

17 Mar 06:50
0937acb
Compare
Choose a tag to compare
Merge pull request #59 from mvdnbrk/patch-1

Laravel 7 support

Laravel 6 support

05 Sep 06:47
Compare
Choose a tag to compare

With the Laravel 6 support the version 4 support was removed entirely. The minimum php version required is 7.2. So please update your dependencies.

Added Googles Optimize Feature

26 Aug 18:58
9f4a706
Compare
Choose a tag to compare

Thanks to @CryptoSmileee for the pull request for adding Google's Optimize Feature.

Fixed Readme

13 May 06:38
0563d99
Compare
Choose a tag to compare
Merge pull request #53 from pdziewa/master

Fix README for display features modifiers

Laravel auto-discovery supported

10 Sep 06:05
83503d1
Compare
Choose a tag to compare
1.5.0

Add auto-discovery in readme

introduce setTrackingId

03 May 07:43
640e452
Compare
Choose a tag to compare

This release introduces setTrackingId for the AnalyticsProviderInterface, "breaking" existing custom AnalyticsProviders.

Just implement setTrackingId to your provider to be ready.

Fixed tracking method signatures in NoAnalytics

31 Mar 11:08
Compare
Choose a tag to compare
1.3.5

Fixed method params for issue #44

Add config to disable script block

14 Mar 10:49
Compare
Choose a tag to compare

Thanks to @WaveHack for the pull request.