From 268c971e9ddeb079adc083d74556f14ddb54e4ca Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Thu, 10 Aug 2017 15:35:19 +0200 Subject: [PATCH] prepare 1.0.4 release --- CHANGELOG.md | 2 +- src/AbstractComponent.php | 2 +- src/AbstractHierarchicalComponent.php | 2 +- src/ComponentInterface.php | 2 +- src/ComponentTrait.php | 2 +- src/DataPath.php | 2 +- src/EncodingInterface.php | 2 +- src/Exception.php | 2 +- src/Fragment.php | 2 +- src/HierarchicalPath.php | 2 +- src/Host.php | 2 +- src/HostInfoTrait.php | 2 +- src/Path.php | 2 +- src/PathInfoTrait.php | 2 +- src/Port.php | 2 +- src/Query.php | 2 +- src/QueryParserTrait.php | 2 +- src/Scheme.php | 2 +- src/UserInfo.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbecb3176..fecd34362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file -## Next - TBD +## 1.0.4 - 2017-08-10 ### Added diff --git a/src/AbstractComponent.php b/src/AbstractComponent.php index 0cb55bbad..f5fd71d90 100644 --- a/src/AbstractComponent.php +++ b/src/AbstractComponent.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/AbstractHierarchicalComponent.php b/src/AbstractHierarchicalComponent.php index c0fd2dbf7..8a45543b3 100644 --- a/src/AbstractHierarchicalComponent.php +++ b/src/AbstractHierarchicalComponent.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/ComponentInterface.php b/src/ComponentInterface.php index 35333fe65..789e1063c 100644 --- a/src/ComponentInterface.php +++ b/src/ComponentInterface.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-interfaces/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-interfaces/ * * For the full copyright and license information, please view the LICENSE diff --git a/src/ComponentTrait.php b/src/ComponentTrait.php index beea2f7ca..9546f0e0f 100644 --- a/src/ComponentTrait.php +++ b/src/ComponentTrait.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/DataPath.php b/src/DataPath.php index 10b42ee02..7f55f6dff 100644 --- a/src/DataPath.php +++ b/src/DataPath.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/EncodingInterface.php b/src/EncodingInterface.php index 3e9f13fa5..c095a8af1 100644 --- a/src/EncodingInterface.php +++ b/src/EncodingInterface.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-interfaces/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-interfaces/ * * For the full copyright and license information, please view the LICENSE diff --git a/src/Exception.php b/src/Exception.php index 9331a8157..e7871becc 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/Fragment.php b/src/Fragment.php index e597963a6..4944a58a7 100644 --- a/src/Fragment.php +++ b/src/Fragment.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/HierarchicalPath.php b/src/HierarchicalPath.php index 97fc02885..682b20e6f 100644 --- a/src/HierarchicalPath.php +++ b/src/HierarchicalPath.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/Host.php b/src/Host.php index 49a6d9d37..ff3b0077c 100644 --- a/src/Host.php +++ b/src/Host.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/HostInfoTrait.php b/src/HostInfoTrait.php index c697b7977..9b9ead880 100644 --- a/src/HostInfoTrait.php +++ b/src/HostInfoTrait.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/Path.php b/src/Path.php index fecf14770..85755305e 100644 --- a/src/Path.php +++ b/src/Path.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/PathInfoTrait.php b/src/PathInfoTrait.php index e8b054ae8..67b956abc 100644 --- a/src/PathInfoTrait.php +++ b/src/PathInfoTrait.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/Port.php b/src/Port.php index 7fc223ccc..7052205da 100644 --- a/src/Port.php +++ b/src/Port.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/Query.php b/src/Query.php index 0b413dcae..af8ab1bc6 100644 --- a/src/Query.php +++ b/src/Query.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/QueryParserTrait.php b/src/QueryParserTrait.php index 681c855d5..8922f3de4 100644 --- a/src/QueryParserTrait.php +++ b/src/QueryParserTrait.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/Scheme.php b/src/Scheme.php index 19f8ca3ec..abe076f59 100644 --- a/src/Scheme.php +++ b/src/Scheme.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE diff --git a/src/UserInfo.php b/src/UserInfo.php index 2f0f786ef..200e679b1 100644 --- a/src/UserInfo.php +++ b/src/UserInfo.php @@ -6,7 +6,7 @@ * @subpackage League\Uri\Components * @author Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.3 + * @version 1.0.4 * @link https://github.com/thephpleague/uri-components * * For the full copyright and license information, please view the LICENSE