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

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.1...v1.6.0) (2022-07-13)

### Features

* **keysystems.php:** getAccountdetails ([285d7e1](285d7e1))
  • Loading branch information
semantic-release-bot committed Jul 13, 2022
1 parent 707689b commit aba0e09
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 @@
# [1.6.0](https://github.com/rrpproxy/whmcs-rrpproxy-registrar/compare/v1.5.1...v1.6.0) (2022-07-13)


### Features

* **keysystems.php:** getAccountdetails ([285d7e1](https://github.com/rrpproxy/whmcs-rrpproxy-registrar/commit/285d7e10ab56ea8596438fd42c70171feb14eb75))

## [1.5.1](https://github.com/rrpproxy/whmcs-rrpproxy-registrar/compare/v1.5.0...v1.5.1) (2022-07-01)


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 @@ -56,7 +56,7 @@
use WHMCS\Module\Registrar\RRPproxy\Migrator;
use WHMCS\Module\Registrar\RRPproxy\Updater;

const RRPPROXY_VERSION = "1.5.1";
const RRPPROXY_VERSION = "1.6.0";

require_once __DIR__ . '/vendor/autoload.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 v1.5.1",
"name": "RRPproxy v1.6.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": "1.5.1",
"date": "2022-07-01"
"version": "1.6.0",
"date": "2022-07-13"
}
Binary file modified whmcs-rrpproxy-registrar-latest.zip
Binary file not shown.

0 comments on commit aba0e09

Please sign in to comment.