Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.5...v1.9.0) (2019-08-20)

### Features

* **feature:** remove 'Registrar lock' option for unsupported TLDs ([db963fb](db963fb))
  • Loading branch information
semantic-release-bot committed Aug 20, 2019
1 parent db963fb commit 0c1dee2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.9.0](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v1.8.5...v1.9.0) (2019-08-20)


### Features

* **feature:** remove 'Registrar lock' option for unsupported TLDs ([db963fb](https://github.com/hexonet/whmcs-ispapi-registrar/commit/db963fb))

## [1.8.5](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v1.8.4...v1.8.5) (2019-08-16)


Expand Down
2 changes: 1 addition & 1 deletion registrars/ispapi/ispapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author HEXONET GmbH <[email protected]>
*/

$module_version = "1.8.5";
$module_version = "1.9.0";

use WHMCS\Domains\DomainLookup\ResultsList;
use WHMCS\Domains\DomainLookup\SearchResult;
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.8.5",
"date": "2019-08-16"
"version": "1.9.0",
"date": "2019-08-20"
}
Binary file modified whmcs-ispapi-registrar-latest.zip
Binary file not shown.

0 comments on commit 0c1dee2

Please sign in to comment.