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.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.

V 1.0.38

In this version you can now use punny code by creating a mailbox. In the client area where all existing mailboxes are listed, you'll find the names in clear text (translated from punny code). It's just by creating a mailbox.