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.6.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.6](v1.6.5...v1.6.6) (2021-03-09)

### Performance Improvements

* **getactivedomainswhmcs:** to use toJson approach for array vs. object problem ([00c032d](00c032d))
  • Loading branch information
semantic-release-bot committed Mar 9, 2021
1 parent 00c032d commit d7acd38
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.6.6](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.6.5...v1.6.6) (2021-03-09)


### Performance Improvements

* **getactivedomainswhmcs:** to use toJson approach for array vs. object problem ([00c032d](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/00c032d31d393c918e69bb4104ad115cd5ec1b69))

## [1.6.5](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.6.4...v1.6.5) (2021-01-20)


Expand Down
2 changes: 1 addition & 1 deletion ispapi_monitoring.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class IspapiMonitoringWidget extends \WHMCS\Module\AbstractWidget
protected $cache = false;
protected $cacheExpiry = 120;
protected $requiredPermission = '';
const VERSION = "1.6.5";
const VERSION = "1.6.6";

/**
* add generic parameters to domain list command and request to API
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.6.5",
"date": "2021-01-20"
"version": "1.6.6",
"date": "2021-03-09"
}
Binary file modified whmcs-ispapi-widget-monitoring-latest.zip
Binary file not shown.

0 comments on commit d7acd38

Please sign in to comment.