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.

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.