Skip to content

Releases: diggin/Diggin_RobotRules

0.10.0

26 Feb 14:59
Compare
Choose a tag to compare

Fixed

#9 User-agent: * is expected to be accepted lastly w/#16

BC Breaks

Diggin\RobotRules\Rules\TxtContainer constructor removed. use TxtContainer::factory(), instead.

0.9.0

23 Feb 13:52
Compare
Choose a tag to compare

Fixed

#10 Some changes to confirm exclusion protocol draft

  • User-agent names are case-insensitive: case insensitive match for names
  • Comment cannot be used to separate records:
  • Fix generated regex pattern: optimize regex for lessen backtrack and occational warning.

thanks to @ranvis !

Added

#11 update gitignore - to be comfortable for develop
#12 update composer.json phpunit version update and apply PSR-4
#13 replace null statement with const for clearly