diff --git a/HISTORY.md b/HISTORY.md index 38c8a142..ae044efd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [2.4.10](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.9...v2.4.10) (2020-03-04) + + +### Bug Fixes + +* **Change of Registrant:** fix for missing additional fields in the Change of Registrant page ([3aca746](https://github.com/hexonet/whmcs-ispapi-registrar/commit/3aca746940fcf810be24562c74111b34a7370098)) + ## [2.4.9](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.8...v2.4.9) (2020-02-28) diff --git a/registrars/ispapi/ispapi.php b/registrars/ispapi/ispapi.php index d85afe58..a680b3b1 100755 --- a/registrars/ispapi/ispapi.php +++ b/registrars/ispapi/ispapi.php @@ -5,7 +5,7 @@ * @author HEXONET GmbH */ -$module_version = "2.4.9"; +$module_version = "2.4.10"; use WHMCS\Module\Server; use WHMCS\Module\Addon; diff --git a/release.json b/release.json index e3c976d8..46ee16f3 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "2.4.9", - "date": "2020-02-28" + "version": "2.4.10", + "date": "2020-03-04" } \ No newline at end of file diff --git a/whmcs-ispapi-registrar-latest.zip b/whmcs-ispapi-registrar-latest.zip index cfecea65..4f82da43 100644 Binary files a/whmcs-ispapi-registrar-latest.zip and b/whmcs-ispapi-registrar-latest.zip differ