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

zend-i18n 2.7.4

Compare
Choose a tag to compare
@weierophinney weierophinney released this 17 May 17:03
· 287 commits to master since this release

Added

  • Nothing.

Changes

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #74 fixes how the LoaderPluginManagerFactory factory initializes the plugin manager instance, ensuring it is injecting the relevant configuration from the config service and thus seeding it with configured translator loader services. This means that the translator_plugins configuration will now be honored in non-zend-mvc contexts.
  • #56 adds more aliases to the LoaderPluginManager to ensure different cAsIng strategies will still resolve translation loaders under zend-servicemanager v3.
  • #62 fixes an issue with how the gettext adapter resolves PoEdit source keywords when a text_domain is defined.
  • #73 provides a workaround within the CurrencyFormat view helper for an ICU bug (http://bugs.icu-project.org/trac/ticket/10997).