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

zf-hal 1.3.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Jul 14:05
· 175 commits to master since this release

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 wrong Content-Type header was being used when an ApiProblem response was handled; these now correctly return application/problem+json instead of application/hal+json.