Yii Files 2.1

Yii Files version 2.1.0 was released. In this version:

  • Add filter option for FileHelper::clearDirectory()
  • Change PHP constraint in composer.json to 8.0 - 8.5
  • In PathMatcher::only() and PathMatcher::except() methods move a type hints from annotation
  • Use FQN for built-in PHP functions, minor refactoring FileHelper and PathMatcher
  • Suppress warnings that emitted when path not exist on FileHelper::lastModifiedTime() usage
  • Restore error handler after handling exception