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

Releases: ipunkt/laravel-analytics

Multi currency ecommerce tracking included

22 Feb 09:43
Compare
Choose a tag to compare

Configuration via environment added

27 Jan 08:41
Compare
Choose a tag to compare

Thanks to @WaveHack to pull this enhancement to solve the issue #33.

Added Tracker name

Content Security Policy feature support integrated

03 Nov 07:43
Compare
Choose a tag to compare

setCustom() method added to interface

02 Nov 16:29
Compare
Choose a tag to compare

setCustom() method added to interface and supports fluent interface as well

Script Block rendering gets optional

28 Jun 07:22
Compare
Choose a tag to compare

You can disable the rendering of the script tags, when you embed the analytics code.

Assigned Issues: #28

Dependency Injection and Campaigns...

01 Jun 15:33
Compare
Choose a tag to compare

The ServiceProvider does not handle an "analytics" abbreviation anymore for the facade and within the DI container. Now the whole interface will be created and returned. The Facade accesses this. But you can inject in a controller method by using the interface as type hint.

1.1.5: Merge pull request #30 from amirbilu/master

26 Apr 15:26
Compare
Choose a tag to compare

Added userId tracking code

18 Nov 19:52
Compare
Choose a tag to compare
1.1.4

adding the userId tracking #20

fixing buggy 1.1.2 for laravel 4

18 Nov 19:26
Compare
Choose a tag to compare
1.1.3

missing comma