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

zend-validator 2.10.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 01 Feb 17:08
· 230 commits to master since this release

Added

  • #202 adds the ability to use custom constant types in extensions of Zend\Validator\CreditCard, fixing an issue where users were unable to add new brands as they are created.

  • #203 adds support for the new Russian bank card "Mir".

  • #204 adds support to the IBAN validator for performing SEPA validation against Croatia and San Marino.

  • #209 adds documentation for the Explode validator.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #195 adds missing GpsPoint validator entries to the ValidatorPluginManager, ensuring they may be retrieved from it correctly.

  • #212 updates the CSRF validator to automatically mark any non-string values as invalid, preventing errors such as array to string conversion.