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.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.2...v1.9.0) (2022-06-17)

### Bug Fixes

* **premium domain data:** fixation of data extended ([c15fdae](c15fdae))

### Features

* **missing premium data:** extended premium domain data fixation ([6e35c68](6e35c68))
  • Loading branch information
semantic-release-bot committed Jun 17, 2022
1 parent c15fdae commit 6d5e0a5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18,212 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.9.0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.8.2...v1.9.0) (2022-06-17)


### Bug Fixes

* **premium domain data:** fixation of data extended ([c15fdae](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/c15fdaeee7eed61360b37ceacd531434ba33b81f))


### Features

* **missing premium data:** extended premium domain data fixation ([6e35c68](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/6e35c68a8d3b755bd2f3d2091c3df4ee4a7322ec))

## [1.8.2](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.8.1...v1.8.2) (2021-10-15)


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 @@ -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.2";
const VERSION = "1.9.0";

/**
* Fetch data that will be provided to generateOutput method
Expand Down
Loading

0 comments on commit 6d5e0a5

Please sign in to comment.