Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.1...v1.8.0) (2021-09-22)

### Features

* **toggle on/off:** reviewed from scratch, follows our account widget ([1fe39e0](1fe39e0))
  • Loading branch information
semantic-release-bot committed Sep 22, 2021
1 parent 1fe39e0 commit 34ec5bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.8.0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.7.1...v1.8.0) (2021-09-22)


### Features

* **toggle on/off:** reviewed from scratch, follows our account widget ([1fe39e0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/1fe39e0653bf498bb0cd11a78c145f62db339106))

## [1.7.1](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.7.0...v1.7.1) (2021-07-08)


Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/ispapi_monitoring.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class IspapiMonitoringWidget extends IspapiBaseWidget
protected $cache = false;
protected $cacheExpiry = 120;
protected $requiredPermission = '';
const VERSION = "1.7.1";
const VERSION = "1.8.0";

public function __construct()
{
Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.7.1",
"date": "2021-07-08"
"version": "1.8.0",
"date": "2021-09-22"
}
Binary file modified whmcs-ispapi-widget-monitoring-latest.zip
Binary file not shown.

0 comments on commit 34ec5bb

Please sign in to comment.