This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-i18n 2.8.0
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 asetStrict($flag)
method for
enabling/disabling the behavior.
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 stringLV-
, 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.