Skip to content

Commit

Permalink
Merge pull request #210 from jeremykendall/develop
Browse files Browse the repository at this point in the history
Prepare 5.0.0 release
  • Loading branch information
nyamsprod authored Dec 13, 2017
2 parents f88994c + d9e4b48 commit c6a6587
Show file tree
Hide file tree
Showing 14 changed files with 417 additions and 359 deletions.
4 changes: 1 addition & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
/.github export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/README.md export-ignore
/CHANGELOG.md export-ignore
/CONDUCT.md export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 4.0.0 - TBD
## 5.0.0 - 2017-12-13

### Added

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

### Fixed

- Domain class with invalid domain names improved supported
- invalid domain names improved supported
- idn_* conversion error better handled
- domain name with RFC3986 encoded string improved supported

### Deprecated

- None

### Removed

- URL Parsing capabilities API is removed
- PHP5 support
- URL Parsing capabilities and domain name validation
- `Pdp\PublicSuffixList` class replaced by the `Pdp\Rules` class
- `Pdp\PublicSuffixManager` class replaced by the `Pdp\Manager` class
- `Pdp\HttpAdapter\HttpAdapterInterface` interface replaced by the `Pdp\HttpClient` interface
Expand Down
Loading

0 comments on commit c6a6587

Please sign in to comment.