diff --git a/CHANGELOG.md b/CHANGELOG.md index 688a4c5e..7a10acb5 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 d81cc459..5a9a6b58 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 ce7144c6..cf4fce36 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 dbf1b2a9..7e212d68 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 fb5ea40c..88c91f82 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 e41bdb04..655f4cfe 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 03138c44..59387060 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 21970d75..6ebed009 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 f90d4a10..f1b57b69 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 8527bb20..ecc4b444 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 82970169..3e753388 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 1c3365e0..ae2829cd 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 4aa6d96d..cd69e51f 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 db90aef2..a4a7df1c 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 3ea6ca2a..08c501c6 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 a06994c0..1c310451 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 d7cfb269..5b4e7588 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 c30b67ce..ee248d10 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 86f9aa5b..3e1e14c9 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 6b6cdc96..82a9bcb2 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 5312880c..bc61f596 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 4153d600..47c592f9 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 d4402af5..b770980d 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 b14bc6b4..961500c1 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 74efea3f..f1dc1117 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 a0b99d62..88f63a42 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 36772b20..3720e846 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 f5d9ba9f..9aa34f16 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 765e3587..f803524d 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 2c0eec0f..afebc1d1 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 8db0cff0..47d729f4 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 b129eb20..70f827fd 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 ce92ef8c..4b90c1ad 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 89a4e774..19451c47 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 a6fcc0ff..746dbbac 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 810a01a4..94a3cac9 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 26b8849f..1503b462 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 92d35f02..8f9fc6f8 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 b9e336c1..508907fe 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 613b15af..085a68c2 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 c22aa422..809838b9 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 9e8dbbd3..59bf7f5d 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 4ffa64ba..b8abd897 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 7bfade72..8f043a6b 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 ea512c07..9b0941dc 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 abc2c5ba..ccf03c29 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 39f1d291..b2f62cec 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 2fdedc2c..2a8e0bf6 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 cbc095ea..259e1376 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 449e53d0..a65919e0 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 c85f4895..4ba0dbdf 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 d59366bc..6ca171f3 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 5555b66e..450a25c3 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 4876dec6..a460abbe 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 6aa49c3d..59eb42a0 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 b76784db..948e8ed6 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 a36fcc82..eb4f4716 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 6c1cb28a..af8066c3 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 e2a7161d..ee5219ec 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 6ed4f12e..1c282a47 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 71f6ad4a..faf7601d 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 143af65c..ffb37c4f 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 270de397..b7f0acc2 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 15281f31..aed6bd27 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 bdaccdd4..32c46e7d 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 3c9dbddf..74559615 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 7d3ddc31..80b8e4d2 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 44e10867..a858dc26 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 4a01ad58..f5777371 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 1538a964..993566a9 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 dc4ef9df..05354310 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 4e6bc228..eaeb5748 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 a9b0be55..9002826d 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 77f6b1bb..78d79348 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 d910a45e..a24c5f8f 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 de48f5cc..ccac3dbb 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 f6f2694e..1cee93a5 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 156c3bfb..281d2703 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 ea0f5134..3514c349 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 109cf8db..08296342 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 7deb5353..f06d5a4e 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 37762161..1fa82e9d 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 0e07fe8b..096359d7 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 ec0832c4..2fc9047a 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 cfce54e1..926d0a46 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 bcbbe135..79666a2e 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 68e88554..55e0778f 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 d9ed0d91..e3dc17d7 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 400b66ad..7a08d0d8 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 2b5cbbbe..745d24b6 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 ca2a3b01..e90317a7 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 8cd8e01c..10f68590 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 de2ade57..c065f261 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 9c71fd4f..28f4627a 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;