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

zend-stratigility 2.2.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 16 Apr 18:22
· 263 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #169 fixes an issue with how the PathMiddlewareDecorator attempts to truncate the path
    when the path is matched case insensitively. Previously, an exception was incorrectly raised;
    now it identifies and truncates correctly.