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

Commit

Permalink
chore(release): 15.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.0.0](v14.1.1...v15.0.0) (2021-08-26)

### Bug Fixes

* **assets:** fixed admin area assets ([9f88f15](9f88f15))
* **domain name suggestions:** fixed response for empty API response ([75373b1](75373b1))

### Features

* **revamp:** revamped availability check to allow multi-keyword/-domain search ([8999ae8](8999ae8))

### BREAKING CHANGES

* **revamp:** Added multi-keyword/-domain search. Aftermarket Domains now shown as taken until we've reviewed them. Improved searchstring cleanup.
  • Loading branch information
semantic-release-bot committed Aug 26, 2021
1 parent 7f16e15 commit ff55498
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [15.0.0](https://github.com/hexonet/whmcs-ispapi-domainchecker/compare/v14.1.1...v15.0.0) (2021-08-26)


### Bug Fixes

* **assets:** fixed admin area assets ([9f88f15](https://github.com/hexonet/whmcs-ispapi-domainchecker/commit/9f88f154c27e7d553560315453ef180fc5262fb3))
* **domain name suggestions:** fixed response for empty API response ([75373b1](https://github.com/hexonet/whmcs-ispapi-domainchecker/commit/75373b1613800abe50810dc67b7e80f2f9007401))


### Features

* **revamp:** revamped availability check to allow multi-keyword/-domain search ([8999ae8](https://github.com/hexonet/whmcs-ispapi-domainchecker/commit/8999ae85d976f18230434ec2482f0f736011c4b7))


### BREAKING CHANGES

* **revamp:** Added multi-keyword/-domain search. Aftermarket Domains now shown as taken until we've reviewed them. Improved searchstring cleanup.

## [14.1.1](https://github.com/hexonet/whmcs-ispapi-domainchecker/compare/v14.1.0...v14.1.1) (2021-08-24)


Expand Down
2 changes: 1 addition & 1 deletion modules/addons/ispapidomaincheck/ispapidomaincheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function ispapidomaincheck_config()
return [
"name" => "ISPAPI HP DomainChecker",
"description" => "This addon provides a new domainchecker interface with high speed checks, suggestions and premium support.",
"version" => "14.1.1",
"version" => "15.0.0",
"author" => '<a href="https://www.hexonet.net/" target="_blank"><img style="max-width:100px" src="' . $logo_data . '" alt="HEXONET" /></a>',
"language" => "english"
];
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": "14.1.1",
"date": "2021-08-24"
"version": "15.0.0",
"date": "2021-08-26"
}
Binary file modified whmcs-ispapi-domainchecker-latest.zip
Binary file not shown.

0 comments on commit ff55498

Please sign in to comment.