diff --git a/HISTORY.md b/HISTORY.md index e483a2bb..abebfbb6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [2.4.7](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.6...v2.4.7) (2020-02-26) + + +### Bug Fixes + +* **savecontactdetails:** reintroduce fallback to $params["original"] as of broken idn domain name ([e356cdf](https://github.com/hexonet/whmcs-ispapi-registrar/commit/e356cdfb0dd2f270c36e1299619e309874ad286d)) + ## [2.4.6](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.5...v2.4.6) (2020-02-13) diff --git a/registrars/ispapi/ispapi.php b/registrars/ispapi/ispapi.php index 466a9e83..7dcc1017 100755 --- a/registrars/ispapi/ispapi.php +++ b/registrars/ispapi/ispapi.php @@ -5,7 +5,7 @@ * @author HEXONET GmbH */ -$module_version = "2.4.6"; +$module_version = "2.4.7"; use WHMCS\Module\Server; use WHMCS\Module\Addon; diff --git a/release.json b/release.json index bbe9b59a..646094fe 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "2.4.6", - "date": "2020-02-13" + "version": "2.4.7", + "date": "2020-02-26" } \ No newline at end of file diff --git a/whmcs-ispapi-registrar-latest.zip b/whmcs-ispapi-registrar-latest.zip index 98b09527..6c042d19 100644 Binary files a/whmcs-ispapi-registrar-latest.zip and b/whmcs-ispapi-registrar-latest.zip differ