diff --git a/HISTORY.md b/HISTORY.md index edd5e8eb..471165e3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [1.8.4](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v1.8.3...v1.8.4) (2019-08-06) + + +### Bug Fixes + +* **.ca:** review additional fields ([b18a9cb](https://github.com/hexonet/whmcs-ispapi-registrar/commit/b18a9cb)) + ## [1.8.3](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v1.8.2...v1.8.3) (2019-07-12) diff --git a/registrars/ispapi/ispapi.php b/registrars/ispapi/ispapi.php index 4a52f14a..bb6820e7 100755 --- a/registrars/ispapi/ispapi.php +++ b/registrars/ispapi/ispapi.php @@ -5,7 +5,7 @@ * @author HEXONET GmbH */ -$module_version = "1.8.3"; +$module_version = "1.8.4"; use WHMCS\Domains\DomainLookup\ResultsList; use WHMCS\Domains\DomainLookup\SearchResult; diff --git a/release.json b/release.json index d162c566..b2ecff54 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "1.8.3", - "date": "2019-07-12" + "version": "1.8.4", + "date": "2019-08-06" } \ No newline at end of file diff --git a/whmcs-ispapi-registrar-latest.zip b/whmcs-ispapi-registrar-latest.zip index ddb16bad..a7d30c50 100644 Binary files a/whmcs-ispapi-registrar-latest.zip and b/whmcs-ispapi-registrar-latest.zip differ