diff --git a/HISTORY.md b/HISTORY.md index ea2724d..8804f5c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.9.0...v1.9.1) (2022-09-23) + + +### Bug Fixes + +* **premium domains:** include updating recurring amount ([c8c6c87](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/c8c6c87e0a5a6e15404ad3f5b877ae0efc973ccf)) + # [1.9.0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.8.2...v1.9.0) (2022-06-17) diff --git a/modules/widgets/ispapi_monitoring.php b/modules/widgets/ispapi_monitoring.php index 5a1cd1c..a6854b0 100644 --- a/modules/widgets/ispapi_monitoring.php +++ b/modules/widgets/ispapi_monitoring.php @@ -34,7 +34,7 @@ class IspapiMonitoringWidget extends \WHMCS\Module\AbstractWidget protected $requiredPermission = ''; public static $widgetid = "IspapiMonitoringWidget"; // public static $sessionttl = 24 * 3600; // 1d - const VERSION = "1.9.0"; + const VERSION = "1.9.1"; /** * Fetch data that will be provided to generateOutput method diff --git a/release.json b/release.json index e67a98a..aa1d873 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "1.9.0", - "date": "2022-06-17" + "version": "1.9.1", + "date": "2022-09-23" } \ No newline at end of file diff --git a/whmcs-ispapi-widget-monitoring-latest.zip b/whmcs-ispapi-widget-monitoring-latest.zip index 7945dc9..9559cd4 100644 Binary files a/whmcs-ispapi-widget-monitoring-latest.zip and b/whmcs-ispapi-widget-monitoring-latest.zip differ