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.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](v1.3.0...v1.3.1) (2020-10-06)

### Bug Fixes

* **getdata:** fixed corner cases around data lookup ([483489a](483489a))
  • Loading branch information
semantic-release-bot committed Oct 6, 2020
1 parent 483489a commit a89de84
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.3.1](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.3.0...v1.3.1) (2020-10-06)


### Bug Fixes

* **getdata:** fixed corner cases around data lookup ([483489a](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/commit/483489a3d747cc2a35724600c07461c1bb23e75e))

# [1.3.0](https://github.com/hexonet/whmcs-ispapi-widget-monitoring/compare/v1.2.0...v1.3.0) (2020-10-02)


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.3.0";
const VERSION = "1.3.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.3.0",
"date": "2020-10-02"
"version": "1.3.1",
"date": "2020-10-06"
}
Binary file modified whmcs-ispapi-widget-monitoring-latest.zip
Binary file not shown.

0 comments on commit a89de84

Please sign in to comment.