Url highlight v3.0.0 Release Notes

Release Date: 2020-11-05 // over 3 years ago

Previous changes from v2.3.0

  • ๐Ÿ”„ 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.