diff --git a/HISTORY.md b/HISTORY.md index 32ecee0..b56eaf7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.3.0...v1.3.1) (2020-10-06) + + +### Bug Fixes + +* **getdata:** fixed corner cases around data lookup ([483489a](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/483489a3d747cc2a35724600c07461c1bb23e75e)) + # [1.3.0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.2.0...v1.3.0) (2020-10-02) diff --git a/ispapi_monitoring.php b/ispapi_monitoring.php index 8eba3f5..a95f728 100644 --- a/ispapi_monitoring.php +++ b/ispapi_monitoring.php @@ -34,7 +34,7 @@ class IspapiMonitoringWidget extends \WHMCS\Module\AbstractWidget protected $cache = false; protected $cacheExpiry = 120; protected $requiredPermission = ''; - const VERSION = "1.3.0"; + const VERSION = "1.3.1"; /** * get list of domains with active whois privacy service from HEXONET API diff --git a/release.json b/release.json index 41c4f9c..49e4f19 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "1.3.0", - "date": "2020-10-02" + "version": "1.3.1", + "date": "2020-10-06" } \ No newline at end of file diff --git a/whmcs-ispapi-widget-monitoring-latest.zip b/whmcs-ispapi-widget-monitoring-latest.zip index ca0e818..1dd1d33 100644 Binary files a/whmcs-ispapi-widget-monitoring-latest.zip and b/whmcs-ispapi-widget-monitoring-latest.zip differ