Skip to content

Releases: webignition/robots-txt-file

Support PHP 7.2+ only

Choose a tag to compare

@webignition webignition released this 20 Dec 17:52
51bd7b1
  • support PHP 7.2+ only (#20)
  • compatibility with webignition/disallowed-character-terminated-string 2.0
  • improve robustness (PSR-12 #21, phpstan static analysis #22)

Lock webignition/disallowed-character-terminated-string version to >=1.0,<2

Choose a tag to compare

@webignition webignition released this 20 Dec 16:21
303622c
2.1.1

Lock webignition/disallowed-character-terminated-string version to >=…

Better handling of invalid lines

Choose a tag to compare

@webignition webignition released this 19 Mar 11:17
906d4e3
2.1

Handling parsing of invalid lines (#13)

2.0 Refactoring

Choose a tag to compare

@webignition webignition released this 09 May 16:55
  • move functionality from webignition/robots-txt-parser into this package
  • add Inspector class for inspecting a File model
  • add support for checking if a given user agent is allowed to access a given URL path
  • lots of internal refactoring
  • not compatible with 1.x

Recognise "field:" as a valid directive

Choose a tag to compare

@webignition webignition released this 05 May 13:49
0.3

Recognise "field:" as a valid directive (#10)