This repository was archived by the owner on Jan 21, 2020. It is now read-only.
zf-content-negotiation 1.3.1
Added
- Nothing.
Changed
-
#86 makes zend-console a suggested dependency.
-
#88 updates how the
ContentTypeListenerdecides how to parse incoming content when noContent-Typeheader is present. If the content begins with a{or[character, it will now parse it as JSON instead of as form data.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #88 adds a missing import statement to the
RenameUploadFilterFactoryclass definition.