Skip to content

Commit 777a9a8

Browse files
authored
Merge pull request #567 from openprovider/v5.13.3-release
V5.13.3 release
2 parents d667cf3 + cfed5b4 commit 777a9a8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v5.13.3
4+
5+
###### Bugfixes
6+
- Fixed: DNS Management tab redirecting non-Openprovider domains to Openprovider's custom DNS Management interface.
7+
38
## v5.13.2
49

510
###### Features and improvements

modules/registrars/openprovider/OpenProvider/API/APIConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class APIConfig
1313
{
14-
static public $moduleVersion = 'whmcs-5.13.2-REST';
14+
static public $moduleVersion = 'whmcs-5.13.3-REST';
1515
static public $supportedDnsTypes = array('A', 'AAAA', 'CAA', 'CNAME', 'MX', 'SPF', 'SSHFP', 'SRV', 'TLSA', 'TXT');
1616
static public $dnsRecordTtl = 86400;
1717
static public $dnsRecordPriority = 10;

0 commit comments

Comments
 (0)