Total 27/04/2024 : We've added a wallet feature that saves you up to 25% >> See detail
Log Update Item DNS Manager For WHMCS
This page only show history update item DNS Manager For WHMCS.

v3.2.0

Released: Dec 8th, 2022
NEW FEATURE
  • WHMCS V8.6 support
  • Support for PHP 8.1 version
  • Migrated "Global Settings", "Packages", "Blocked Strings" and "Logs" sections to the new addon module
  • Export the DNS zones to TXT files using the BIND format
  • Display all DNS zones in a single table in the client area by selecting a new look format in the global settings
IMPROVEMENT
  • Added numerous examples, tooltips and validators to the create and edit forms of selected DNS record types
  • Use the IP address CIDR to cover many entries at once when managing allowed IP addresses for packages - case #194
  • The records list name will be now displayed when editing the records set
CHANGED
  • The misleading "Restore DNS Zones" has been renamed "Create Zones Backup" - case #177
  • The server test connection result will be displayed in the dedicated modal window
  • Requires ionCube Loader V12 or later
REMOVED
  • Support for WHMCS V8.2 and previous
  • Support for PHP 7.2 version
BUG FIX
  • Adjusted counters for the number of DNS records in a given zone
  • Corrected notifications related to validating the DNS records
  • Fixed "Show Product Name" option to properly display the service name without its ID - case #153
  • The "Search" option that did not work in the "Records Table" in the admin area has been fixed
  • Fixed cases when the module allowed to create a zone with an IP address that was outside the allowed IP addresses list
  • Eliminated cases when the client could access the records sets section even if that was restricted
  • Adding the DNS zones from the admin area to the server with disabled status will no longer be possible
  • Nameservers information box will no longer overlap the dropdown menus when using Lagom WHMCS Client Theme
  • Missing pagination has been added to list of DNS records set entries
  • Fixed issue that might have caused problems with changing a large number of record sets in a bulk cron task
  • Many other code corrections, notifications, UI, and language adjustments

v3.1.0

Released: Feb 23rd, 2022
NEW FEATURE
  • Stable release
  • Migrated "DNS Zones" section along with "Servers" and "Records Sets" settings to the new addon module
IMPROVEMENT
  • Listing DNS records in "Bulk Management" will be now more accessible for users without the regex knowledge
CHANGED
  • "Change Record Set" action in "Bulk Management" will now use the tasks jobs
REMOVED
  • Support for WHMCS V8.0 and previous
BUG FIX
  • Fixed problem where domains without hosting in Plesk were not available for migration - case #1132
  • Corrected "CAA" DNS record type support for cPanel server integration - case #1124
  • Adding multiple "MX" DNS records will now work properly with the Google Cloud server integration - case #1134
  • If creating a DNS zone fails, when using DNS Manager API, the response will no longer be false-positive - case #1125
  • Resolved cases of incorrect filtering by allowed and blacklisted IP addresses when trying to add a DNS zone or a record - case #1122
  • Fixed a minor issue of the owner's zone wrongly linked to another user's hosting - case #1137
  • IDNA standard will be now properly encoded in "SOA" DNS records for Bind9 server integration - case #1130
  • Adjusted regex validation for "SRV" DNS record names - case #1126
  • Eliminated problem with updating domain DNS records when using the default "DNS Management" tool along with installed Domains Reseller For WHMCS module - case #1144
  • Zones synchronization will now properly proceed after their import - case #1142
  • Fixed problem with the validation of underscore "_" character used in the name field of the "A" record type in the Bind9 server integration - case #1141
  • Eliminated problem with "Use of undefined constant DNSManager2ClientAreaPrimaryNavbar" error when setting up the master-slave replication in MySQL database - case #1116
  • Assorted other code corrections, as well as language and UI improvements
v2.16.0Released: Jun 14th, 2021
NEW FEATURE
  • WHMCS V8.2 support
  • RcodeZero DNS submodule - case #916
BUG FIX
  • Eliminated "Call to a member function getSettings() on bool" error that might have occurred when trying to delete a package for an existing zone - case #1069
  • Absolute path to SSH key can now be provided when configuring PowerDNS - case #1072
  • Fixed white-label nameservers for AWS Route 53 - case #1070
v2.15.0Released: Jan 27th, 2021
NEW FEATURE
  • WHMCS V8.1 support
  • Auto-synchronization of DNS records when multiple servers are used simultaneously for created zones
  • Prevent users from adding specified IP addresses for zones and DNS records by listing them in "IP Blacklist"
  • Decide if a list of allowed or blocked IP addresses should be applied also to DNS records instead of only to DNS zones
  • Added "Master Server" option for package configuration that will prioritize the given sever when other entries are added to the servers list
IMPROVEMENT
  • Use IP address masks when listing allowed or blocked IPs to quickly include or exclude the given range of IP addresses
  • Added import zones support for the Openprovider submodule - case #986
  • API token instead of API key can now be used for Cloudflare configuration - case #981
REMOVED
  • Support for WHMCS V7.8 and previous
BUG FIX
  • Corrected deletion of zones when using the Google Cloud submodule
  • The "Protect Zones On Product Termination" option will now also take into account zones displayed in the client area
  • Assorted corrections related to the handling of DNS records for the Plesk submodule
  • Added omitted notification about the zone removal in the admin area
  • Resolved problem with no space characters for a name when duplicating the DNS record set in the client area
  • Corrected missing zone backup task from the admin area list
  • Solved issue with editing TTL records for the BIND 9 submodule - case #999
  • Resolved problem with """ characters that might have occurred when editing TXT records in the client area for the Google Cloud server - case #966
  • Eliminated issue with filtering active services for the Cron Importer tool if they used IDN domain names - case #962
  • Fixed compatibility issues with certain WHMCS modules
  • Minor UI adjustments and other code corrections