File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All Notable changes to ` PHP Domain Parser ` will be documented in this file
4
4
5
- ## 5.0.0 - TBD
5
+ ## 5.0.0 - 2017-12-13
6
6
7
7
### Added
8
8
@@ -26,7 +26,8 @@ All Notable changes to `PHP Domain Parser` will be documented in this file
26
26
27
27
### Removed
28
28
29
- - URL Parsing capabilities API is removed
29
+ - PHP5 support
30
+ - URL Parsing capabilities and domain name validation
30
31
- ` Pdp\PublicSuffixList ` class replaced by the ` Pdp\Rules ` class
31
32
- ` Pdp\PublicSuffixManager ` class replaced by the ` Pdp\Manager ` class
32
33
- ` Pdp\HttpAdapter\HttpAdapterInterface ` interface replaced by the ` Pdp\HttpClient ` interface
Original file line number Diff line number Diff line change 7
7
* @copyright Copyright (c) 2017 Jeremy Kendall (http://jeremykendall.net)
8
8
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
9
9
*/
10
+ declare (strict_types=1 );
10
11
11
12
namespace Pdp ;
12
13
You can’t perform that action at this time.
0 commit comments