This repository has been 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
HalJsonStrategy
plugin whereby the wrongContent-Type
header was being used when anApiProblem
response was handled; these now correctly returnapplication/problem+json
instead ofapplication/hal+json
.