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

Tags: zendframework/zend-uri

Tags

release-2.7.1

Toggle release-2.7.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michalbundyra Michał Bundyra
zend-uri 2.7.1

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#34](#34) fixes hostname recognition
  when port number is not provided. Additional colon is stripped out.

release-2.7.0

Toggle release-2.7.0's commit message
zend-uri 2.7.0

Added
-----

- Nothing.

Changed
-------

- [#29](#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](https://tools.ietf.org/html/rfc3986#section-3.2.2).

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-2.6.2

Toggle release-2.6.2's commit message
zend-uri 2.6.2

Added
-----

- [#28](#28) adds support for PHP 7.3.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-2.6.1

Toggle release-2.6.1's commit message
zend-uri 2.6.1

Added
-----

- Nothing.

Changed
-------

- [#23](#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.

release-2.6.0

Toggle release-2.6.0's commit message
zend-uri 2.6.0

Added
-----

- [#4](#4) adds and publishes the
  documentation to https://zendframework.github.io/zend-uri/

Deprecated
----------

- Nothing.

Removed
-------

- [#16](#16) removes support for
  PHP 5.5.

- [#16](#16) removes support for
  HHVM.

Fixed
-----

- [#17](#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).

release-2.4.13

Toggle release-2.4.13's commit message
zend-uri 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-uri 2.4.12

release-2.4.11

Toggle release-2.4.11's commit message
zend-uri 2.4.11

release-2.4.10

Toggle release-2.4.10's commit message
zend-uri 2.4.10

release-2.5.2

Toggle release-2.5.2's commit message
zend-uri 2.5.2

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#3](#3) updates dependencies to
  allow the component to work with both PHP 5 and PHP 7 versions, as well as
  all 2.X versions of required Zend components.