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.
Some minor fixes.
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.
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.
