Skip to content

Releases: spatie/robots-txt

2.2.2

25 Sep 08:55
560d6d1
Compare
Choose a tag to compare

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

Full Changelog: 2.2.1...2.2.2

2.2.1

09 Aug 09:08
db55c5f
Compare
Choose a tag to compare

What's Changed

  • Add missing use statement for InvalidArgumentException by @remcom in #44

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

22 Apr 14:31
02722a0
Compare
Choose a tag to compare

What's Changed

  • optionally allow partial matches and global groups by @resohead in #43

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

19 Apr 11:44
d44c058
Compare
Choose a tag to compare

What's Changed

  • Add some efficiencies to prevent unnecessary requests by @tsjason in #42

New Contributors

Full Changelog: 2.0.3...2.1.0

2.0.3

22 Nov 12:57
dacba2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

18 May 15:14
f40a12b
Compare
Choose a tag to compare

What's Changed

  • Match meta tag for single quotes, often used by Wordpress sites by @gjportegies in #35

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

06 May 16:56
312ff78
Compare
Choose a tag to compare
  • added x-robots-tag: none (#32)

2.0.0

28 Mar 11:10
0ab08e8
Compare
Choose a tag to compare
  • require PHP 8+
  • drop support for PHP 7.x
  • convert syntax to PHP 8
  • remove deprecated methods
  • use php-cs-fixer & github workflow

1.0.10

07 Dec 11:11
8802a2b
Compare
Choose a tag to compare
  • handle multiple user-agent (#29)

1.0.9

27 Nov 11:00
e4672f2
Compare
Choose a tag to compare
  • add support for PHP 8.0 + move to GitHub actions (#27)