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

Commit

Permalink
chore(release): 0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.6...v0.9.0) (2021-11-02)

### Features

* **transfer:** improve domain transfer handling ([b72bb0d](b72bb0d)), closes [#56](#56)
  • Loading branch information
semantic-release-bot committed Nov 2, 2021
1 parent b72bb0d commit f728f5a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion modules/registrars/keysystems/keysystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion modules/registrars/keysystems/whmcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.8.6",
"date": "2021-09-17"
"version": "0.9.0",
"date": "2021-11-02"
}
Binary file modified whmcs-rrpproxy-registrar-latest.zip
Binary file not shown.

0 comments on commit f728f5a

Please sign in to comment.