NEW FEATURE
IMPROVEMENT
- WHMCS V8.5 support
BUG FIX
- Added "fetchBackupsForArchive" parameter into the "global_options.yml" file, which allows skipping a large number of backups from being loaded into the "Archive" list in the product configuration - case #1202
- Resolved problem of the private IP addresses that were not reassigned after the virtual machine reinstallation - case #1184
- Fixed "Call to a member function getPrivateNetworkType()" issue that could interrupt the action of building an instance from a clone - case #1228
- Solved problem of cloning an instance with an EFI disk in a template that lead to marking that disk as unused and adding another one in its place - case #1230
- Eliminated problem with duplication of the "ProxmoxAddon_IpServers" records in the database table each time the Proxmox addon module was reactivated - case #193
now i can;t see anything for updating. but it is lastest version ,thanks dear to @piticu81
because from this version ,mg team use new method for curl get license checking informaiton.
PHP:private function callServer($url, $data) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url . $this->verifyPath); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_TIMEOUT, 15); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($httpCode !== 200) { throw new Exception("no_connection"); } return $response; }
if didn;t edit hosts ,mg team will get your information like
array ( 'licensekey' => 'ModulesGarden_ProxmoxVPSdownfromnullproru', 'domain' => 'www.test2.com', 'ip' => '188.188.188.198', 'dir' => 'F:\\www\\www.whmcs.com', 'whmcs' => '8.2.1-release.1', 'module' => NULL, 'php' => '7.3.29', )
if your hostsing have not limit about it ,you did not need change hosts.and it is work normal
Released: Mar 2nd, 2022
REMOVED
- WHMCS V8.4 support
BUG FIX
- Support for WHMCS V8.0 and previous
- Fixed case where the product details in the admin area might have been limited by the width of the service page - case #1124
- Eliminated "Storage (...) is not available on node (...)" error that might have occurred when trying to access the module settings - case #1151
fix license bug