Skip to content

Commit c6a6587

Browse files
authored
Merge pull request #210 from jeremykendall/develop
Prepare 5.0.0 release
2 parents f88994c + d9e4b48 commit c6a6587

14 files changed

+417
-359
lines changed

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
/.github export-ignore
66
/.gitignore export-ignore
77
/.php_cs export-ignore
8-
/.scrutinizer.yml export-ignore
98
/.travis.yml export-ignore
109
/README.md export-ignore
1110
/CHANGELOG.md export-ignore
12-
/CONDUCT.md export-ignore
13-
/phpunit.xml export-ignore
11+
/phpunit.xml.dist export-ignore
1412
/tests export-ignore

CHANGELOG.md

Lines changed: 5 additions & 3 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-
## 4.0.0 - TBD
5+
## 5.0.0 - 2017-12-13
66

77
### Added
88

@@ -16,16 +16,18 @@ All Notable changes to `PHP Domain Parser` will be documented in this file
1616

1717
### Fixed
1818

19-
- Domain class with invalid domain names improved supported
19+
- invalid domain names improved supported
2020
- idn_* conversion error better handled
21+
- domain name with RFC3986 encoded string improved supported
2122

2223
### Deprecated
2324

2425
- None
2526

2627
### Removed
2728

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

0 commit comments

Comments
 (0)