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

Commit ffa93a0

Browse files
committed
prepare 1.0.1 patch release
1 parent 5ceb029 commit ffa93a0

File tree

11 files changed

+29
-10
lines changed

11 files changed

+29
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## 1.0.1 - 2017-11-22
6+
7+
### Added
8+
9+
- None
10+
11+
### Fixed
12+
13+
- `League\Uri\PublicSuffix\Cache` [Windows issue](https://github.com/thephpleague/uri-hostname-parser/issues/1)
14+
- `League\Uri\PublicSuffix\Cache` allow accessing the local copy even if writing to file is not possible
15+
16+
### Deprecated
17+
18+
- None
19+
20+
### Removed
21+
22+
- None
23+
524
## 1.0.0 - 2017-11-22
625

726
### Added

src/PublicSuffix/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

src/PublicSuffix/CacheException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

src/PublicSuffix/CurlHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

src/PublicSuffix/Domain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

src/PublicSuffix/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

src/PublicSuffix/HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

src/PublicSuffix/HttpClientException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

src/PublicSuffix/ICANNSectionManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

src/PublicSuffix/Rules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @subpackage League\Uri\PublicSuffix
77
* @author Ignace Nyamagana Butera <[email protected]>
88
* @license https://github.com/thephpleague/uri-hostname-parser/blob/master/LICENSE (MIT License)
9-
* @version 1.0.0
9+
* @version 1.0.1
1010
* @link https://github.com/thephpleague/uri-hostname-parser
1111
*
1212
* For the full copyright and license information, please view the LICENSE

0 commit comments

Comments
 (0)