Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Releases: beranek1/php-web-analytics

Bug fixes and minor improvements

30 Sep 11:16
Compare
Choose a tag to compare
0.2.10

Fix statistics page and cookies

Improve fingerprinting

16 Jun 08:49
77f4825
Compare
Choose a tag to compare

Add new fingerprinting technique to improve identification of unique browsers without cookies.

Remove unnecessary files

20 Feb 09:16
Compare
Choose a tag to compare

Removed folder containing project logo and icon as it is not needed.

Performance improvements

01 Jan 20:43
Compare
Choose a tag to compare

Improved performance of ip geolocation retriever.

Compatibility improvement

22 Sep 14:21
Compare
Choose a tag to compare

Apparently we forgot to check support on older PHP versions.

New statistics page and improved analysis

01 Sep 15:36
cc23465
Compare
Choose a tag to compare

Update statistics page and ip anonymization

29 Jul 18:43
c28b1e7
Compare
Choose a tag to compare
Merge pull request #3 from beranek1/ip-anonymization

Update ip anonymization

Performance update

21 Jul 11:56
Compare
Choose a tag to compare

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

13 Jul 09:07
Compare
Choose a tag to compare
0.2.1

Merge branch 'master' of https://github.com/beranek1/webanalytics

Support for more databases

13 Jul 08:46
Compare
Choose a tag to compare

Switched from mysqli to PDO.

Remember to update the database parameters after updating.