Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

ChangeLog

seitsu edited this page Jan 21, 2013 · 21 revisions

1.2.3 (Jan 21, 2013)

  • added IANA IDs to WHOIS configuration
  • added IANA IDs to README.md
  • added WHOIS template for .SK, Tucows (IANA #69) and Webagentur.at (IANA #648)
  • changed slightly Network Solutions (IANA #2) template to fit for Tucows (IANA #69) as well
  • fixed typos in README.md
  • refreshed supported TLD list in README.md

1.2.2 (Jan 17, 2013)

  • fixed CentralNic (.COM.DE) it is using .DE template instead of the standard CentralNic template
  • fixed Afilias template - if domain name was not available DNSSEC flag was set
  • fixed Network Solutions template to work better with different international addresses and to fill in the admin contact

1.2.1 (Jan 03, 2013)

Note: You will need the DomainParser version 1.1.5 and above!
  • fixed phpDoc postProcess in several WHOIS template
  • fixed WHOIS template for .AS to filter nameserver and ip addresses
  • fixed WHOIS template for Verisign to parse DNSSEC for .TV, .CC and .JOBS
  • added WHOIS template for .BR, .ES, .INT, .KR and Novutec
  • added WHOIS servers to whois.ini for new templates
  • changed WHOIS config for direct CoCCA based TLDs because WHOIS template switched to Afilias
  • refreshed supported TLD list in README.md

1.2.0 (Dec 31, 2012)

Note: You will need the DomainParser version 1.1.5 and above!
  • fixed WHOIS template for .NL and .IT, now it is working with public and registrar WHOIS
  • fixed WHOIS template for .EDU
  • added setDateFormat method to Parser to set date format for WHOIS output
  • added cleanUp method to Result
  • added formatDate method to Result
  • added WHOIS template for .AC, .AI, .AX, .BG, .CD, .CK, .IM, .IO, .JP, .KG, .LT, .MX, .OM, .QA, .SH, .TM and Network Solutions
  • added WHOIS servers to whois.ini for new templates
  • added HTTP adapter to Parser
  • cleaned up Parser and moved some stuff to cleanUp method in Result
  • changed HTTP adapter
  • changed copyright to 2013
  • changed documentation and description in README.md
  • refreshed supported TLD list in README.md

1.1.6 (Nov 30, 2012)

Note: You will need the DomainParser version 1.1.5 and above!
  • fixed WHOIS template for .HK for IDN support
  • added support for IDN top level domain names (.xn--45brj9c, .xn--fiqs8s, .xn--fiqz9s, .xn--j6w193g, .xn--fpcrj9c3d, .xn--gecrj9c, .xn--h2brj9c, .xn--kprw13d, .xn--kpry57d, .xn--mgbbh1a71e, .xn--s9brj9c and .xn--xkc2dl3a5ee0h)
  • added WHOIS templates for .HU.NET, .PW, .RS, .SX, .UK and Cronon
  • added WHOIS servers to whois.ini for new templates
  • formatted code for WHOIS template Adamsnames and .FO
  • refreshed supported TLD list in README.md

1.1.5 (Nov 29, 2012)

  • added WHOIS templates for .FI, .FO, .GD, .IQ, .TC and .VG
  • added WHOIS servers to whois.ini for .FI, .FO, .GD, .IQ, .TC and .VG
  • changed Afilias template to match registration status of .IQ domain names
  • refreshed supported TLD list in README.md

1.1.4 (Sep 05, 2012)

  • added gTLD WHOIS templates for CoreNic, Gandi, Hetzner, Onamae, Variomedia, Xinnet
  • added WHOIS servers to whois.ini for new templates
  • added nameservers to Verisign template, will be overwritten by registrar nameservers if present in their WHOIS
  • changed Afilias template to match CoreNic zone handles
  • refreshed supported gTLD list in README.md

1.1.3 (Sep 04, 2012)

  • added WHOIS templates for .EE, .IL, .IR, .KZ and .LV
  • added WHOIS servers to whois.ini for .EE, .IL, .IR, .KZ and .LV
  • fixed availability regex at .NZ template
  • refreshed supported TLD list in README.md

1.1.2 (Sep 04, 2012)

  • added WHOIS template for .NZ
  • added WHOIS servers to whois.ini to skip querying IANA
  • added boolean parsedContacts property to Result to indicate if contacts have been parsed
  • changed Exception handling, if throwException is false it will return only the Exception message instead of the whole Exception
  • fixed availability regex at Afilias template
  • refreshed supported TLD list in README.md

1.1.1 (Sep 04, 2012)

  • changed workflow, ip addresses will be queried by IANA directly and TLDs will be looked up at the config first
  • changed some phpDoc
  • fixed overwritten parsed query if exception was thrown
  • fixed calling lookup() with no query
  • fixed ucfirst() in AbstractException
  • removed unused NoWhoisException

1.1.0 (Jul 07, 2012)

  • added dirname(__FILE__) to require_once of classes
  • added support for looking up AS numbers at IANA and RIRs
  • added support for looking up top-level domain names at IANA
  • added more comments to Parser.php and Result.php for better understanding
  • changed Result properties to camelCase
  • changed AbstractException::factory() if specific Exception is not available it will use the default Novutec Exception
  • changed format and added details in README.md
  • changed phpDoc description in Parser.php
  • fixed bug by outputting XML with string values
  • fixed bug by outputting Array with a network object
  • fixed bug by calling Registrar->toArray() method if there isn't a registrar
  • fixed bug by parsing with IP addresses

1.0.0 (Jul 06, 2012)

  • Initial commit
Clone this wiki locally