Difference between revisions of "Version 5.3 Release Notes"

From WHMCS Documentation

(Upgrade Steps)
(Template Changes)
Line 56: Line 56:
 
===Version 5.3.0===
 
===Version 5.3.0===
  
Default Templates Only (client area):
+
'''Default''' Client Area Template
* domainchecker.tpl:
+
* '''domainchecker.tpl'''
    line46-49 - additional conditional display of errors for the domain checker.
+
** lines 46-49 - additional conditional display of errors for the domain checker
* header.tpl:
+
* '''header.tpl'''
    additional conditional at lines 104 & 146 for livehelp activation.
+
** additional conditional at lines 104 & 146 for livehelp activation
* supportticketlist.tpl:
+
* '''supportticketlist.tpl'''
    lines 17-21 & lines 47-48 changed to make sure search terms remain on the page through a click
+
** lines 17-21 & lines 47-48 changed to make sure search term persists
  
Classic Client Area:
+
'''Classic''' Client Area Template
* clientareachangesq.tpl - removed
+
* '''clientareachangesq.tpl'''
* domainchecker.tpl:
+
** removed entirely
    * additional error handling at line 44
+
* '''domainchecker.tpl'''
* supportticketslist.tpl:
+
** additional error handling at line 44
    * table definitions change at line: 11 and 33
+
* '''supportticketslist.tpl'''
 +
** table definitions change at line: 11 and 33
  
Portal Client Area:
+
'''Portal''' Client Area Template
* clientareachangesq.tpl - removed  
+
* '''clientareachangesq.tpl'''
* clientareasecurity.tpl
+
** removed  
    * remove: {include file="$template/pageheader.tpl" title=$LANG.clientareanavsecurity} at line 3
+
* '''clientareasecurity.tpl'''
* domainchecker.tpl
+
** remove: {include file="$template/pageheader.tpl" title=$LANG.clientareanavsecurity} at line 3
    * additonal error handling at line 51
+
* '''domainchecker.tpl'''
* supportticketslist.tpl
+
** additonal error handling at line 51
    * alter lines: 18, 47, 48 to keep search term on page switches.
+
* '''supportticketslist.tpl'''
 +
** alter lines: 18, 47, 48 to persist search term
  
Comparison Order Form:
+
'''Comparison''' Order Form Template
* domainoptions.tpl:
+
* '''domainoptions.tpl'''
    * line 2, additional error reporting.
+
** line 2, additional error reporting.
  
Modern Order Form:
+
'''Modern''' Order Form Template
* domainoptions.tpl
+
* '''domainoptions.tpl'''
    * line 2, additional error reporting.
+
** line 2, additional error reporting
  
Slider Order Form:
+
'''Slider''' Order Form Template
* domainoptions.tpl
+
* '''domainoptions.tpl'''
    * line 2, additional error reporting.
+
** line 2, additional error reporting.
* products.tpl
+
* '''products.tpl'''
    * add in productNums array deff at line 10.
+
** add in productNums array deff at line 10.
    * modify conditional at line 42.
+
** modify conditional at line 42.
* viewcart.tpl
+
* '''viewcart.tpl'''
    * Add variable definition at line 2.
+
** Add variable definition at line 2.

Revision as of 02:01, 6 February 2014

Release Information

Version 5.3.0 Beta 1

  • Release Type: Beta (For Testing)
  • Release Date: 27th September 2013

Version 5.3.1 Beta 2

  • Release Type: Beta (For Testing)
  • Release Date: 4th October 2013

Version 5.3.2 Beta 3

  • Release Type: Beta (For Testing)
  • Release Date: 23rd December 2013

Version 5.3.3 RC 1

  • Release Type: Release Candidate (For Testing)
  • Release Date: 14th January 2014

Version 5.3.3 RC 2

  • Release Type: Release Candidate (For Testing)
  • Release Date: 28th January 2014

Version 5.3.3

  • Release Type: General Release
  • Release Date: 5th February 2014

Changelog

http://docs.whmcs.com/Changelog:WHMCS_V5.3


Upgrade Steps

The same usual steps for upgrading WHMCS apply to Version 5.3. They are:

Make a Full Backup - We cannot stress enough how important it is to *always* take a full backup before attempting any kind of upgrade. Both for WHMCS and any other software you use. A full backup should be taken of both the WHMCS files and the database.

  1. Begin by obtaining the latest full release download of WHMCS either from our client area or from your license provider (if using a reseller)
  2. Unzip the contents of the WHMCS zip file download to a folder on your computer
    1. If you have renamed your "admin" directory, be sure to rename the /whmcs/admin directory in the new files to match.
    2. Similarly, if you have customised the location of the /crons/ directory, be sure to upload that to the custom location
  3. Upload the new files to your existing installation folder replacing any existing folders & files
  4. Visit your WHMCS installation and you should then be automatically redirected to the upgrade process. If you see a message saying WHMCS is not installed, this indicates you have overwritten the configuration.php file for your installation. Stop and restore that file from your backup before continuing.
  5. Agree to the WHMCS End User License Agreement and follow the steps on screen to upgrade your database.
  6. When prompted, delete the install folder from your server.
  7. Your upgrade is now complete.

At this stage, the installation update is complete. However, if you have custom template files you will want to review the Release Notes again so that you know which templates, if any, were updated and act accordingly to propagate these changes to your customised template set.

These steps can be used to upgrade from any version of WHMCS from V3.3 & later.

Remember: After upgrading, your browser may still display cached versions of the previous files. So if you get any display issues or inconsistencies, always try clearing your cache first, both in your browser, and the WHMCS templates cache (templates_c folder files)

Template Changes

Version 5.3.0

Default Client Area Template

  • domainchecker.tpl
    • lines 46-49 - additional conditional display of errors for the domain checker
  • header.tpl
    • additional conditional at lines 104 & 146 for livehelp activation
  • supportticketlist.tpl
    • lines 17-21 & lines 47-48 changed to make sure search term persists

Classic Client Area Template

  • clientareachangesq.tpl
    • removed entirely
  • domainchecker.tpl
    • additional error handling at line 44
  • supportticketslist.tpl
    • table definitions change at line: 11 and 33

Portal Client Area Template

  • clientareachangesq.tpl
    • removed
  • clientareasecurity.tpl
    • remove: {include file="$template/pageheader.tpl" title=$LANG.clientareanavsecurity} at line 3
  • domainchecker.tpl
    • additonal error handling at line 51
  • supportticketslist.tpl
    • alter lines: 18, 47, 48 to persist search term

Comparison Order Form Template

  • domainoptions.tpl
    • line 2, additional error reporting.

Modern Order Form Template

  • domainoptions.tpl
    • line 2, additional error reporting

Slider Order Form Template

  • domainoptions.tpl
    • line 2, additional error reporting.
  • products.tpl
    • add in productNums array deff at line 10.
    • modify conditional at line 42.
  • viewcart.tpl
    • Add variable definition at line 2.