diff --git a/HISTORY.md b/HISTORY.md index 94220106..400724df 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [3.0.3](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v3.0.2...v3.0.3) (2020-04-27) + + +### Bug Fixes + +* **tld & pricing sync:** support maria db (unsupported column type `json`) - follow-up fix ([4146a06](https://github.com/hexonet/whmcs-ispapi-registrar/commit/4146a0630dfaba0d5291b4df380caaf0c0c27c73)) + ## [3.0.2](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v3.0.1...v3.0.2) (2020-04-27) diff --git a/registrars/ispapi/ispapi.php b/registrars/ispapi/ispapi.php index e5d18435..78a9b288 100755 --- a/registrars/ispapi/ispapi.php +++ b/registrars/ispapi/ispapi.php @@ -5,7 +5,7 @@ * @author HEXONET GmbH */ -define('ISPAPI_MODULE_VERSION', '3.0.2'); +define('ISPAPI_MODULE_VERSION', '3.0.3'); if (!defined("WHMCS")) { die("This file cannot be accessed directly"); diff --git a/release.json b/release.json index ab0f0753..70473a67 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "3.0.2", + "version": "3.0.3", "date": "2020-04-27" } \ No newline at end of file diff --git a/whmcs-ispapi-registrar-latest.zip b/whmcs-ispapi-registrar-latest.zip index 95e7e920..21f8df78 100644 Binary files a/whmcs-ispapi-registrar-latest.zip and b/whmcs-ispapi-registrar-latest.zip differ