diff --git a/HISTORY.md b/HISTORY.md index ae044efd..fd34578f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [2.4.11](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.10...v2.4.11) (2020-03-04) + + +### Bug Fixes + +* **Change of Registrant:** added additional fields support ([af26be1](https://github.com/hexonet/whmcs-ispapi-registrar/commit/af26be189b910b5b25d2e1a140dbe74a09943b7f)) + ## [2.4.10](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.9...v2.4.10) (2020-03-04) diff --git a/registrars/ispapi/ispapi.php b/registrars/ispapi/ispapi.php index 6478ef34..0a135f9b 100755 --- a/registrars/ispapi/ispapi.php +++ b/registrars/ispapi/ispapi.php @@ -5,7 +5,7 @@ * @author HEXONET GmbH */ -$module_version = "2.4.10"; +$module_version = "2.4.11"; use WHMCS\Module\Server; use WHMCS\Module\Addon; diff --git a/release.json b/release.json index 46ee16f3..aa9b334b 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "2.4.10", + "version": "2.4.11", "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 4f82da43..95e2d73d 100644 Binary files a/whmcs-ispapi-registrar-latest.zip and b/whmcs-ispapi-registrar-latest.zip differ