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

Latest commit

 

History

History
117 lines (62 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

117 lines (62 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

1.1.2 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.1 - 2019-09-03

Added

  • #18 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.0 - 2018-05-01

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.

1.0.0 - 2016-05-31

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.

0.1.0 - 2016-03-30

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.

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.