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

zend-i18n 2.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 30 Mar 13:17
· 373 commits to master since this release

Added

  • #40 adds:
    • Zend\I18n\Translator\LoaderPluginManagerFactory, which provides a factory for container-interop-compatible containers (including zend-servicemanager) for creating and returning a LoaderPluginManager instance.
    • Zend\I18n\ConfigProvider (which provides an invokable configuration provider class; this could be used with zend-expressive) and Zend\I18n\Module (which provides a zend-mvc/zend-modulemanager module providing service configuration for ZF applications); these provide configuration for zend-i18n services, including filters, validators, and view helpers.

Deprecated

  • #40 deprecates Zend\I18n\View\HelperConfig, as the functionality is made obsolete by the new Module class. The class will be removed with the 3.0 release.

Removed

  • Nothing.

Fixed

  • #35 updates the dependencies for zend-validator and zend-cache to use versions that are forwards-compatible with zend-servicemanager v3, and re-enables their tests during continuous integration.