diff --git a/CHANGELOG.md b/CHANGELOG.md index 688a4c5e1..7a10acb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All Notable changes to `League\Uri` will be documented in this file +## 4.1.1 - 2016-03-24 + +### Added + +- Nothing + +### Fixed + +- Bug fix path encoding [issue #38](https://github.com/thephpleague/uri/issues/38) + +### Deprecated + +- Nothing + +### Remove + +- Nothing + ## 4.1.0 - 2016-02-18 ### Added diff --git a/src/Components/AbstractComponent.php b/src/Components/AbstractComponent.php index d81cc4592..5a9a6b580 100644 --- a/src/Components/AbstractComponent.php +++ b/src/Components/AbstractComponent.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/AbstractHierarchicalComponent.php b/src/Components/AbstractHierarchicalComponent.php index ce7144c6d..cf4fce364 100644 --- a/src/Components/AbstractHierarchicalComponent.php +++ b/src/Components/AbstractHierarchicalComponent.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/DataPath.php b/src/Components/DataPath.php index dbf1b2a98..7e212d687 100644 --- a/src/Components/DataPath.php +++ b/src/Components/DataPath.php @@ -7,7 +7,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/Fragment.php b/src/Components/Fragment.php index fb5ea40c2..88c91f82c 100644 --- a/src/Components/Fragment.php +++ b/src/Components/Fragment.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/HierarchicalPath.php b/src/Components/HierarchicalPath.php index e41bdb044..655f4cfe8 100644 --- a/src/Components/HierarchicalPath.php +++ b/src/Components/HierarchicalPath.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/Host.php b/src/Components/Host.php index 03138c44a..593870609 100644 --- a/src/Components/Host.php +++ b/src/Components/Host.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/HostIpTrait.php b/src/Components/HostIpTrait.php index 21970d752..6ebed0099 100644 --- a/src/Components/HostIpTrait.php +++ b/src/Components/HostIpTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/HostnameInfoTrait.php b/src/Components/HostnameInfoTrait.php index f90d4a104..f1b57b695 100644 --- a/src/Components/HostnameInfoTrait.php +++ b/src/Components/HostnameInfoTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/HostnameTrait.php b/src/Components/HostnameTrait.php index 8527bb20b..ecc4b4446 100644 --- a/src/Components/HostnameTrait.php +++ b/src/Components/HostnameTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/Pass.php b/src/Components/Pass.php index 829701699..3e7533883 100644 --- a/src/Components/Pass.php +++ b/src/Components/Pass.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/Path.php b/src/Components/Path.php index 1c3365e02..ae2829cd5 100644 --- a/src/Components/Path.php +++ b/src/Components/Path.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/PathTrait.php b/src/Components/PathTrait.php index 4aa6d96df..cd69e51f3 100644 --- a/src/Components/PathTrait.php +++ b/src/Components/PathTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/Port.php b/src/Components/Port.php index db90aef29..a4a7df1c2 100644 --- a/src/Components/Port.php +++ b/src/Components/Port.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/Query.php b/src/Components/Query.php index 3ea6ca2ab..08c501c6e 100644 --- a/src/Components/Query.php +++ b/src/Components/Query.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/Scheme.php b/src/Components/Scheme.php index a06994c0a..1c3104510 100644 --- a/src/Components/Scheme.php +++ b/src/Components/Scheme.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/User.php b/src/Components/User.php index d7cfb269a..5b4e75881 100644 --- a/src/Components/User.php +++ b/src/Components/User.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Components/UserInfo.php b/src/Components/UserInfo.php index c30b67cea..ee248d104 100644 --- a/src/Components/UserInfo.php +++ b/src/Components/UserInfo.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Components; diff --git a/src/Formatter.php b/src/Formatter.php index 86f9aa5bb..3e1e14c9f 100644 --- a/src/Formatter.php +++ b/src/Formatter.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri; diff --git a/src/Interfaces/Collection.php b/src/Interfaces/Collection.php index 6b6cdc967..82a9bcb2e 100644 --- a/src/Interfaces/Collection.php +++ b/src/Interfaces/Collection.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Component.php b/src/Interfaces/Component.php index 5312880cc..bc61f596f 100644 --- a/src/Interfaces/Component.php +++ b/src/Interfaces/Component.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/DataPath.php b/src/Interfaces/DataPath.php index 4153d6005..47c592f92 100644 --- a/src/Interfaces/DataPath.php +++ b/src/Interfaces/DataPath.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Fragment.php b/src/Interfaces/Fragment.php index d4402af59..b770980dc 100644 --- a/src/Interfaces/Fragment.php +++ b/src/Interfaces/Fragment.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/HierarchicalComponent.php b/src/Interfaces/HierarchicalComponent.php index b14bc6b41..961500c16 100644 --- a/src/Interfaces/HierarchicalComponent.php +++ b/src/Interfaces/HierarchicalComponent.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/HierarchicalPath.php b/src/Interfaces/HierarchicalPath.php index 74efea3f0..f1dc1117f 100644 --- a/src/Interfaces/HierarchicalPath.php +++ b/src/Interfaces/HierarchicalPath.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Host.php b/src/Interfaces/Host.php index a0b99d628..88f63a42a 100644 --- a/src/Interfaces/Host.php +++ b/src/Interfaces/Host.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Pass.php b/src/Interfaces/Pass.php index 36772b204..3720e846f 100644 --- a/src/Interfaces/Pass.php +++ b/src/Interfaces/Pass.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Path.php b/src/Interfaces/Path.php index f5d9ba9fd..9aa34f163 100644 --- a/src/Interfaces/Path.php +++ b/src/Interfaces/Path.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Port.php b/src/Interfaces/Port.php index 765e35876..f803524d1 100644 --- a/src/Interfaces/Port.php +++ b/src/Interfaces/Port.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Query.php b/src/Interfaces/Query.php index 2c0eec0f4..afebc1d17 100644 --- a/src/Interfaces/Query.php +++ b/src/Interfaces/Query.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Scheme.php b/src/Interfaces/Scheme.php index 8db0cff0f..47d729f42 100644 --- a/src/Interfaces/Scheme.php +++ b/src/Interfaces/Scheme.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/Uri.php b/src/Interfaces/Uri.php index b129eb201..70f827fd7 100644 --- a/src/Interfaces/Uri.php +++ b/src/Interfaces/Uri.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/UriPart.php b/src/Interfaces/UriPart.php index ce92ef8c0..4b90c1ad0 100644 --- a/src/Interfaces/UriPart.php +++ b/src/Interfaces/UriPart.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/User.php b/src/Interfaces/User.php index 89a4e7747..19451c471 100644 --- a/src/Interfaces/User.php +++ b/src/Interfaces/User.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Interfaces/UserInfo.php b/src/Interfaces/UserInfo.php index a6fcc0ff9..746dbbac9 100644 --- a/src/Interfaces/UserInfo.php +++ b/src/Interfaces/UserInfo.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Interfaces; diff --git a/src/Modifiers/AbstractHostModifier.php b/src/Modifiers/AbstractHostModifier.php index 810a01a42..94a3cac99 100644 --- a/src/Modifiers/AbstractHostModifier.php +++ b/src/Modifiers/AbstractHostModifier.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/AbstractPartialUriModifier.php b/src/Modifiers/AbstractPartialUriModifier.php index 26b8849ff..1503b4621 100644 --- a/src/Modifiers/AbstractPartialUriModifier.php +++ b/src/Modifiers/AbstractPartialUriModifier.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/AbstractPathModifier.php b/src/Modifiers/AbstractPathModifier.php index 92d35f02f..8f9fc6f80 100644 --- a/src/Modifiers/AbstractPathModifier.php +++ b/src/Modifiers/AbstractPathModifier.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/AbstractQueryModifier.php b/src/Modifiers/AbstractQueryModifier.php index b9e336c19..508907fee 100644 --- a/src/Modifiers/AbstractQueryModifier.php +++ b/src/Modifiers/AbstractQueryModifier.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/AbstractUriModifier.php b/src/Modifiers/AbstractUriModifier.php index 613b15afb..085a68c2f 100644 --- a/src/Modifiers/AbstractUriModifier.php +++ b/src/Modifiers/AbstractUriModifier.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/AddLeadingSlash.php b/src/Modifiers/AddLeadingSlash.php index c22aa4224..809838b9f 100644 --- a/src/Modifiers/AddLeadingSlash.php +++ b/src/Modifiers/AddLeadingSlash.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/AddTrailingSlash.php b/src/Modifiers/AddTrailingSlash.php index 9e8dbbd36..59bf7f5d7 100644 --- a/src/Modifiers/AddTrailingSlash.php +++ b/src/Modifiers/AddTrailingSlash.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/AppendLabel.php b/src/Modifiers/AppendLabel.php index 4ffa64ba6..b8abd8975 100644 --- a/src/Modifiers/AppendLabel.php +++ b/src/Modifiers/AppendLabel.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/AppendSegment.php b/src/Modifiers/AppendSegment.php index 7bfade720..8f043a6b2 100644 --- a/src/Modifiers/AppendSegment.php +++ b/src/Modifiers/AppendSegment.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/DataUriParameters.php b/src/Modifiers/DataUriParameters.php index ea512c07f..9b0941dc2 100644 --- a/src/Modifiers/DataUriParameters.php +++ b/src/Modifiers/DataUriParameters.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/DataUriToAscii.php b/src/Modifiers/DataUriToAscii.php index abc2c5ba1..ccf03c29e 100644 --- a/src/Modifiers/DataUriToAscii.php +++ b/src/Modifiers/DataUriToAscii.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/DataUriToBinary.php b/src/Modifiers/DataUriToBinary.php index 39f1d2915..b2f62cec6 100644 --- a/src/Modifiers/DataUriToBinary.php +++ b/src/Modifiers/DataUriToBinary.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/Extension.php b/src/Modifiers/Extension.php index 2fdedc2cd..2a8e0bf62 100644 --- a/src/Modifiers/Extension.php +++ b/src/Modifiers/Extension.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/FilterLabels.php b/src/Modifiers/FilterLabels.php index cbc095eaf..259e1376a 100644 --- a/src/Modifiers/FilterLabels.php +++ b/src/Modifiers/FilterLabels.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/FilterQuery.php b/src/Modifiers/FilterQuery.php index 449e53d08..a65919e0d 100644 --- a/src/Modifiers/FilterQuery.php +++ b/src/Modifiers/FilterQuery.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/FilterSegments.php b/src/Modifiers/FilterSegments.php index c85f4895d..4ba0dbdf6 100644 --- a/src/Modifiers/FilterSegments.php +++ b/src/Modifiers/FilterSegments.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/Filters/FilterTrait.php b/src/Modifiers/Filters/FilterTrait.php index d59366bc4..6ca171f37 100644 --- a/src/Modifiers/Filters/FilterTrait.php +++ b/src/Modifiers/Filters/FilterTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/Filters/Flag.php b/src/Modifiers/Filters/Flag.php index 5555b66e4..450a25c33 100644 --- a/src/Modifiers/Filters/Flag.php +++ b/src/Modifiers/Filters/Flag.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/Filters/ForCallable.php b/src/Modifiers/Filters/ForCallable.php index 4876dec60..a460abbe3 100644 --- a/src/Modifiers/Filters/ForCallable.php +++ b/src/Modifiers/Filters/ForCallable.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/Filters/Keys.php b/src/Modifiers/Filters/Keys.php index 6aa49c3d2..59eb42a07 100644 --- a/src/Modifiers/Filters/Keys.php +++ b/src/Modifiers/Filters/Keys.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/Filters/Label.php b/src/Modifiers/Filters/Label.php index b76784db1..948e8ed65 100644 --- a/src/Modifiers/Filters/Label.php +++ b/src/Modifiers/Filters/Label.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/Filters/Offset.php b/src/Modifiers/Filters/Offset.php index a36fcc82e..eb4f4716c 100644 --- a/src/Modifiers/Filters/Offset.php +++ b/src/Modifiers/Filters/Offset.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/Filters/QueryString.php b/src/Modifiers/Filters/QueryString.php index 6c1cb28a0..af8066c3c 100644 --- a/src/Modifiers/Filters/QueryString.php +++ b/src/Modifiers/Filters/QueryString.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/Filters/Segment.php b/src/Modifiers/Filters/Segment.php index e2a7161d5..ee5219ec1 100644 --- a/src/Modifiers/Filters/Segment.php +++ b/src/Modifiers/Filters/Segment.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/Filters/Uri.php b/src/Modifiers/Filters/Uri.php index 6ed4f12e8..1c282a473 100644 --- a/src/Modifiers/Filters/Uri.php +++ b/src/Modifiers/Filters/Uri.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers\Filters; diff --git a/src/Modifiers/HostToAscii.php b/src/Modifiers/HostToAscii.php index 71f6ad4ab..faf7601d2 100644 --- a/src/Modifiers/HostToAscii.php +++ b/src/Modifiers/HostToAscii.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/HostToUnicode.php b/src/Modifiers/HostToUnicode.php index 143af65c4..ffb37c4f1 100644 --- a/src/Modifiers/HostToUnicode.php +++ b/src/Modifiers/HostToUnicode.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/KsortQuery.php b/src/Modifiers/KsortQuery.php index 270de3977..b7f0acc2c 100644 --- a/src/Modifiers/KsortQuery.php +++ b/src/Modifiers/KsortQuery.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/MergeQuery.php b/src/Modifiers/MergeQuery.php index 15281f31d..aed6bd27c 100644 --- a/src/Modifiers/MergeQuery.php +++ b/src/Modifiers/MergeQuery.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/Normalize.php b/src/Modifiers/Normalize.php index bdaccdd49..32c46e7d3 100644 --- a/src/Modifiers/Normalize.php +++ b/src/Modifiers/Normalize.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/Pipeline.php b/src/Modifiers/Pipeline.php index 3c9dbddfe..745596151 100644 --- a/src/Modifiers/Pipeline.php +++ b/src/Modifiers/Pipeline.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/PrependLabel.php b/src/Modifiers/PrependLabel.php index 7d3ddc31e..80b8e4d2f 100644 --- a/src/Modifiers/PrependLabel.php +++ b/src/Modifiers/PrependLabel.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/PrependSegment.php b/src/Modifiers/PrependSegment.php index 44e108677..a858dc26a 100644 --- a/src/Modifiers/PrependSegment.php +++ b/src/Modifiers/PrependSegment.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/RemoveDotSegments.php b/src/Modifiers/RemoveDotSegments.php index 4a01ad581..f57773712 100644 --- a/src/Modifiers/RemoveDotSegments.php +++ b/src/Modifiers/RemoveDotSegments.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/RemoveEmptySegments.php b/src/Modifiers/RemoveEmptySegments.php index 1538a9647..993566a92 100644 --- a/src/Modifiers/RemoveEmptySegments.php +++ b/src/Modifiers/RemoveEmptySegments.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/RemoveLabels.php b/src/Modifiers/RemoveLabels.php index dc4ef9df9..053543109 100644 --- a/src/Modifiers/RemoveLabels.php +++ b/src/Modifiers/RemoveLabels.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/RemoveLeadingSlash.php b/src/Modifiers/RemoveLeadingSlash.php index 4e6bc2283..eaeb57487 100644 --- a/src/Modifiers/RemoveLeadingSlash.php +++ b/src/Modifiers/RemoveLeadingSlash.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/RemoveQueryKeys.php b/src/Modifiers/RemoveQueryKeys.php index a9b0be554..9002826d5 100644 --- a/src/Modifiers/RemoveQueryKeys.php +++ b/src/Modifiers/RemoveQueryKeys.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/RemoveSegments.php b/src/Modifiers/RemoveSegments.php index 77f6b1bb4..78d793488 100644 --- a/src/Modifiers/RemoveSegments.php +++ b/src/Modifiers/RemoveSegments.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/RemoveTrailingSlash.php b/src/Modifiers/RemoveTrailingSlash.php index d910a45ea..a24c5f8f7 100644 --- a/src/Modifiers/RemoveTrailingSlash.php +++ b/src/Modifiers/RemoveTrailingSlash.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/RemoveZoneIdentifier.php b/src/Modifiers/RemoveZoneIdentifier.php index de48f5ccb..ccac3dbba 100644 --- a/src/Modifiers/RemoveZoneIdentifier.php +++ b/src/Modifiers/RemoveZoneIdentifier.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/ReplaceLabel.php b/src/Modifiers/ReplaceLabel.php index f6f2694e6..1cee93a51 100644 --- a/src/Modifiers/ReplaceLabel.php +++ b/src/Modifiers/ReplaceLabel.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/ReplaceSegment.php b/src/Modifiers/ReplaceSegment.php index 156c3bfbe..281d27033 100644 --- a/src/Modifiers/ReplaceSegment.php +++ b/src/Modifiers/ReplaceSegment.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/Resolve.php b/src/Modifiers/Resolve.php index ea0f51348..3514c3499 100644 --- a/src/Modifiers/Resolve.php +++ b/src/Modifiers/Resolve.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/Modifiers/Typecode.php b/src/Modifiers/Typecode.php index 109cf8dbe..08296342e 100644 --- a/src/Modifiers/Typecode.php +++ b/src/Modifiers/Typecode.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Modifiers; diff --git a/src/QueryParser.php b/src/QueryParser.php index 7deb5353e..f06d5a4e8 100644 --- a/src/QueryParser.php +++ b/src/QueryParser.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri; diff --git a/src/Schemes/Data.php b/src/Schemes/Data.php index 377621612..1fa82e9db 100644 --- a/src/Schemes/Data.php +++ b/src/Schemes/Data.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Schemes; diff --git a/src/Schemes/Ftp.php b/src/Schemes/Ftp.php index 0e07fe8b6..096359d7f 100644 --- a/src/Schemes/Ftp.php +++ b/src/Schemes/Ftp.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Schemes; diff --git a/src/Schemes/Generic/AbstractHierarchicalUri.php b/src/Schemes/Generic/AbstractHierarchicalUri.php index ec0832c40..2fc9047a4 100644 --- a/src/Schemes/Generic/AbstractHierarchicalUri.php +++ b/src/Schemes/Generic/AbstractHierarchicalUri.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Schemes\Generic; diff --git a/src/Schemes/Generic/AbstractUri.php b/src/Schemes/Generic/AbstractUri.php index cfce54e16..926d0a461 100644 --- a/src/Schemes/Generic/AbstractUri.php +++ b/src/Schemes/Generic/AbstractUri.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Schemes\Generic; diff --git a/src/Schemes/Generic/AuthorityValidatorTrait.php b/src/Schemes/Generic/AuthorityValidatorTrait.php index bcbbe135d..79666a2ea 100644 --- a/src/Schemes/Generic/AuthorityValidatorTrait.php +++ b/src/Schemes/Generic/AuthorityValidatorTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Schemes\Generic; diff --git a/src/Schemes/Generic/UriBuilderTrait.php b/src/Schemes/Generic/UriBuilderTrait.php index 68e885546..55e0778ff 100644 --- a/src/Schemes/Generic/UriBuilderTrait.php +++ b/src/Schemes/Generic/UriBuilderTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Schemes\Generic; diff --git a/src/Schemes/Http.php b/src/Schemes/Http.php index d9ed0d91c..e3dc17d7b 100644 --- a/src/Schemes/Http.php +++ b/src/Schemes/Http.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Schemes; diff --git a/src/Schemes/Ws.php b/src/Schemes/Ws.php index 400b66adf..7a08d0d8d 100644 --- a/src/Schemes/Ws.php +++ b/src/Schemes/Ws.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Schemes; diff --git a/src/Types/ImmutableCollectionTrait.php b/src/Types/ImmutableCollectionTrait.php index 2b5cbbbe4..745d24b64 100644 --- a/src/Types/ImmutableCollectionTrait.php +++ b/src/Types/ImmutableCollectionTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Types; diff --git a/src/Types/ImmutableComponentTrait.php b/src/Types/ImmutableComponentTrait.php index ca2a3b019..e90317a70 100644 --- a/src/Types/ImmutableComponentTrait.php +++ b/src/Types/ImmutableComponentTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Types; diff --git a/src/Types/ImmutablePropertyTrait.php b/src/Types/ImmutablePropertyTrait.php index 8cd8e01c9..10f685901 100644 --- a/src/Types/ImmutablePropertyTrait.php +++ b/src/Types/ImmutablePropertyTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Types; diff --git a/src/Types/ValidatorTrait.php b/src/Types/ValidatorTrait.php index de2ade571..c065f2612 100644 --- a/src/Types/ValidatorTrait.php +++ b/src/Types/ValidatorTrait.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri\Types; diff --git a/src/UriParser.php b/src/UriParser.php index 9c71fd4fe..28f4627a3 100644 --- a/src/UriParser.php +++ b/src/UriParser.php @@ -6,7 +6,7 @@ * @author Ignace Nyamagana Butera * @copyright 2013-2015 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri/blob/master/LICENSE (MIT License) - * @version 4.1.0 + * @version 4.1.1 * @link https://github.com/thephpleague/uri/ */ namespace League\Uri;