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

zf-content-validation 1.6.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Aug 20:59
· 41 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #99 fixes how the ContentValidationListener chooses an input filter
    on DELETE requests. Starting in 1.6.0, it erroneously would fall back to the
    default input filter if no DELETE or DELETE_COLLECTION input filter was
    found. However, this was a backwards incompatible change from previous
    versions, which would not apply the default input filter for DELETE
    requests. As such, a new check was added to provide the previous behavior in
    such situations.