diff --git a/HISTORY.md b/HISTORY.md index c959f5d..2c75a40 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.0.0...v1.1.0) (2020-09-25) + + +### Features + +* **visual output:** reviewed for case "all fine" ([62e3660](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/62e366085b0469e78f21c895c78f295a17f1dcf5)) + # 1.0.0 (2020-09-25) diff --git a/ispapi_monitoring.php b/ispapi_monitoring.php index 933ee89..d80ef34 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.0.0"; + const VERSION = "1.1.0"; /** * get list of domains with active whois privacy service from HEXONET API diff --git a/release.json b/release.json index ecce5d5..c432db4 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "1.0.0", + "version": "1.1.0", "date": "2020-09-25" } \ No newline at end of file diff --git a/whmcs-ispapi-widget-monitoring-latest.zip b/whmcs-ispapi-widget-monitoring-latest.zip index ab59128..b570b32 100644 Binary files a/whmcs-ispapi-widget-monitoring-latest.zip and b/whmcs-ispapi-widget-monitoring-latest.zip differ