- Removed support for Laravel 4
- Added support for Laravel 6
- Laravel 5.6 compatibility
- Added a config to enable/disable console logging
- Disable console logging
- Fix wrong date column being used in log view
- Fix multiple sessions for the same request
- Browser Agent name is now being hashed
- Show untrackable items in log
- Upgraded datatables
- Upgraded to SBAdmin 2 3.3.7+1
- Upgrade to Laravel 5.4
- Cache
- Support for multiple authentication drivers
- Migrations for languages
- Query log for Laravel 5.2 and Laravel 5.3
- Changed to PSR-2 using StyleCI
- Add onlineUsers method
- Route name on log
- Sessions for tracking visitors
- Log languages (please check upgrade.md)
- Localization
- Routes for stats are now being correctly ignored on Laravel 5.x
- Support for Laravel 5.3
- Middleware for Laravel 5.x
- Allow table to be prefixed
- SB Admin 2 install instructions
- Upgraded Ramsey UUID to V3
- You must execute php artisan tracker:tables then php artisan migrate
- Referer to tracker_log
- Method Tracker::userDevices()
- Range filter on data access methods
- Prevent migrations files from being overwritten
- Event log error when opening stats
- Must be admin to access stats
- Support for GeoIp2
- Upgraded SB Admin 2 to 1.0.7
- Referer parsing, to store marketing attribution data (medium, source and search term)
- Tracker::trackVisit()
- Tracker::trackEvent()
- Move to UA-PHP instead of PragmaRX/UaParser
- Using a better bot detector
- Correctly get the application url
- Migrations for MySQL
- Sessions now change when a different users logs in
- isPhone compatibility
- Use ua-php instead of ua-parser directly
- No need to execute tracker:updateparser during install anymore
- Middleware filter to routes
- Console exception handler
- Datatables bug
- Migrations for MySQL
- Use a stable version of datatables
- Added support for Laravel 5
- HTTP cache by removing PHP session_start
- A 'Today' filter option on Stats Panel
- All stats tables are now Google Charts Tables (paginated)
- Moved pie charts from flot to Google Charts