Skip to content

Releases: metaregistrar/php-epp-client

Latest stable version

16 May 13:04
efba357
Compare
Choose a tag to compare
Merge pull request #380 from cgoedel/working-at-withdraw-request

Implement working atEppWithdrawRequest

Several fixes, PHP 8.1 deprecation warnings fixed IIS and AT updates

11 Jul 08:35
819d2d2
Compare
Choose a tag to compare

Several PHP 8.1 warnings fixed
Updates to IIS.SE code
Updates to NIC.AT code
Updates to DNS.BE code

Support for PHP 8

01 Feb 20:54
52d3291
Compare
Choose a tag to compare

Many smaller changes, PHP 8 is supported in this release

Various bugfixes for issue requests

24 Apr 12:55
Compare
Choose a tag to compare
1.0.10

Issue 244 resolved

Hide domain and contact passwords in logging

11 Sep 14:50
Compare
Choose a tag to compare
1.0.9

Hide domain and contact passwords in the logging

Fixes and updates

20 Aug 07:15
d3548ef
Compare
Choose a tag to compare

No major changes, fixed and updates to the existing code.

Composer installation fix

13 Feb 12:55
Compare
Choose a tag to compare

Fix for a composer installation problem which would give you an old version

Updates and fixes

21 Dec 12:33
Compare
Choose a tag to compare

No major changes, just updates and fixes to known issues.

Stable release with Metaregistrar SSL and DNS functions

05 Jun 09:24
Compare
Choose a tag to compare

Stable release where you can use the Metaregistrar extensions to create SSL certificates and DNS records.

Restructure of the eppExtensions

02 Nov 10:27
Compare
Choose a tag to compare

This release brings a lot of new eppExtensions, with a restructure of how the eppExtensions are called. From now on, you only have to use the function useExtension('xxxxx') to get all the includes and the proper commands at the same place. Not necessary any more to add commands and responses. Also, the extensions will properly announce themselves in the EPP commands where the extension is used.