Added support for EPP status (bug #1463866)

This commit is contained in:
sparc 2006-04-05 17:26:58 +00:00
parent e4a0be176d
commit f577ea7aa7
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,6 @@
2006/04/05 David Saez <david@ols.es>
- Added support for EPP status (bug #1463866)
2006/04/03 David Saez <david@ols.es>
- fixed timestamp style date detection

View file

@ -49,6 +49,7 @@ class gtld_handler extends WhoisClient
'Name Server:' => 'regrinfo.domain.nserver.', // identical descriptors
'Updated Date:' => 'regrinfo.domain.changed',
'Last Updated On:' => 'regrinfo.domain.changed',
'EPP Status:' => 'regrinfo.domain.epp_status.',
'Status:' => 'regrinfo.domain.status',
'Creation Date:' => 'regrinfo.domain.created',
'Created On:' => 'regrinfo.domain.created',