===============================
29 November, 2017 - Version 1.5
===============================

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

	*. Simply Add The Following Files:
	----------------------------------
		-> css/index.php
		-> error/index.php
		-> fonts/index.php
		-> img/flags.png
		-> img/flags@2x.png
		-> img/index.php
		-> includes/index.php
		-> js/index.php
		-> oauth/index.php
		-> store/index.php
		-> index.php/index.php

	*. Simply Replace The Following Files:
	--------------------------------------
		-> css/theme/overrides-style.css
		-> css/theme/responsive-style.css
		-> css/theme/style.css
		-> css/theme/theme-color-1.css
		-> css/theme/theme-color-2.css
		-> css/theme/theme-color-3.css
		-> css/theme/theme-color-4.css
		-> css/theme/theme-color-5.css
		-> css/theme/theme-color-6.css
		-> css/theme/theme-color-7.css
		-> css/theme/theme-color-8.css
		-> css/theme/theme-color-9.css
		-> css/theme/theme-color-10.css
		-> css/all.css
		-> css/all.min.css
		-> css/help.md
		-> css/styles.css
		-> js/main.js
		-> js/scripts.js
		-> js/scripts.min.js
		-> store/spamexperts/index.tpl
		-> store/spamexperts/master.js
		-> store/weebly/upgrade.tpl
		-> creditcard.tpl
		-> knowledgebase.tpl

	*. Simply Replace The Following Codes:
	--------------------------------------
		-> header.tpl
			=> Deleted:
			-----------
			Line 14: <body>
			
			=> Added:
			---------
			Line 14: <body data-phone-cc-input="{$phoneNumberInputStyle}">
		
		-> header.tpl
			=> Deleted:
			-----------
			Line 308: <span class="input-group-btn">
			Line 309:     {if $registerdomainenabled}
			Line 310:         <input type="submit" class="btn btn-warning" value="{$LANG.search}" />
			Line 311:     {/if}
			Line 312:     {if $transferdomainenabled}
			Line 313:         <input type="submit" name="transfer" class="btn btn-info" value="{$LANG.domainstransfer}" />
			Line 314:     {/if}
			Line 315: </span>
			
			=> Added:
			---------
			Line 308: <span class="input-group-btn">
			Line 309:     {if $registerdomainenabled}
			Line 310:         <input type="submit" class="btn search" value="{$LANG.search}" />
			Line 311:     {/if}
			Line 312:     {if $transferdomainenabled}
			Line 313:         <input type="submit" name="transfer" class="btn transfer" value="{$LANG.domainstransfer}" />
			Line 314:     {/if}
			Line 315: </span>
