This repository was archived by the owner on Jan 21, 2020. It is now read-only.
zf-hal 1.3.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #111 removes some code errantly left in a comment from a previous merge conflict.
- #112 removes conditionals based on PHP 5.4, as the minimum version is now 5.5.
- #127 fixes an issue in the
HalJsonStrategyplugin whereby the wrongContent-Typeheader was being used when anApiProblemresponse was handled; these now correctly returnapplication/problem+jsoninstead ofapplication/hal+json.