All notable changes to robots-txt
will be documented in this file
- Update phpunit/phpunit requirement from ^9.0|^10.0 to ^11.5.2 by @dependabot in #59
- "Allow" Handling by @Dwarfex in #60
- @Dwarfex made their first contribution in #60
Full Changelog: https://github.com/spatie/robots-txt/compare/2.2.3...2.3.0
- avoid expensive queries that do not change certain results by @elcapo in #53
- @elcapo made their first contribution in #53
Full Changelog: https://github.com/spatie/robots-txt/compare/2.2.2...2.2.3
- Bump actions/checkout from 2 to 4 by @dependabot in #47
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #48
- Fixes "case-sensitive" URI matching for Disallow rules in robots.txt by @mattfo0 in #46
Full Changelog: https://github.com/spatie/robots-txt/compare/2.2.1...2.2.2
- Add missing use statement for InvalidArgumentException by @remcom in #44
- @remcom made their first contribution in #44
Full Changelog: https://github.com/spatie/robots-txt/compare/2.2.0...2.2.1
- optionally allow partial matches and global groups by @resohead in #43
- @resohead made their first contribution in #43
Full Changelog: https://github.com/spatie/robots-txt/compare/2.1.0...2.2.0
- Add some efficiencies to prevent unnecessary requests by @tsjason in #42
- @tsjason made their first contribution in #42
Full Changelog: https://github.com/spatie/robots-txt/compare/2.0.3...2.1.0
- Update .gitattributes and ignore php_cs cache by @angeljqv in #36
- Update PHPUnit config to latest schema by @patinthehat in #39
- Add PHP 8.2 Support by @patinthehat in #38
- Fix deprecation message by @buismaarten in #41
Full Changelog: https://github.com/spatie/robots-txt/compare/2.0.2...2.0.3
- Match meta tag for single quotes, often used by Wordpress sites by @gjportegies in #35
- @gjportegies made their first contribution in #35
Full Changelog: https://github.com/spatie/robots-txt/compare/2.0.1...2.0.2
- added x-robots-tag: none (#32)
- require PHP 8+
- drop support for PHP 7.x
- convert syntax to PHP 8
- remove deprecated methods
- use php-cs-fixer & github workflow
- handle multiple user-agent (#29)
- add support for PHP 8.0 + move to GitHub actions (#27)
- make user agent checks case-insensitive
- fix find robots meta tag line if minified code (#23)
- fix headers checking (nofollow, noindex) for custom userAgent (#21)
- improvements around handling of wildcards, end-of-string, query string
- improve readability
- fix parsing robotstxt urls with keywords (#14)
- make robots.txt check case insensitive
- prevent exception if the domain has no robots.txt
- initial release