CMS Community Edition 1.3.0 released.
Since this has a new table and not backwards compatible I've had to release it as it's new version 1.3.0.
You can download it from the Github or from our website: https://blesta.store/client/plugin/download_manager/client_main/download/29/cms-CE1-3-0.zip
Without Recaptcha enabled (Without the icon at the bottom right):
With Recaptcha enabled:
Settings:
Been hoping to do this for ages and @Joseph H asking for it last night I decided to try and get it implemented.
Please hit upgrade to upgrade your CMS CE to 1.3.0.
If you get an error or the blestacms_settings hasn't been created or populated please open: blesta_cms_plugin.php
Find:
if(version_compare($current_version, '1.2.6', '<')){
or
if(version_compare($current_version, '1.2.8', '<')){
change it to:
if(version_compare($current_version, '1.2.6', '>')){
or
if(version_compare($current_version, '1.2.8', '>')){