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

zend-i18n 2.7.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Jun 21:12
· 345 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #42 fixes the behavior of the PhoneNumber validator to store the country using the casing provided, but validate based on the uppercased country value. This ensures the same validation behavior, and prevents the value from being transformed, potentially breaking later retrieval.
  • #47 provides a performance improvement to the Zend\I18n\View\HelperConfig implementation when operating under zend-servicemanager v3.