Skip to content

v2.3.0

Compare
Choose a tag to compare
@vstelmakh vstelmakh released this 24 Sep 14:01
· 80 commits to master since this release
9add94b

Changelog:

  • Added PHP 8 compatibility
  • Renamed class VStelmakh\UrlHighlight\Matcher\Match to UrlMatch

    Since PHP v8.0 match is a reserved keyword.
    This will affect you if custom Validator or Highlighter implemented.
    Consider expecting UrlMatch instead of Match in your implementations.