diff --git a/HISTORY.md b/HISTORY.md index 556bb82..61bcd51 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [1.8.2](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.8.1...v1.8.2) (2021-10-15) + + +### Bug Fixes + +* **idprotection:** domains where wrongly identified with inactive idprotection setting in WHMCS ([9b81e70](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/9b81e7062f8a4cb25d4418996995623cde441340)) + ## [1.8.1](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.8.0...v1.8.1) (2021-09-29) diff --git a/modules/widgets/ispapi_monitoring.php b/modules/widgets/ispapi_monitoring.php index 61f3125..0a751ee 100644 --- a/modules/widgets/ispapi_monitoring.php +++ b/modules/widgets/ispapi_monitoring.php @@ -33,7 +33,7 @@ class IspapiMonitoringWidget extends \WHMCS\Module\AbstractWidget protected $requiredPermission = ''; public static $widgetid = "IspapiMonitoringWidget"; // public static $sessionttl = 24 * 3600; // 1d - const VERSION = "1.8.1"; + const VERSION = "1.8.2"; /** * Fetch data that will be provided to generateOutput method diff --git a/release.json b/release.json index 4affc92..6d447e4 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "1.8.1", - "date": "2021-09-29" + "version": "1.8.2", + "date": "2021-10-15" } \ No newline at end of file diff --git a/whmcs-ispapi-widget-monitoring-latest.zip b/whmcs-ispapi-widget-monitoring-latest.zip index d1d2d2c..3c20df0 100644 Binary files a/whmcs-ispapi-widget-monitoring-latest.zip and b/whmcs-ispapi-widget-monitoring-latest.zip differ