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

zend-inputfilter 2.9.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Jan 17:54
· 98 commits to master since this release

Added

  • #174 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #175 fixes a regression introduced in 2.9.0 when overriding the default
    validator of a FileInput. 2.9.0 changed the default to use the
    fully-qualified class name of Zend\Validator\File\Upload as the service,
    instead of the previous 'fileuploadfile`; this release returns to the original
    behavior.