AgentZero v1.3.0
This release improves normalisation of crawler names to enable analytics to be more consistent:
- Agent strings are now normalised to remove surrounding quotes and extra whitespace in
agentzero::parse()
- Reworked how crawler names are parsed to make them more consistent in
crawlers::normaliseAppname()
- Added
libwww-perl
as a framework - Added lots of new crawlers
- Fixed performance issue in
crawlers::get()
where acount()
call was in a loop - Added and updated tests
- Updated dependencies
- Fixed some PHPStan recommendations