-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.8.3](v1.8.2...v1.8.3) (2019-07-12) ### Bug Fixes * **encoding:** removed use of htmlspecialchars for EPP code and NS1-5 ([882d9f9](882d9f9))
- Loading branch information
1 parent
882d9f9
commit d09faa4
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @author HEXONET GmbH <[email protected]> | ||
*/ | ||
|
||
$module_version = "1.8.2"; | ||
$module_version = "1.8.3"; | ||
|
||
use WHMCS\Domains\DomainLookup\ResultsList; | ||
use WHMCS\Domains\DomainLookup\SearchResult; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "1.8.2", | ||
"date": "2019-06-17" | ||
"version": "1.8.3", | ||
"date": "2019-07-12" | ||
} |
Binary file not shown.