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

Commit 7a6be3d

Browse files
committed
prepare 1.1.1 release
1 parent 33cdfd1 commit 7a6be3d

13 files changed

+30
-12
lines changed

CHANGELOG.md

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

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

5+
## 1.1.1 - 2018-02-16
6+
7+
### Added
8+
9+
- None
10+
11+
### Fixed
12+
13+
- Cache Key to allow better interoperability with PSR-16
14+
15+
### Deprecated
16+
17+
- None
18+
19+
### Removed
20+
21+
- None
22+
523
## 1.1.0 - 2018-01-30
624

725
### Added

src/Installer/ICANNSection.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.1.0
9+
* @version 1.1.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/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.1.0
9+
* @version 1.1.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.1.0
9+
* @version 1.1.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.1.0
9+
* @version 1.1.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.1.0
9+
* @version 1.1.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.1.0
9+
* @version 1.1.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.1.0
9+
* @version 1.1.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.1.0
9+
* @version 1.1.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)