Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Releases: zendframework/zend-mvc-plugin-flashmessenger

zend-mvc-plugin-flashmessenger 1.2.0

19 Oct 22:25
1.2.0
Compare
Choose a tag to compare

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #24 removes support for zend-stdlib v2 releases.

Fixed

  • Nothing.

zend-mvc-plugin-flashmessenger 1.1.0

30 Apr 18:48
Compare
Choose a tag to compare

Added

  • #10 ports the flashMessenger view helper from zend-view to this package, under the
    class name Zend\Mvc\Plugin\FlashMessenger\View\Helper\FlashMessenger, and using the helper name
    flashMessenger().

  • #19 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #19 removes support for HHVM.

Fixed

  • Nothing.

zend-mvc-plugin-flashmessenger 1.0.0

31 May 21:30
Compare
Choose a tag to compare

First stable release.

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #2 updates the minimum PHP version to 5.6.
  • #2 pins the component to zend-mvc 3.0 stable, and marks v2 releases as conflicts.

zend-mvc-plugin-flashmessenger 0.1.0

29 Mar 16:51
Compare
Choose a tag to compare

First (stable) release.

This component replaces the FlashMessenger (aka flashMessenger()) plugin from zend-mvc, for use with upcoming v3 of that component. Once that stable release is made, we will issue a 1.0.0 release removing the dev-develop as 3.0.0 zend-mvc constraint.