Skip to content

Releases: mikebronner/laravel-mixpanel

0.7.5

10 Feb 23:03
Compare
Choose a tag to compare
0.7.5 Pre-release
Pre-release

Added

  • Laravel 5.6 compatibility.

0.7.4: Merge pull request #45 from GeneaLabs/laravel-5.5

08 Jan 14:08
7ee2336
Compare
Choose a tag to compare

Added

  • Mixpanel::xxx() facade.
  • thanks package as dev-dependency, as well as pretty phpunit printer package.

0.7.3

06 Nov 01:20
70ede07
Compare
Choose a tag to compare
0.7.3 Pre-release
Pre-release

Added

  • initial integration tests.

Changed

  • class structure as part of refactoring.

0.7.2

05 Nov 15:39
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release

Fixed

  • inclusion of autotrack JS scripts. NPM library is broken and seems to not be maintained anymore, switched to script provided by mixpanel setup instructions.

Version 0.7.1 was skipped, but contained the following:

Updated

  • user model listener to not fail if timestamps are turned off.

0.7.0

01 Sep 00:41
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Added

  • compatibility with Laravel 5.5.
  • auto-detection of package's service provider for automatic installation.
  • Console error to warn of missing ENV variable.

Updated

  • README with L5.5 particulars.
  • CHANGELOG with new entries.

0.6.11

16 Jun 12:48
Compare
Choose a tag to compare
0.6.11 Pre-release
Pre-release

Fixes

  • infinite recursion on login attempt tracking in Laravel 5.1.

Changed

  • login attempt tracking to only track that an attempt was made, not if it was successful or not.

0.6.10

15 Jun 17:56
Compare
Choose a tag to compare
0.6.10 Pre-release
Pre-release

Fixes

  • labeling of events. Fixes #35

0.6.9

15 Jun 15:56
Compare
Choose a tag to compare
0.6.9 Pre-release
Pre-release

Fixed

  • compatibility with Laravel 5.1, fixes #34.

0.6.8

14 May 18:39
Compare
Choose a tag to compare
0.6.8 Pre-release
Pre-release

Fixed

  • user event tracking. Fixes #33, thanks @jaewun and @keithbrink for reporting this and providing details!

Changed

  • javascript source reference in blade partial.

0.6.7

18 Apr 22:49
Compare
Choose a tag to compare
0.6.7 Pre-release
Pre-release

Fixed

  • handling of mixpanel JS library and configuration of token.