This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-i18n 2.7.4
·
287 commits
to master
since this release
Added
- Nothing.
Changes
- #65 updates the
PostCodevalidation for Ireland to support Eircode (https://www.eircode.ie/what-is-eircode)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #74 fixes how the
LoaderPluginManagerFactoryfactory initializes the plugin manager instance, ensuring it is injecting the relevant configuration from theconfigservice and thus seeding it with configured translator loader services. This means that thetranslator_pluginsconfiguration will now be honored in non-zend-mvc contexts. - #56 adds more aliases to the
LoaderPluginManagerto ensure different cAsIng strategies will still resolve translation loaders under zend-servicemanager v3. - #62 fixes an issue with how the gettext adapter resolves
PoEditsource keywords when a text_domain is defined. - #73 provides a workaround within the
CurrencyFormatview helper for an ICU bug (http://bugs.icu-project.org/trac/ticket/10997).