We have implemented a version control system to all of our HTML Templates. This ensures that it's quick and easy to find the version of the template you're running and also the supported software version.
Template Version
You can find your template version in the following file:
/template_path/template-info.txt
At the top of this file you'll find the current version you're running. This file also includes a changelog showing the new features/changes made to each version. This file will be automatically updated when a template update is installed.
Software Version Support
We use the same system for our software integrations. This file will update automatically every time an update patch is installed. Each have a different path to the file:
WHMCS Integration Template
/whmcs_path/templates/template_name/template-info-whmcs.txt
Blesta Integration Template
/blesta_path/app/views/client/template_name/template-info-blesta.txt
Clientexec Integration Template
/clientexec_path/templates/template_name/template-info-clientexec.txt
WISECP Integration Template
/wisecp_path/templates/website/template_name/template-info-wisecp.txt
HostBill Integration Template
/hostbill_path/templates/template_name/template-info-hostbill.txt
FOSSBilling Integration Template
/fossbilling_path/themes/template_name/template-info-fossbilling.txt
Comments
If you have any questions please leave a comment below or contact our support.