Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
prepare 1.0.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 22, 2017
1 parent 5ceb029 commit ffa93a0
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All Notable changes to `League Uri Nostname parser` will be documented in this file

## 1.0.1 - 2017-11-22

### Added

- None

### Fixed

- `League\Uri\PublicSuffix\Cache` [Windows issue](https://github.com/thephpleague/uri-hostname-parser/issues/1)
- `League\Uri\PublicSuffix\Cache` allow accessing the local copy even if writing to file is not possible

### Deprecated

- None

### Removed

- None

## 1.0.0 - 2017-11-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/CacheException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/CurlHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/Domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/HttpClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/ICANNSectionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @subpackage League\Uri\PublicSuffix
* @author Ignace Nyamagana Butera <[email protected]>
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down

0 comments on commit ffa93a0

Please sign in to comment.