Releases: nickmoline/robots-checker
Releases · nickmoline/robots-checker
Version 1.0.5 - PHP 7.2 Compatibility
2018-04-03
Changed
- Updated Requirements to support PHP 7.2 - [@edgarcano]
- Added test to make sure changes to leage/uri doesn't cause problems - [@edgarcano]
- Documentation Tweaks - [@nickmoline]
Version 1.0.4 : Updating Dependancy
Changed
- Updated
tomverran/robots-txt-checker
to 1.14 - @nickmoline
Version 1.0.3 : Bug Fix
Fixed
- Missing chain returns in
Robots\Status
- @nickmoline
Version 1.0.1 : Fix for redirect loops
v1.0.1
Fixed
- #5 Redirects not being followed and seen as a loop - @nickmoline
Added
- Added MIT License File LICENSE.txt (was already specified in composer.json) - @nickmoline
- Added CONTRIBUTING.md for Contribution Instructions - @nickmoline
Version 1.0.0 : Initial Release
v1.0.0
Added
- Initial Commits of base project
- Classes for checking urls against various methods of robots exclusion
- php-unit tests