Skip to content

Commit

Permalink
Prepare 4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 24, 2016
1 parent 1cc9ad8 commit 0cbce9f
Show file tree
Hide file tree
Showing 94 changed files with 111 additions and 93 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Components/AbstractComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/AbstractHierarchicalComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/DataPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Fragment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/HierarchicalPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Host.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/HostIpTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/HostnameInfoTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/HostnameTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Pass.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/PathTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Port.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Scheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Components/UserInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Formatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/DataPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Fragment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/HierarchicalComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/HierarchicalPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Host.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Pass.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Port.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Scheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/UriPart.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/UserInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Modifiers/AbstractHostModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Modifiers/AbstractPartialUriModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Modifiers/AbstractPathModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Modifiers/AbstractQueryModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Modifiers/AbstractUriModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Modifiers/AddLeadingSlash.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
2 changes: 1 addition & 1 deletion src/Modifiers/AddTrailingSlash.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Ignace Nyamagana Butera <[email protected]>
* @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;
Expand Down
Loading

0 comments on commit 0cbce9f

Please sign in to comment.