Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Latest commit

 

History

History
468 lines (217 loc) · 24 KB

File metadata and controls

468 lines (217 loc) · 24 KB

1.7.0 (2022-07-28)

Bug Fixes

  • account: fix exception handling in getAccountDetails and small refactor (1132f7a)

Features

  • tld-cn: implement new additional fields for .cn (2ea9f98)

1.6.0 (2022-07-13)

Features

  • keysystems.php: getAccountdetails (285d7e1)

1.5.1 (2022-07-01)

Bug Fixes

  • renewal: renewal support was active for some tlds that do not support it (0148a23), closes #95
  • transfer: remove unsupported field from transfer command for .dev tld (6a58001), closes #96

1.5.0 (2022-06-29)

Features

  • sdk: update to latest php-sdk (292659b)

1.4.0 (2022-05-27)

Features

  • sdk: update to latest php-sdk (a31e607)

1.3.4 (2022-04-21)

Bug Fixes

  • tld-sync: convert punycode to idn (5eb92a5)
  • tld-sync: fix some second level tlds being ignored (51f42cc), closes #86

1.3.3 (2022-04-12)

Bug Fixes

  • api: get correct registrar config when initializing from external modules (65a0b37)
  • api: make sure registrarfunctions is loaded (68a9a68)
  • tld-sync: don't die if currency is blocked - skip tld instead (67de01f)

1.3.2 (2022-04-03)

Bug Fixes

  • sync: handle IDN domains properly in cron (d0a1274)

1.3.1 (2022-03-31)

Bug Fixes

  • vat: fix getting VAT ID in domain status (74b2290)

1.3.0 (2022-03-08)

Features

  • tld-pt: implement additional fields for .pt tld (84a738e)

1.2.1 (2022-03-04)

Bug Fixes

  • zoneinfo: zone info should be an object for migrator (543fee2)

1.2.0 (2022-03-03)

Bug Fixes

  • additionalfields: fix additional fields not being used anymore (41880f5)

Features

  • tld-hu: implement additional fields for .hu tld (b47f550)

1.1.1 (2022-02-28)

Bug Fixes

  • statusdomain: handle case when not returning all info for domains pending deletion (1e764a6)

1.1.0 (2022-02-16)

Bug Fixes

  • renewdomain: reintroduced EXPIRATION parameter - correctly this time (25b9907)
  • StatusDomain: handle ZoneInfo failure gracefully (4b48dda)
  • statusdomain: use PAIDUNTILDATE as expiration date which makes most sense for WHMCS (105beb9)
  • transfer: remove unnecessary code for CheckDomainTransfer handling (1eec5da)
  • transfersync: do not update nameservers when none were specified in transfer order (38fda99)

Features

  • DomainRenew: implement renew protection (optional) (5b04c83)
  • sync: improve expiration date handling and add daily cron sync (d558404)

1.0.3 (2022-02-15)

Bug Fixes

  • zoneinfo: proper default periods and updated initial import (d20596c)

1.0.2 (2022-01-31)

Bug Fixes

  • epp: SetAuthCode command was not working (87176b6)
  • RenewDomain: remove EXPIRATION parameter as it could lead to 2 year renewal (2f28612)
  • transfer: StatusDomainTransfer command was not working (35471cb)

1.0.1 (2022-01-31)

Bug Fixes

  • statusdomain: tolerate empty contact handles (505c7d0)

1.0.0 (2022-01-22)

Features

BREAKING CHANGES

  • api: PHP 7.4 is now the minimum requirement

0.12.1 (2021-12-19)

Bug Fixes

  • transfersync: log subsequent failures instead of returning them (c462d2d)

0.12.0 (2021-12-13)

Bug Fixes

  • idn conversion: reviewed (37da0eb), closes #68
  • zoneinfo: return error if no zone info and request failed (58f4aab)

Features

  • migrator: add GetZoneFeatures function for cnic-migrator (fee394e)

0.11.2 (2021-11-30)

Bug Fixes

  • transfer: fix transfer request (d172fcf)

0.11.1 (2021-11-30)

Bug Fixes

  • params: no longer use undocumented domainname parameter (5c1f5fd)

0.11.0 (2021-11-28)

Bug Fixes

  • transfer-sync: skip modify domain if not necessary (0493843)

Features

  • transfer-sync: only update nameservers if necessary (e90e6bf)

0.10.2 (2021-11-28)

Bug Fixes

  • tld-sync: fix db issue on tld pricing sync (f44872b), closes #63

0.10.1 (2021-11-02)

Bug Fixes

  • contacts: allow to modify contacts when existing ones are invalid (268369b)
  • ote: whois privacy is not enabled in ot&e accounts (e5ebbb8)

0.10.0 (2021-11-02)

Features

  • pricing: add options to auto tenable DNS management, email forwarding and ID protection (9b9056e)

0.9.0 (2021-11-02)

Features

  • transfer: improve domain transfer handling (b72bb0d), closes #56

0.8.6 (2021-09-17)

Bug Fixes

  • dns-management: fix dns zone failing to enable in dns management (22eb4f2)

0.8.5 (2021-08-31)

Bug Fixes

  • transfer: method toArray not available, fetch object vars (d531c40)

