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.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2020-12-02)

### Bug Fixes

* **getactivedomainswhmcs:** fix data usage in loop ([885f18e](885f18e))
  • Loading branch information
semantic-release-bot committed Dec 2, 2020
1 parent 885f18e commit f8d0656
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.5.1](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.5.0...v1.5.1) (2020-12-02)


### Bug Fixes

* **getactivedomainswhmcs:** fix data usage in loop ([885f18e](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/885f18e631d18271718b087653d5d9bc15f1c406))

# [1.5.0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.4.1...v1.5.0) (2020-11-24)


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.5.0";
const VERSION = "1.5.1";

/**
* get list of domains with active whois privacy service from HEXONET 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.5.0",
"date": "2020-11-24"
"version": "1.5.1",
"date": "2020-12-02"
}
Binary file modified whmcs-ispapi-widget-monitoring-latest.zip
Binary file not shown.

0 comments on commit f8d0656

Please sign in to comment.