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

zf-versioning 1.2.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Jul 20:05
· 31 commits to master since this release

Added

  • #14 adds support for v3 releases of Zend Framework components, while retaining compatibility with v2 releases.
  • #14 adds ZF\Versioning\Factory\AcceptListenerFactory and ZF\Versioning\Factory\ContentTypeListenerFactory, instead of creating the factories inline in the Module class.

Deprecated

  • Nothing.

Removed

  • #14 removes support for PHP 5.5.

Fixed

  • #15 fixes the VersionListener to no longer ignore OPTIONS requests when determining versioning information provided by the client. Previously, such requests were ignored, effectively locking OPTIONS requests to v1 of an API.