This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-validator 2.6.0
·
646 commits
to master
since this release
Added
- #18 adds a
GpsPointvalidator for validating GPS coordinates. - #47 adds two new classes,
Zend\Validator\Isbn\Isbn10andIsbn13; these classes are the result of an extract class refactoring, and contain the logic specific to calcualting the checksum for each ISBN style.Zend\Validator\Isbnnow instantiates the appropriate one and invokes it. - #46 updates
Zend\Validator\Db\AbstractDbto implementZend\Db\Adapter\AdapterAwareInterface, by composingZend\Db\Adapter\AdapterAwareTrait.
Deprecated
- Nothing.
Removed
- #55 removes some checks for
safe_modewithin theMimeTypevalidator, assafe_modebecame obsolete starting with PHP 5.4.