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

Releases: zendframework/zend-uri

zend-uri 2.7.1

07 Oct 13:38
release-2.7.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #34 fixes hostname recognition
    when port number is not provided. Additional colon is stripped out.

zend-uri 2.7.0

27 Feb 21:39
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #29 changes the behavior of getHost(): it will now always return a lowercase
    representation. This is in accord with
    IETF 3986 Section 3.2.2.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-uri 2.6.2

26 Feb 21:07
Compare
Choose a tag to compare

Added

  • #28 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-uri 2.6.1

30 Apr 13:41
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #23 updates the zend-validator dependency to the 2.10 series, in order to ensure that
    this package can run under PHP 7.2.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-uri 2.6.0

10 Apr 17:09
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • #16 removes support for
    PHP 5.5.

  • #16 removes support for
    HHVM.

Fixed

  • #17 updates the path
    encoding algorithm to allow ( and ) characters as path characters (per
    the RFC-3986, these are valid sub-delimiters allowed within a path).