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

zend-i18n 2.8.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Apr 19:33
· 217 commits to master since this release

Added

  • #71 adds a new option to the IsInt validator, strict. When set to boolean
    true, comparisons will use strict type validations. The default, false, retains the current
    behavior of non-strict comparisons. The class also exposes a setStrict($flag) method for
    enabling/disabling the behavior.

  • #78 and #91 add support for PHP 7.2.

Changed

  • #81 updates the list of allowed mobile prefixes for Chinese phones to match
    current changes to their systems.

  • #80 updates the PostCode validator to allow prefixing Latvian postal
    codes using the string LV-, which is now mandatory within Latvia. For BC purposes, the
    prefix is considered optional.

Deprecated

  • Nothing.

Removed

  • #78 removes support for HHVM.

Fixed

  • #75 fixes an issue with formatting currency values where
    the currency indicator is at the end of the value.