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

Commit

Permalink
prepare 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Feb 16, 2018
1 parent 33cdfd1 commit 7a6be3d
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 12 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 Nostname parser` will be documented in this file

## 1.1.1 - 2018-02-16

### Added

- None

### Fixed

- Cache Key to allow better interoperability with PSR-16

### Deprecated

- None

### Removed

- None

## 1.1.0 - 2018-01-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Installer/ICANNSection.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.1.0
* @version 1.1.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/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.1.0
* @version 1.1.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.1.0
* @version 1.1.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.1.0
* @version 1.1.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.1.0
* @version 1.1.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.1.0
* @version 1.1.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.1.0
* @version 1.1.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.1.0
* @version 1.1.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0
* @version 1.1.1
* @link https://github.com/thephpleague/uri-hostname-parser
*
* For the full copyright and license information, please view the LICENSE
Expand Down Expand Up @@ -84,7 +84,7 @@ public function getRules(string $source_url = self::PSL_URL): Rules
*/
private function getCacheKey(string $str): string
{
static $cacheKeyPrefix = 'ICANN-SECTION';
static $cacheKeyPrefix = 'LEAGUE_URI_ICANN_SECTION';

return $cacheKeyPrefix.'-'.md5(strtolower($str));
}
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.1.0
* @version 1.1.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.1.0
* @version 1.1.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 7a6be3d

Please sign in to comment.