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

Releases: zendframework/zend-mvc-i18n

zend-mvc-i18n 1.1.1

03 Sep 21:00
1.1.1
Compare
Choose a tag to compare

Added

  • #18 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-mvc-i18n 1.1.0

01 May 15:49
Compare
Choose a tag to compare

Added

  • #17 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #17 removes support for HHVM.

Fixed

  • #10 adds a missing import to Traversable in the TranslatorAwareTreeRouteStack class file.

zend-mvc-i18n 1.0.0

31 May 21:29
Compare
Choose a tag to compare

First stable release.

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #2 updates the minimum required PHP version to 5.6.
  • #2 marks zend-mvc versions less than 3.0.0 as conflicts.

zend-mvc-i18n 0.1.0

30 Mar 17:08
Compare
Choose a tag to compare

First (stable) release.

This component replaces the various i18n utilities in zend-mvc and zend-router, and provides integration between each of those components and zend-i18n.

While this is a stable release, please wait to use it until a v3 release of zend-mvc, which will remove those features, to ensure everything works together as expected.

It can be used immediately with zend-expressive.