============================
05 April, 2018 - Version 1.7
============================

-------------------------------------------------------------------------------------------
Backup your theme/style folder and files before applying these updates.
-------------------------------------------------------------------------------------------
The best way is to use a compare tool, like: https://sourceforge.net/projects/kdiff3/files/
and use it to compare the 'folders' (the version you're using with the new version)
-------------------------------------------------------------------------------------------
Updating HTML Templates Requires Manual Work.
-------------------------------------------------------------------------------------------


*. WHMCS template updated to be compatible with latest "WHMCS Version 7.5.0":
-----------------------------------------------------------------------------

	*. New Files Added:
	-------------------
		-> SSDCloud01/store/login/sitelock.tpl
		-> SSDCloud01/store/ssl/competitive-upgrade.tpl
		-> SSDCloud01/store/sitelock/index.tpl
		-> SSDCloud01/domain-pricing.tpl
		-> SSDCloud01/subscription-manage.tpl
		-> SSDCloud01/upgrade-configure.tpl

	*. Files Affected:
	------------------
		-> SSDCloud01/css/all.css
		-> SSDCloud01/css/all.min.css
		-> SSDCloud01/css/help.md
		-> SSDCloud01/css/styles.css
		-> SSDCloud01/includes/tablelist.tpl
		-> SSDCloud01/js/scripts.js
		-> SSDCloud01/js/scripts.min.js
		-> SSDCloud01/js/whmcs.js
		-> SSDCloud01/store/css/style.css
		-> SSDCloud01/store/login/spamexperts.tpl
		-> SSDCloud01/store/login/weebly.tpl
		-> SSDCloud01/store/promos/cart.tpl
		-> SSDCloud01/store/promos/slimupsell.tpl
		-> SSDCloud01/store/promos/upsell.tpl
		-> SSDCloud01/store/spamexperts/index.tpl
		-> SSDCloud01/store/spamexperts/master.js
		-> SSDCloud01/store/ssl/shared/certificate-pricing.tpl
		-> SSDCloud01/store/ssl/shared/currency-chooser.tpl
		-> SSDCloud01/store/ssl/shared/features.tpl
		-> SSDCloud01/store/ssl/shared/logos.tpl
		-> SSDCloud01/store/ssl/shared/nav.tpl
		-> SSDCloud01/store/ssl/dv.tpl
		-> SSDCloud01/store/ssl/ev.tpl
		-> SSDCloud01/store/ssl/index.tpl
		-> SSDCloud01/store/ssl/ov.tpl
		-> SSDCloud01/store/ssl/wildcard.tpl
		-> SSDCloud01/store/weebly/index.tpl
		-> SSDCloud01/store/weebly/master.js
		-> SSDCloud01/store/order.tpl
		-> SSDCloud01/announcements.tpl
		-> SSDCloud01/clientareadetails.tpl
		-> SSDCloud01/clientareadomaindetails.tpl
		-> SSDCloud01/clientareadomains.tpl
		-> SSDCloud01/clientregister.tpl
		-> SSDCloud01/homepage.tpl
		-> SSDCloud01/knowledgebase.tpl
		-> SSDCloud01/knowledgebasearticle.tpl
		-> SSDCloud01/knowledgebasecat.tpl
		-> SSDCloud01/viewannouncement.tpl
	
	*. File Changes:
	--------------------------
		-> SSDCloud01/includes/head.tpl
			=> Deleted:
			-----------
			Line 28: saving = '{lang key="markdown.saving"}';
			
			=> Added:
			---------
			Line 28: saving = '{lang key="markdown.saving"}',
			Line 29: whmcsBaseUrl = "{\WHMCS\Utility\Environment\WebHelper::getBaseUrl()}";
