Releases: kevinoo/phpWhois
Releases · kevinoo/phpWhois
v6.4.0
08 Dec 23:46
Compare
Sorry, something went wrong.
No results found
Fixes
Use PHP CS Fixer for code 🤯
Updated tests/fixtures for TestUnit
Fix deprecation PHPUnit v10
[#16 ] Fixed bug with $whois->whois('45.225.3.34') - Thanks to @harikt ❤️
Breaking changes
Added handler classes instead of individual files
Remove whois.parser.php file
Full Changelog : v6.3.7...v6.4.0
v6.3.7
30 Nov 18:00
Compare
Sorry, something went wrong.
No results found
v6.3.6
13 Nov 22:13
Compare
Sorry, something went wrong.
No results found
v6.3.5
13 Nov 14:36
Compare
Sorry, something went wrong.
No results found
v6.3.4
29 Nov 11:17
Compare
Sorry, something went wrong.
No results found
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
Full Changelog : v6.3.3...v6.3.4
v6.3.3
29 Nov 09:18
Compare
Sorry, something went wrong.
No results found
v6.3.2
27 Oct 12:43
Compare
Sorry, something went wrong.
No results found
Fixed
[#4 ] Remove Non-ASCII characters
v6.3.1
17 Oct 13:29
Compare
Sorry, something went wrong.
No results found
Added
[#5 ] Add .phpunit.cache into .gitignore
Fixes
[#5 ] Fix syntax
[#5 ] Fix unused functions
[#5 ] Fix unused variables
[#5 ] Comments may not appear after statements
[#5 ] Expected 1 space before opening brace; found 0
[#5 ] Fix unused variable $data
[#5 ] Fix undefined variable $b
[#5 ] Fix indent in .md files
[#5 ] Use short array syntax
[#5 ] Fix indent in .md files
[#5 ] Fix CHANGELOG.md
Removed
[#5 ] Remove "bootstrap.php" file
[#5 ] Remove require_once from ParserTest.php
[#5 ] Remove "print_r" function
v6.3.0
06 Sep 15:25
Compare
Sorry, something went wrong.
No results found
Fixed
[#1 ] Use $this->parseRegistryInfo to try to retrieve the Registry Info
[#1 ] Update Tests
[#2 ] Return value must be of type array, bool returned
Use static instead $this word
Update composer dependencies
v6.2.1
12 Apr 11:04
Compare
Sorry, something went wrong.
No results found
Add more patterns in AbstractHandler::parseStandardDate method
Update PHPUnit Test
Update .travis.yml
Minor fix in IsHandler - but at the moment it is still broken