This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
Releases: voerro/laravel-visitor-tracker
Releases · voerro/laravel-visitor-tracker
v1.2.2
v1.2.1
Replaced Freegeoip with Ipstack
v1.2.0
- Views are being published so that you could modify them
- CSS: 'word-break' for long URLs
- New config options: 'dont_track_authenticated_users' & 'dont_track_anonymous_users'
- Added missing icons
v1.1.1
Fatal bug fixes
v1.1.0: Added missing icons
Added missing icons
Added 'go-http-client' to the list of bots
Stats pages with unique visitor counts are sorted by unique visitors count DESC by default
v1.0.11
Don't make external API calls when in testing environment
v1.0.10
Fix: bug with timezones producing a fatal error
v1.0.9
Updated Laravel dependencies to support v5.6
v1.0.8
- Displaying datetime in a timezone, specified in the config file
- Added icons for Perl, SRWare Iron (browsers)
- Added 'perl' to the list of bot browsers
v1.0.7
- Added icons for wget, Facebook
- Handling unknown browsers and OSs, added an icon for them
- Mark apps and libraries (e.g. curl, wget, etc) as bots
- Fix: the VisitStats's groupBy() method works improperly when combined with a WHERE clause