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

zend-validator 2.9.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 17 May 22:08
· 388 commits to master since this release

Added

  • Nothing.

Changes

  • #154 updates the CreditCard validator to allow 19 digit Discover card values, and 13 and 19 digit Visa card values, which are now allowed (see https://en.wikipedia.org/wiki/Payment_card_number).
  • #162 updates the Hostname validator to support .hr (Croatia) IDN domains.
  • #163 updates the Iban validator to support Belarus.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #168 fixes how the ValidatorPluginManagerFactory factory initializes the plugin manager instance, ensuring it is injecting the relevant configuration from the config service and thus seeding it with configured validator services. This means that the validators configuration will now be honored in non-zend-mvc contexts.