Skip to content

2.4.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 01 Dec 22:04
· 239 commits to 3.6.x since this release
2.4.0
98c6590

2.4.0 - 2020-12-01

Added

  • #22 adds support for PHP 8.

Removed

  • #22 removes support for PHP versions prior to 7.3.

Fixed

  • #24 fixes an issue whereby a config file that contains multiple points of possible injection was having the component/module injected multiple times. It now will inject only at the first matching location. If you maintain such a configuration file and need injection to occur multiple times or at a location other than the first match, you will need to do so manually.

Release Notes for 2.4.0

Feature release (minor)

2.4.0

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

Bug

Enhancement