View file EcoHosting/ecohosting_main_files_v3.1/documentation/changelogs/changelog-3.1.txt

File size: 3.82Kb
===============================
01 October, 2019 - Version 3.1
===============================

-------------------------------------------------------------------------------------------
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.8.3":
-----------------------------------------------------------------------------

    *. New File/Folders Added:
    -------------------
	-> account-paymentmethods-billing-contacts.tpl
	-> account-paymentmethods-manage.tpl
	-> account-paymentmethods.tpl
	-> css/blue.png
	-> css/blue@2x.png
	-> includes/generate-password.tpl
	-> password-reset-change-prompt.tpl
	-> password-reset-container.tpl
	-> password-reset-email-prompt.tpl	
	-> password-reset-security-prompt.tpl
	
        
    *. Files Affected (Need to Replace):
    ------------------
	-> clientareaaddcontact.tpl
	-> clientareachangepw.tpl
	-> clientareacontacts.tpl
	-> clientareacreditcard.tpl
	-> clientareadomaindetails.tpl
	-> clientareainvoices.tpl
	-> clientareaproductdetails.tpl
	-> clientareaquotes.tpl
	-> clientareasecurity.tpl
	-> clientregister.tpl
	-> creditcard.tpl
	-> css/all.css
	-> css/all.min.css
	-> css/invoice.css
	-> css/styles.css
	-> invoicepdf.tpl
	-> js/scripts.js
	-> js/scripts.min.js
	-> js/whmcs.js
	-> login.tpl
	-> masspay.tpl
	-> oauth/login.tpl
	-> pwreset.tpl
	-> store/css/style.css
	-> store/ssl/competitive-upgrade.tpl
	-> store/ssl/dv.tpl
	-> store/ssl/ev.tpl
	-> store/ssl/index.tpl
	-> store/ssl/ov.tpl
	-> store/ssl/shared/certificate-pricing.tpl
	-> store/ssl/shared/features.tpl
	-> store/ssl/shared/logos.tpl
	-> store/ssl/shared/nav.tpl
	-> viewannouncement.tpl
	-> viewinvoice.tpl
	-> viewquote.tpl
	-> viewticket.tpl


	*. File Changes:
	--------------------------
	-> header.tpl
	-----------------------------

		=> Deleted:
		-----------
		Line 287: <input type="submit" name="transfer" class="btn transfer{$captcha->getButtonClass($captchaForm)}" value="{$LANG.domainstransfer}" />

		=> Added:
		---------
		Line 287: <input type="submit" id="btnTransfer" class="btn transfer{$captcha->getButtonClass($captchaForm)}" value="{$LANG.domainstransfer}" />
		
		(After line 277 include new line): <input type="hidden" name="transfer" />
		
	-> footer.tpl
	-----------------------------

		=> Deleted:
		-----------
		Line 95: <p class="left">Copyright &copy; {$date_year} <a href="{$WEB_ROOT}/index.php">EcoHosting</a>. All Rights Reserved.</p>
		Line 114: <div class="modal-content panel panel-primary">
		Line 118: <span class="sr-only">Close</span>
		Line 120: <h4 class="modal-title">Title</h4>
		Line 123: Loading...
		Line 127: <i class="fas fa-circle-notch fa-spin"></i> Loading...
		Line 130: Close
		Line 133: Submit

		=> Added:
		---------
		Line 95: <p>{lang key="copyrightFooterNotice" year=$date_year company=$companyname}</p>
		Line 114: <div class="modal-content panel-primary">
		Line 118: <span class="sr-only">{$LANG.close}</span>
		Line 120: <h4 class="modal-title"></h4>
		Line 123: {$LANG.loading}
		Line 127: <i class="fas fa-circle-notch fa-spin"></i>
                {$LANG.loading}
		Line 130: {$LANG.close}
		Line 133: {$LANG.submit}
		(After line 140 include new line): {include file="$template/includes/generate-password.tpl"}