0.8.4 (2021-08-27)

Bug Fixes

  • transfer: fixed issue with stdClass in contact handling in newer WHMCS releases (deb3a9b)

0.8.3 (2021-08-04)

Bug Fixes

  • transfer: fix transfer sync with no contact in WHMCS v7 (967f8c7), closes #49

0.8.2 (2021-08-04)

Bug Fixes

  • getdomaininformation: let GetDomainInformation throw exception (c8fa368), closes #51

0.8.1 (2021-08-04)

Bug Fixes

  • getdomaininformation: reviewed returned custom data (152343d)

0.8.0 (2021-08-04)

Features

  • getdomaininformation: fixes index access; extended to provide add. data for import purposes (fd727ff)

0.7.3 (2021-07-24)

Bug Fixes

  • log: wrong parameter names in logModuleCall (e8de9b8), closes #42

0.7.2 (2021-07-24)

Bug Fixes

  • transfer: use forcerequest parameter to automatically switch to usertransfer if needed (f31fc51), closes #44

0.7.1 (2021-07-23)

Bug Fixes

  • .ro additional fields: make CNPFiscalCode mandatory (1480c88)

0.7.0 (2021-07-23)

Bug Fixes

  • getdomaininformation: improve handling of CheckDNSZone (ca60494)

Features

  • getdomaininformation: extended to also return addon status (3603b96)

0.6.0 (2021-04-28)

Features

  • dnssec: remove SHA-1 options from DNSSEC (af819f9)

0.5.3 (2021-02-05)

Bug Fixes

  • transfer: fix .eu transfer handling (2fb3fe4), closes #38

0.5.2 (2021-01-28)

Bug Fixes

  • ci: migration to github actions and gulp (vs. Travis CI and make) (fa18297)

0.5.1 (2021-01-14)

Bug Fixes

  • semantic-release: update packages to fix issue with whmcs marketplace (444f263)

0.5.0 (2021-01-08)

Features

  • logo: update RRPproxy logo (7176e8e)

0.4.6 (2020-11-14)

Performance Improvements

  • config: reduce strain on db in domain list page (47fc247)

0.4.5 (2020-11-13)

Bug Fixes

  • transfer: order clause ambiguous field clarify (3f16b25)
  • transfer: wrong join syntax cause cron crash (0c769f4)

0.4.4 (2020-11-01)

Bug Fixes

  • tld-eu: remove X-ACCEPT-QUARANTINE and add X-EU-REGISTRANT-CITIZENSHIP parameter (35fd055)
  • updatecontact: invalid array key for contact company field (ea96252)

0.4.3 (2020-10-26)

Bug Fixes

  • udpatecontact: invalid array key for contact street field (90ce94f)

0.4.2 (2020-10-23)

Bug Fixes

  • renewdomain: remove logic that could lower the renewal years (d9718c0), closes #25

0.4.1 (2020-10-05)

Bug Fixes

  • transfersync: fix contact query missing email (9dfb9c0)

0.4.0 (2020-09-21)

Features

  • migration: also migrate old config (d7ed854)
  • reg-transfer: automatic transfer lock and nameserver configuration is now configurable (0d95241)

0.3.4 (2020-09-21)

Performance Improvements

  • check-availability: chunk tlds to reduce api calls and improve performance (457896f)

0.3.3 (2020-09-18)

Bug Fixes

  • checkdomains: fix check domains not working properly (510a724)

0.3.2 (2020-09-14)

Bug Fixes

  • semantic-release: release test (b80ee96)

0.3.1 (2020-09-14)

Bug Fixes

0.3.0 (2020-09-14)

Bug Fixes

  • additional-fields: fix path in additionalfields resource file (b31e993)
  • renewdomain: fix domain renewal (5bdc390)

Features

  • config: implement update checker (87859b5)
  • zoneinfo: use zone info from api to determine features (ee41939)

0.2.1 (2020-09-06)

Bug Fixes

  • semantic-release: updateVersion.sh now works again on linux (17b5dbc)

0.2.0 (2020-09-05)

Features

  • dnssec: improve usability and add ability to enable/disable dnssec for clients (d3120a2)
  • domainreg: improve contact handling in domain registrations (083ec7e)
  • GetContactDetails: also return Admin/Billing/Tech contacts if WHMCS is set to use client details for those (0c4f993)
  • GetEPPCode: call SetAuthcode for TLDs that require it (ae4cfa6)
  • keydns: implement e-mail forwarding (76146aa)
  • keydns: implement web forwarding (ba11058)
  • migration: add button to migrate domains from stock module (94eb726)
  • RenewDomain: add safety measure to avoid renewing domains if they were already renewed (74072ae)
  • RenewDomain: set RENEWONCE instead of RENEWONCETHENAUTODELETE (998f957)
  • RequestDelete: Make deletion mode configurable and fallback to SetDomainRenewalmode if DeleteDomain fails (91af06d)
  • SaveContactDetails: add support for domain trade, contact handle update, and updating admin/billing/tech contacts (4b98625)
  • tldsync: implement tld pricing sync (4b1b48f)
  • TransferSync: set contacts and nameservers after transfer (cc541eb)