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

zend-router 3.1.0

Choose a tag to compare

@weierophinney weierophinney released this 18 Jun 21:12
· 37 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #34 dropped php 5.5 support

Fixed

  • #47 fixes how the Wildcard URL assembly works. Previously, it would
    attempt to rawurlencode() all values provided to the method as merged with any default values.
    It now properly skips any non-scalar values when assembling the URL path. This fixes an issue
    discovered when providing an array of middleware as a middleware default route parameter.