WHMCS Module

Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Below you can find a history of recent module versions as well as the latest one. There is also a change log with information of the current version.

V 1.0.43

The option "Allow To Change Password" when creating a product get now included within the responsible API call when creating or changing a mailbox.

V 1.0.42

The calculation of the available pool quota was misleading. Older mailbox without unified quota were not included in the leftover calculation. This got fixed.

V 1.0.41

Some minor fixes.

  • In the product settings it was possible to set the amount of aliases. The mouseover of the question mark displays a maximum of 50 aliases, that's correct.
    This is now limited to 50 strictly even more are setup.
  • In the product setup it's now possible to enable/disable the "Catch All" option in the client area by using a simple switch.
  • In the client area you can find now the "Pool quota setup in product definition as well as the leftover possible amount of storage to use vs the total storage.

V 1.0.40

 

It's no longer possible to create a context with the module if the context name, generated by the module, is already existing in the WHMCS database.

The context name get generated now with the following PHP snippet: 

$domain      = \WHMCS\Domains\Idna::toPunycode($this->params['domain']);
$contextName = $this->username . "_" . str_replace('=', '', base64_encode($domain));

After a checkout in the order process is done and the context already exist, an appropriate error message is thrown to the customer.

V 1.0.39

 

The context quota get set fixed to 10240 MB (10GB). Please note that the context quota is used for PIM attachments, signatures, vcards,  etc. More details can be found here. It's not the summary of each existing single mailbox.

The mailbox quota is set as unified quota, valid for Mail and Drive.

With this version you can now also set an unlimited value for allowed services in a product. The value "-1" is used for such an unlimited service.


No files shared here yet.

  • No labels