Skip to content

Releases: mikebronner/laravel-mixpanel

0.5.1

11 Jan 14:55
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Fixed

  • event listener to work with Laravel 5.2 core events.

0.5.0

02 Jan 18:55
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Changed

  • use of Auth\Guard to use Contracts\Auth\Guard.

Added

  • entry of auth.model configuration variable.

0.4.14

17 Nov 19:28
Compare
Choose a tag to compare
0.4.14 Pre-release
Pre-release

Fixed

  • missing parenthesis due to typo in last release.

0.4.13

17 Nov 19:25
Compare
Choose a tag to compare
0.4.13 Pre-release
Pre-release

Fixed

  • detection of device information to no longer include device version.

0.4.12

28 Oct 22:25
Compare
Choose a tag to compare
0.4.12 Pre-release
Pre-release

Fixed

  • incorrect usage of array_filter, causing empty strings to be passed.

0.4.11

28 Oct 22:09
Compare
Choose a tag to compare
0.4.11 Pre-release
Pre-release

Added

  • tracking of robots, if a browser isn't detected, and it is confirmed as a robot.

Removed

  • any "unknown" values from being passed.

0.4.10

28 Oct 21:42
Compare
Choose a tag to compare
0.4.10 Pre-release
Pre-release

Changed

  • reverted from using getAttribute(), as it is redundant.
  • refactored track() method to track: Url, Operating System, Hardware, Browser, Referring Domain, IP (For GeoLocation)

0.4.9

25 Oct 20:00
Compare
Choose a tag to compare
0.4.9 Pre-release
Pre-release

Duplicate of 0.4.8, to resolve version change problems.

0.4.8

25 Oct 19:42
Compare
Choose a tag to compare
0.4.8 Pre-release
Pre-release

Changed

  • referenced to user model properties to use getAttribute() instead of referencing them directly.

Added

  • tracking of name in addition to first name and last name.
  • tracking of referrer and referring domain to help get additional information for Live View (may not yet work
    fully).

0.4.7

25 Oct 18:13
Compare
Choose a tag to compare
0.4.7 Pre-release
Pre-release

Fixed

  • improper tracking of user details, which caused users' names to be blank and a 0 Object [object] field to be tracked
    erroneously.
  • fixed tracking to not depend on $user->id when referencing the primary key, but pulling it dynamically instead.