Skip to content

1.3.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 05 Jan 21:31
· 105 commits to 1.6.x since this release
1.3.0
d1d34a7

1.3.0 - 2021-01-05

Added

  • #55 adds support for PHP 8.0.

Changed

  • #61 changes the constructor of the FileFilter class to remove the initial $path argument, as well as to remove the $path property, as neither were used internally. This class is primarily an internal implementation detail; however, if you were using it in your own code, you may need to update how you create instances.

  • #60 bumps the injected laminas/laminas-dependency-plugin constraint to 2.1 to allow usage with Composer v2 releases.

Removed

  • #55 removes support for PHP versions prior to 7.3; if you need to use an older PHP version, use the 1.2.2 release instead.

Release Notes for 1.3.0

1.3.0

  • Total issues resolved: 3
  • Total pull requests resolved: 3
  • Total contributors: 3

Enhancement