Skip to content

1.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 04:29
· 138 commits to main since this release
37e0716

Added

  • Glob patterns in checksum exclude listsWPMAR_Check_Checksums::build_exclude_set() / is_excluded() now recognize entries containing *, ?, or [ as fnmatch() glob patterns (matched against the lowercased, normalized relative path), in addition to the existing exact-match and directory-prefix (/, /* suffix) forms. A pattern like wordfence:*/.htaccess excludes that repeating filename at any nesting depth in one line, instead of requiring one entry per directory. Falls back to a preg_match()-based equivalent (*.*, ?.) on environments without fnmatch().