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.6

Compare
Choose a tag to compare
@weierophinney weierophinney released this 06 Nov 17:21
· 120 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #88 fixes an issue when handling PATCH requests in JSON formats that include a blank field name. Prior to the patch, these would raise a 400 error with a stack trace; with the fix, we now issue a 400 error with the message 'Unrecognized field ""'.