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

zend-i18n 2.9.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 16 May 16:39
· 163 commits to master since this release

Added

  • #93 adds two methods to Translator, getCacheId(string $textDomain, string $locale),
    and clearCache(string $textDomain, string $locale).

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #96 ensures that the TranslatorServiceFactory injects the configured TranslatorPluginManager,
    if any, before returning it. This ensures that configured remote loaders can be utilized.