Skip to content

Commit a122dac

Browse files
author
Kevin Lucich
committed
Release v6.3.4
1 parent 3b717ae commit a122dac

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
6.3.4 - 2024-11-29
2+
------------------
3+
### Fixes
4+
* [#14] Fixed UnexpectedValueException - DateTime not parsable
5+
* Add catch of `AlreadyPunycodeException`
6+
* Update tests
7+
* Add PHPUnit v11 in `composer.json`
8+
* Add `.editorconfig` file
9+
* Little fixes in `whois.ip.arin.php`
10+
11+
6.3.3 - 2024-11-29
12+
------------------
13+
### Fixes
14+
* [#11] Update WhoisClient.php - avoid dynamic property by @DavidAnderson684
15+
* [#13] minor bugs: string as array, link ip inside url by @pcastelovigo
16+
17+
6.3.2 - 2023-10-27
18+
------------------
19+
### Fixes
20+
* [#4] Remove Non-ASCII characters
21+
122
6.3.1 - 2023-10-17
223
------------------
324
### Added
@@ -19,7 +40,6 @@
1940
* [#5] Remove require_once from ParserTest.php
2041
* [#5] Remove "print_r" function
2142

22-
2343
6.3.0 - 2023-08-11
2444
------------------
2545
* Update PHPUnit Test and fixtures
@@ -115,7 +135,6 @@
115135
* Remove deprecated "generic_parser_a_blocks" function
116136
* Deprecated "get_contact" function
117137

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

0 commit comments

Comments
 (0)