Skip to content

Commit d9e4b48

Browse files
committed
prepare 5.0.0 release
1 parent a68ffbf commit d9e4b48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All Notable changes to `PHP Domain Parser` will be documented in this file
44

5-
## 5.0.0 - TBD
5+
## 5.0.0 - 2017-12-13
66

77
### Added
88

@@ -26,7 +26,8 @@ All Notable changes to `PHP Domain Parser` will be documented in this file
2626

2727
### Removed
2828

29-
- URL Parsing capabilities API is removed
29+
- PHP5 support
30+
- URL Parsing capabilities and domain name validation
3031
- `Pdp\PublicSuffixList` class replaced by the `Pdp\Rules` class
3132
- `Pdp\PublicSuffixManager` class replaced by the `Pdp\Manager` class
3233
- `Pdp\HttpAdapter\HttpAdapterInterface` interface replaced by the `Pdp\HttpClient` interface

src/Installer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @copyright Copyright (c) 2017 Jeremy Kendall (http://jeremykendall.net)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
10+
declare(strict_types=1);
1011

1112
namespace Pdp;
1213

0 commit comments

Comments
 (0)