Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: kevinoo/phpWhois

v6.4.0

08 Dec 23:46

Choose a tag to compare

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

Choose a tag to compare

Full Changelog: v6.3.6...v6.3.7

New Contributors

  • @jdvch made their first contribution in #17

v6.3.6

13 Nov 22:13

Choose a tag to compare

Full Changelog: v6.3.5...v6.3.6

New Contributors

v6.3.5

13 Nov 14:36
ff2ba5d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.4...v6.3.5

v6.3.4

29 Nov 11:17

Choose a tag to compare

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

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.2...v6.3.3

v6.3.2

27 Oct 12:43
50f6a95

Choose a tag to compare

Fixed

  • [#4] Remove Non-ASCII characters

v6.3.1

17 Oct 13:29

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

  • 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