Skip to content

Commit

Permalink
prepare 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 5, 2019
1 parent 7aeea92 commit d1de04d
Show file tree
Hide file tree
Showing 43 changed files with 45 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ League.Uri (http://uri.thephpleague.com/components)
@subpackage League\Uri\Components
@author Ignace Nyamagana Butera <[email protected]>
@license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
@version 2.0.0
@version 2.0.1
@link https://github.com/thephpleague/uri-components
For the full copyright and license information, please view the LICENSE
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

All Notable changes to `League\Uri\Components` will be documented in this file

## Next - TBD
## 2.0.1 - 2019-11-05

### Added

- None

### Fixed

- Improve Domain name detection according to RFC1132 see [issue #27](https://github.com/thephpleague/uri-components/pull/27)
- Improved Domain name detection according to RFC1132 see [issue #27](https://github.com/thephpleague/uri-components/pull/27)
- Normalized exception message formatting.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion benchmark/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion benchmark/extract.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion benchmark/parse.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Authority.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
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 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Fragment.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/HierarchicalPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Host.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Port.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Scheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Components/UserInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/IPv4CalculatorMissing.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/OffsetOutOfBounds.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/IPv4Calculators/BCMathCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/IPv4Calculators/GMPCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/IPv4Calculators/IPv4Calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/IPv4Calculators/NativeCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/IPv4Normalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/QueryString.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/UriModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/AuthorityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/DataPathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/DomainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/FragmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/HierarchicalPathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/HostTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/IpAddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/PathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/PortTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/SchemeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/Components/UserInfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/HostModifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/IPv4HostNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/PathModifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/QueryModifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/QueryStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @subpackage League\Uri\Components
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License)
* @version 2.0.0
* @version 2.0.1
* @link https://github.com/thephpleague/uri-components
*
* For the full copyright and license information, please view the LICENSE
Expand Down

0 comments on commit d1de04d

Please sign in to comment.