diff --git a/HISTORY.md b/HISTORY.md index 060d08d..52ec790 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.7.0...v1.7.1) (2021-07-08) + + +### Bug Fixes + +* **semantic-release:** version update mechanism ([633f561](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/633f56153ee8680bcec6d313ff5814473faf47e0)) + # [1.7.0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.6.7...v1.7.0) (2021-07-01) diff --git a/modules/widgets/ispapi_monitoring.php b/modules/widgets/ispapi_monitoring.php index c90eb18..eb30c15 100644 --- a/modules/widgets/ispapi_monitoring.php +++ b/modules/widgets/ispapi_monitoring.php @@ -34,7 +34,7 @@ class IspapiMonitoringWidget extends \WHMCS\Module\AbstractWidget protected $cache = false; protected $cacheExpiry = 120; protected $requiredPermission = ''; - const VERSION = "1.6.7"; + const VERSION = "1.7.1"; /** * add generic parameters to domain list command and request to API diff --git a/release.json b/release.json index 0fd6291..086db68 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "1.7.0", - "date": "2021-07-01" + "version": "1.7.1", + "date": "2021-07-08" } \ No newline at end of file diff --git a/whmcs-ispapi-widget-monitoring-latest.zip b/whmcs-ispapi-widget-monitoring-latest.zip index 5682585..7691334 100644 Binary files a/whmcs-ispapi-widget-monitoring-latest.zip and b/whmcs-ispapi-widget-monitoring-latest.zip differ