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

zf-content-validation 1.3.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 26 Jul 21:18
· 155 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #78 updates ContentValidationListener::isCollection() to check strictly for absence of an identifier when determining if a collection was requested. Previously, a 0 identifier would be incorrectly flagged as a request for a collection, which would pull the collection input filter instead of the entity input filter.