All notable changes to robots-txt
will be documented in this file
- Update .gitattributes and ignore php_cs cache by @angeljqv in spatie#36
- Update PHPUnit config to latest schema by @patinthehat in spatie#39
- Add PHP 8.2 Support by @patinthehat in spatie#38
- Fix deprecation message by @buismaarten in spatie#41
- @angeljqv made their first contribution in spatie#36
- @buismaarten made their first contribution in spatie#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 spatie#35
- @gjportegies made their first contribution in spatie#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