Releases: spatie/robots-txt
Releases · spatie/robots-txt
2.2.3
2.2.2
What's Changed
- 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
New Contributors
- @dependabot made their first contribution in #47
- @mattfo0 made their first contribution in #46
Full Changelog: 2.2.1...2.2.2
2.2.1
2.2.0
2.1.0
2.0.3
What's Changed
- 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
New Contributors
- @angeljqv made their first contribution in #36
- @buismaarten made their first contribution in #41
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- Match meta tag for single quotes, often used by Wordpress sites by @gjportegies in #35
New Contributors
- @gjportegies made their first contribution in #35
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
- require PHP 8+
- drop support for PHP 7.x
- convert syntax to PHP 8
- remove deprecated methods
- use php-cs-fixer & github workflow