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

zf-content-negotiation 1.4.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 May 19:47
· 4 commits to master since this release

Added

  • #103 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #103 removes support for HHVM.

Fixed

  • #101 fixes how ContentNegotiationsOptions handles dash-separated keys,
    ensuring they are always translated to underscore_separated; this fixes issues whereby such
    keys were ignored during execution.