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

zend-inputfilter 2.10.1

Latest
Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 28 Aug 19:48
· 20 commits to master since this release
release-2.10.1

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #185 fixes validation response on invalid file upload request.

  • #181 fixes missing abstract service factory registration in Module as per the latest documentation. In particular, it ensures that the InputFilterAbstractFactory is registered under the input_filters configuration.

  • #180 fixes attaching validators on creation of InputFilter - priority value is now used.