Releases: mikebronner/laravel-mixpanel
Releases · mikebronner/laravel-mixpanel
0.7.5
Added
- Laravel 5.6 compatibility.
0.7.4: Merge pull request #45 from GeneaLabs/laravel-5.5
Added
Mixpanel::xxx()
facade.thanks
package as dev-dependency, as well as pretty phpunit printer package.
0.7.3
Added
- initial integration tests.
Changed
- class structure as part of refactoring.
0.7.2
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
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
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
0.6.9
0.6.8
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
Fixed
- handling of mixpanel JS library and configuration of token.