This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
Releases: beranek1/php-web-analytics
Releases · beranek1/php-web-analytics
Bug fixes and minor improvements
Improve fingerprinting
Add new fingerprinting technique to improve identification of unique browsers without cookies.
Remove unnecessary files
Removed folder containing project logo and icon as it is not needed.
Performance improvements
Improved performance of ip geolocation retriever.
Compatibility improvement
Apparently we forgot to check support on older PHP versions.
New statistics page and improved analysis
- New statistics page using Google Charts for better visualization
- Improved analysis by integrating User Agent Analyzer
Update statistics page and ip anonymization
Merge pull request #3 from beranek1/ip-anonymization Update ip anonymization
Performance update
Removing unnecessary steps, moving user agent analysis to statistics page and API in the future.
If you're upgrading to this version you need to drop the already created tables from your database!!
Security patch regarding device profiles
0.2.1 Merge branch 'master' of https://github.com/beranek1/webanalytics
Support for more databases
Switched from mysqli to PDO.
Remember to update the database parameters after updating.