Skip to content

Commit

Permalink
Release v6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lucich committed Nov 29, 2024
1 parent 3b717ae commit a122dac
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
6.3.4 - 2024-11-29
------------------
### Fixes
* [#14] Fixed UnexpectedValueException - DateTime not parsable
* Add catch of `AlreadyPunycodeException`
* Update tests
* Add PHPUnit v11 in `composer.json`
* Add `.editorconfig` file
* Little fixes in `whois.ip.arin.php`

6.3.3 - 2024-11-29
------------------
### Fixes
* [#11] Update WhoisClient.php - avoid dynamic property by @DavidAnderson684
* [#13] minor bugs: string as array, link ip inside url by @pcastelovigo

6.3.2 - 2023-10-27
------------------
### Fixes
* [#4] Remove Non-ASCII characters

6.3.1 - 2023-10-17
------------------
### Added
Expand All @@ -19,7 +40,6 @@
* [#5] Remove require_once from ParserTest.php
* [#5] Remove "print_r" function


6.3.0 - 2023-08-11
------------------
* Update PHPUnit Test and fixtures
Expand Down Expand Up @@ -115,7 +135,6 @@
* Remove deprecated "generic_parser_a_blocks" function
* Deprecated "get_contact" function


6.0.4 - 2023-03-21 (jsmitty12)
------------------
* Fix date parsing that did not take microseconds into account, cause an infinite loop in get_date function
Expand Down

0 comments on commit a122dac

Please sign in to comment.