diff --git a/HISTORY.md b/HISTORY.md index ec20d82..7f3889c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +# [0.9.0](https://github.com/rrpproxy/whmcs-rrpproxy-registrar/compare/v0.8.6...v0.9.0) (2021-11-02) + + +### Features + +* **transfer:** improve domain transfer handling ([b72bb0d](https://github.com/rrpproxy/whmcs-rrpproxy-registrar/commit/b72bb0d49a5641925e94d0325d219210a829c167)), closes [#56](https://github.com/rrpproxy/whmcs-rrpproxy-registrar/issues/56) + ## [0.8.6](https://github.com/rrpproxy/whmcs-rrpproxy-registrar/compare/v0.8.5...v0.8.6) (2021-09-17) diff --git a/modules/registrars/keysystems/keysystems.php b/modules/registrars/keysystems/keysystems.php index 26fc296..bbcf53d 100644 --- a/modules/registrars/keysystems/keysystems.php +++ b/modules/registrars/keysystems/keysystems.php @@ -31,7 +31,7 @@ use WHMCS\Domain\TopLevel\ImportItem; use WHMCS\Module\Registrar\RRPProxy\RRPProxyClient; -define("RRPPROXY_VERSION", "0.8.6"); +define("RRPPROXY_VERSION", "0.9.0"); require_once __DIR__ . '/lib/RRPProxyClient.php'; diff --git a/modules/registrars/keysystems/whmcs.json b/modules/registrars/keysystems/whmcs.json index ea2d23e..17f03fd 100644 --- a/modules/registrars/keysystems/whmcs.json +++ b/modules/registrars/keysystems/whmcs.json @@ -5,7 +5,7 @@ "license": "MIT", "category": "domains", "description": { - "name": "RRPproxy v0.8.6", + "name": "RRPproxy v0.9.0", "tagline": "A provider of reseller wholesale domain services." }, "logo": { diff --git a/release.json b/release.json index 5082e64..b72ef07 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "0.8.6", - "date": "2021-09-17" + "version": "0.9.0", + "date": "2021-11-02" } diff --git a/whmcs-rrpproxy-registrar-latest.zip b/whmcs-rrpproxy-registrar-latest.zip index 0f0900b..2c6ac97 100644 Binary files a/whmcs-rrpproxy-registrar-latest.zip and b/whmcs-rrpproxy-registrar-latest.zip differ