The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.0.4 - 2017-01-27
- Updated
tomverran/robots-txt-checker
to 1.14 - @nickmoline
v1.0.3 - 2016-12-30
- Missing chain returns in
Robots\Status
- @nickmoline
v1.0.2 - 2016-12-29 [YANKED]
- Set explicit allowed reason in
Robots\Meta
if no META Robots tag is present - @nickmoline - Set explicit allowed reason in
Robots\Header
if noX-Robots-Tag
HTTP Header is present - @nickmoline
- Added Release Dates to releases in CHANGELOG - @nickmoline
- Added getters and setters for Redirects and Original URL to
Robots\Status
- @nickmoline - Passed redirects and original url to
::createFromExisting
forRobots\Status
- @nickmoline
v1.0.1 - 2016-12-27
- #5 Redirects not being followed and seen as a loop - @nickmoline
- Added MIT License File LICENSE.txt (was already specified in composer.json) - @nickmoline
- Added CONTRIBUTING.md for Contribution Instructions - @nickmoline
v1.0.0 - 2016-12-26
- Initial Commits of base project - @nickmoline
- Classes for checking urls against various methods of robots exclusion - @nickmoline
- php-unit tests - @nickmoline