<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://3.19.219.109/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nate</id>
		<title>WHMCS Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://3.19.219.109/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nate"/>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/Special:Contributions/Nate"/>
		<updated>2026-04-03T19:47:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>http://3.19.219.109/index.php?title=Tax/VAT&amp;diff=25645</id>
		<title>Tax/VAT</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Tax/VAT&amp;diff=25645"/>
				<updated>2018-03-08T17:19:28Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Per Line Item */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Setting up Tax Rules==&lt;br /&gt;
In order to charge tax, you must first enable Tax charges in WHMCS.  To do this, go to '''Setup &amp;gt; Payments &amp;gt; Tax Rules''' and then tick the checkbox at the top of the page labelled Tax Enabled and click Save Changes.  Tax is now enabled in WHMCS.  Now, you can proceed to setup your tax zones.  This is done as follows:&lt;br /&gt;
&lt;br /&gt;
#Click the Add New Tax Rule tab on the Tax Setup page&lt;br /&gt;
#In the Name field, enter a name for the tax zone which allows you to identify it&lt;br /&gt;
#Next, for the Country, choose where this tax rate applies to all countries or whether it only applies to a selected country&lt;br /&gt;
#For the state, again you can choose whether it applies to all states in the selected country or only a selected state&lt;br /&gt;
#Finally, enter the tax rate as a percentage, for example 17.5 and then click the Save Changes button&lt;br /&gt;
&lt;br /&gt;
For example, if you were a UK business you would setup the system to charge VAT.  In the country field, you would choose &amp;quot;United Kingdom&amp;quot; and for the state you would leave it set at &amp;quot;Apply Rule to All States&amp;quot;.  You would then enter the tax rate of &amp;quot;20.0&amp;quot; and click the Save Changes button.  You can setup an unlimited number of tax rules.&lt;br /&gt;
&lt;br /&gt;
==Inclusive/Exclusive Tax==&lt;br /&gt;
&lt;br /&gt;
By default, tax is exclusive.  What this means is that the prices you enter into WHMCS need to have tax added onto them at the rates you've set.  The alternative is inclusive tax.  Oppositely, this means that the prices you enter into WHMCS already have tax included in them and WHMCS needs to work backwards to calculate the amount of tax being charged based on the rates you've set.  You can choose the tax method you want to use in '''Setup &amp;gt; Payments &amp;gt; Tax Rules'''.&lt;br /&gt;
&lt;br /&gt;
*'''Exclusive Tax''' &amp;gt; Tax Amount = Item Price x ( Tax Rate / 100 )&lt;br /&gt;
*'''Inclusive Tax''' &amp;gt; Tax Amount = ( Item Price / ( 100 + Tax Rate ) ) x Tax Rate&lt;br /&gt;
&lt;br /&gt;
==Tax Calculation Method==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-question-circle&amp;quot;&amp;gt;&amp;lt;/i&amp;gt; This page describes a feature available in version 7.5 and above&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''Tax Calculation Method''' setting determines how taxable invoice items will have the order's tax calculated.  The options are '''Per Line Item''' or '''Sum of Taxable Line Items''':&lt;br /&gt;
&lt;br /&gt;
[[File:Tax calc method.png|500px]]&lt;br /&gt;
&lt;br /&gt;
===Per Line Item===&lt;br /&gt;
&lt;br /&gt;
By selecting this option, tax will calculate on each individual line item in an invoice.  For example, if there are 4 line items for 1.00 and tax set to 20%, each 1.00 item will have 20% tax calculated against it (in this example .20 each).  The total of the taxes for each line item will be shown for the client to pay.&lt;br /&gt;
&lt;br /&gt;
===Sum of Taxable Line Items===&lt;br /&gt;
&lt;br /&gt;
Selecting this option will calculate tax based on the subtotal of each line item that is taxable.  For example, if you have 4 line items for 1.00 and tax set to 20%, each line item will be sumed together (for a total of 4.00) and then tax will be calculated against the subtotal.  The total will the reflect this calculated amount for the client to pay.&lt;br /&gt;
&lt;br /&gt;
==Setting Taxed Items==&lt;br /&gt;
&lt;br /&gt;
The flexible tax system in WHMCS allows you to set individually which items apply for tax.  By default in WHMCS, a product is set to not be taxed.  What this means is that even though you have tax rules setup, no tax would be charged for it.  So for example you might charge tax on the products you offer but not on services.&lt;br /&gt;
&lt;br /&gt;
===Setting a Product/Service as Taxable===&lt;br /&gt;
&lt;br /&gt;
#Go to '''Setup &amp;gt; Products/Services &amp;gt; Products/Services'''&lt;br /&gt;
#Click the edit icon next to the product you wish to set to be taxable&lt;br /&gt;
#Tick the checkbox next to the item labelled &amp;quot;Tax Product&amp;quot;&lt;br /&gt;
#Save your changes to the product&lt;br /&gt;
&lt;br /&gt;
===Setting Domains as Taxable===&lt;br /&gt;
&lt;br /&gt;
You can set if tax should be applied to domains in '''Setup &amp;gt; Payments &amp;gt; Tax Rules''' - there is a tick box at the top of the page for this.&lt;br /&gt;
&lt;br /&gt;
===Setting Billable Items as Taxable===&lt;br /&gt;
&lt;br /&gt;
By ticking this option you can set billable items to be taxed under '''Setup &amp;gt; Payments &amp;gt; Tax Rules'''.&lt;br /&gt;
&lt;br /&gt;
===Setting Late Fees as Taxable===&lt;br /&gt;
&lt;br /&gt;
You can set if late fees on invoices should be taxed also in '''Setup &amp;gt; Payments &amp;gt; Tax Rules'''.&lt;br /&gt;
&lt;br /&gt;
===Setting Custom Invoices as Taxable===&lt;br /&gt;
&lt;br /&gt;
With this option ticked one-time custom invoices (ie. those not tied to a product or addon) will have tax applied.&lt;br /&gt;
&lt;br /&gt;
==Compound Tax==&lt;br /&gt;
A compound tax is one that is calculated after and on top of a primary tax. If you require the Level 2 tax to be added on top of the Level 1 tax, tick this option.&lt;br /&gt;
&lt;br /&gt;
==Showing your Tax ID/VAT Number on Invoices==&lt;br /&gt;
&lt;br /&gt;
When charging your customers tax, it is often a requirement for you to display your companies Tax or VAT Number on all invoices.  To do this in WHMCS, simply add a line to the bottom of your company address in the General Settings page containing the number - eg. VAT Number XXXXXXXX&lt;br /&gt;
&lt;br /&gt;
==Setting Clients as Tax Exempt==&lt;br /&gt;
&lt;br /&gt;
You may have clients where you don't want to charge any tax.  If this is the case, you need to set them as Tax Exempt.  This is done by ticking the tax exempt checkbox on the clients profile page in the admin area.&lt;br /&gt;
&lt;br /&gt;
==Automatic VAT Number Validation==&lt;br /&gt;
&lt;br /&gt;
WHMCS can be setup to check the VAT number a user supplies during the order process - to validate it and automatically set tax exempt status for the client.  To use this feature, you'll need to setup a custom field in '''Setup &amp;gt; Custom Client Fields''' as demonstrated below and then activate &amp;amp; configure the Official EU VAT Addon Module per these instructions: http://docs.whmcs.com/EU_VAT_Addon&lt;br /&gt;
&lt;br /&gt;
[[File:Vat validation.png]]&lt;br /&gt;
&lt;br /&gt;
==Changing the Tax Rate==&lt;br /&gt;
From time-to-time governments change the sales tax rates, this is significant as you must also update your rates accordingly. Instructions for changing the tax rate in WHMCS can be found in our [[How_To_Guides#Change_Tax_Rate|How To Guides]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Common Problems==&lt;br /&gt;
===Tax Not Applied to Invoices===&lt;br /&gt;
If tax is not being applied to an invoice to which it should this indicates tax rules are not configured correctly or the client does not meet them. Troubleshooting steps are available on the [[Invoicing_Issues#Tax_Not_Applied_to_Invoices|Invoicing Issues]] page.&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Tax/VAT&amp;diff=25641</id>
		<title>Tax/VAT</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Tax/VAT&amp;diff=25641"/>
				<updated>2018-03-08T17:18:21Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Sum of Taxable Line Items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Setting up Tax Rules==&lt;br /&gt;
In order to charge tax, you must first enable Tax charges in WHMCS.  To do this, go to '''Setup &amp;gt; Payments &amp;gt; Tax Rules''' and then tick the checkbox at the top of the page labelled Tax Enabled and click Save Changes.  Tax is now enabled in WHMCS.  Now, you can proceed to setup your tax zones.  This is done as follows:&lt;br /&gt;
&lt;br /&gt;
#Click the Add New Tax Rule tab on the Tax Setup page&lt;br /&gt;
#In the Name field, enter a name for the tax zone which allows you to identify it&lt;br /&gt;
#Next, for the Country, choose where this tax rate applies to all countries or whether it only applies to a selected country&lt;br /&gt;
#For the state, again you can choose whether it applies to all states in the selected country or only a selected state&lt;br /&gt;
#Finally, enter the tax rate as a percentage, for example 17.5 and then click the Save Changes button&lt;br /&gt;
&lt;br /&gt;
For example, if you were a UK business you would setup the system to charge VAT.  In the country field, you would choose &amp;quot;United Kingdom&amp;quot; and for the state you would leave it set at &amp;quot;Apply Rule to All States&amp;quot;.  You would then enter the tax rate of &amp;quot;20.0&amp;quot; and click the Save Changes button.  You can setup an unlimited number of tax rules.&lt;br /&gt;
&lt;br /&gt;
==Inclusive/Exclusive Tax==&lt;br /&gt;
&lt;br /&gt;
By default, tax is exclusive.  What this means is that the prices you enter into WHMCS need to have tax added onto them at the rates you've set.  The alternative is inclusive tax.  Oppositely, this means that the prices you enter into WHMCS already have tax included in them and WHMCS needs to work backwards to calculate the amount of tax being charged based on the rates you've set.  You can choose the tax method you want to use in '''Setup &amp;gt; Payments &amp;gt; Tax Rules'''.&lt;br /&gt;
&lt;br /&gt;
*'''Exclusive Tax''' &amp;gt; Tax Amount = Item Price x ( Tax Rate / 100 )&lt;br /&gt;
*'''Inclusive Tax''' &amp;gt; Tax Amount = ( Item Price / ( 100 + Tax Rate ) ) x Tax Rate&lt;br /&gt;
&lt;br /&gt;
==Tax Calculation Method==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-question-circle&amp;quot;&amp;gt;&amp;lt;/i&amp;gt; This page describes a feature available in version 7.5 and above&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''Tax Calculation Method''' setting determines how taxable invoice items will have the order's tax calculated.  The options are '''Per Line Item''' or '''Sum of Taxable Line Items''':&lt;br /&gt;
&lt;br /&gt;
[[File:Tax calc method.png|500px]]&lt;br /&gt;
&lt;br /&gt;
===Per Line Item===&lt;br /&gt;
&lt;br /&gt;
By selecting this option, tax will calculate on each individual line item in an invoice.  For example, if there are 4 line items for 1.00 and tax set to 20%, each 1.00 item will have 20% tax calculated against it.  The total will then reflect these calculated amounts for the client to pay.&lt;br /&gt;
&lt;br /&gt;
===Sum of Taxable Line Items===&lt;br /&gt;
&lt;br /&gt;
Selecting this option will calculate tax based on the subtotal of each line item that is taxable.  For example, if you have 4 line items for 1.00 and tax set to 20%, each line item will be sumed together (for a total of 4.00) and then tax will be calculated against the subtotal.  The total will the reflect this calculated amount for the client to pay.&lt;br /&gt;
&lt;br /&gt;
==Setting Taxed Items==&lt;br /&gt;
&lt;br /&gt;
The flexible tax system in WHMCS allows you to set individually which items apply for tax.  By default in WHMCS, a product is set to not be taxed.  What this means is that even though you have tax rules setup, no tax would be charged for it.  So for example you might charge tax on the products you offer but not on services.&lt;br /&gt;
&lt;br /&gt;
===Setting a Product/Service as Taxable===&lt;br /&gt;
&lt;br /&gt;
#Go to '''Setup &amp;gt; Products/Services &amp;gt; Products/Services'''&lt;br /&gt;
#Click the edit icon next to the product you wish to set to be taxable&lt;br /&gt;
#Tick the checkbox next to the item labelled &amp;quot;Tax Product&amp;quot;&lt;br /&gt;
#Save your changes to the product&lt;br /&gt;
&lt;br /&gt;
===Setting Domains as Taxable===&lt;br /&gt;
&lt;br /&gt;
You can set if tax should be applied to domains in '''Setup &amp;gt; Payments &amp;gt; Tax Rules''' - there is a tick box at the top of the page for this.&lt;br /&gt;
&lt;br /&gt;
===Setting Billable Items as Taxable===&lt;br /&gt;
&lt;br /&gt;
By ticking this option you can set billable items to be taxed under '''Setup &amp;gt; Payments &amp;gt; Tax Rules'''.&lt;br /&gt;
&lt;br /&gt;
===Setting Late Fees as Taxable===&lt;br /&gt;
&lt;br /&gt;
You can set if late fees on invoices should be taxed also in '''Setup &amp;gt; Payments &amp;gt; Tax Rules'''.&lt;br /&gt;
&lt;br /&gt;
===Setting Custom Invoices as Taxable===&lt;br /&gt;
&lt;br /&gt;
With this option ticked one-time custom invoices (ie. those not tied to a product or addon) will have tax applied.&lt;br /&gt;
&lt;br /&gt;
==Compound Tax==&lt;br /&gt;
A compound tax is one that is calculated after and on top of a primary tax. If you require the Level 2 tax to be added on top of the Level 1 tax, tick this option.&lt;br /&gt;
&lt;br /&gt;
==Showing your Tax ID/VAT Number on Invoices==&lt;br /&gt;
&lt;br /&gt;
When charging your customers tax, it is often a requirement for you to display your companies Tax or VAT Number on all invoices.  To do this in WHMCS, simply add a line to the bottom of your company address in the General Settings page containing the number - eg. VAT Number XXXXXXXX&lt;br /&gt;
&lt;br /&gt;
==Setting Clients as Tax Exempt==&lt;br /&gt;
&lt;br /&gt;
You may have clients where you don't want to charge any tax.  If this is the case, you need to set them as Tax Exempt.  This is done by ticking the tax exempt checkbox on the clients profile page in the admin area.&lt;br /&gt;
&lt;br /&gt;
==Automatic VAT Number Validation==&lt;br /&gt;
&lt;br /&gt;
WHMCS can be setup to check the VAT number a user supplies during the order process - to validate it and automatically set tax exempt status for the client.  To use this feature, you'll need to setup a custom field in '''Setup &amp;gt; Custom Client Fields''' as demonstrated below and then activate &amp;amp; configure the Official EU VAT Addon Module per these instructions: http://docs.whmcs.com/EU_VAT_Addon&lt;br /&gt;
&lt;br /&gt;
[[File:Vat validation.png]]&lt;br /&gt;
&lt;br /&gt;
==Changing the Tax Rate==&lt;br /&gt;
From time-to-time governments change the sales tax rates, this is significant as you must also update your rates accordingly. Instructions for changing the tax rate in WHMCS can be found in our [[How_To_Guides#Change_Tax_Rate|How To Guides]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Common Problems==&lt;br /&gt;
===Tax Not Applied to Invoices===&lt;br /&gt;
If tax is not being applied to an invoice to which it should this indicates tax rules are not configured correctly or the client does not meet them. Troubleshooting steps are available on the [[Invoicing_Issues#Tax_Not_Applied_to_Invoices|Invoicing Issues]] page.&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.5.0_Release_Notes&amp;diff=25597</id>
		<title>Version 7.5.0 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.5.0_Release_Notes&amp;diff=25597"/>
				<updated>2018-03-08T14:49:06Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Template Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.5&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: Release Candidaate&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 8th March 2018&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Via Automatic Updater&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
==Version History==&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.5.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release Candidate 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;8th March 2018&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.5.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;22nd February 2018&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from https://download.whmcs.com/&lt;br /&gt;
 &lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
  &lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
  &lt;br /&gt;
Simply navigate to ''Utilities &amp;gt; Update WHMCS'' to begin the process.&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-warning&amp;quot;&amp;gt;WHMCS v7.5.0 requires Ioncube Loader 10.1 or higher.  The Automatic Updater verifies this requirement for you in v7.4.2.  If you are using the Automatic Updater and are not yet on v7.4.2, then you will not see the v7.5.0 update but only v7.4.2.  Use the Auto Updater to first update to v7.4.2.  After this, v7.5.0 will viewable and the Automatic Updater will be able to verify all requirements before proceeding to this latest version.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to the [[Automatic Updater]] documentation.&lt;br /&gt;
  &lt;br /&gt;
== Release Notes ==&lt;br /&gt;
 &lt;br /&gt;
* '''Support for PHP 7.1 &amp;amp; 7.2''' -  WHMCS v7.5 and greater now supports PHP 7.1 and 7.2.  Support is still provided for security maintenance versions PHP 5.6 and 7.0. Because of this broad environment support, no immediate action is required to WHMCS v7.5 other than having the Ioncube Loader 10.1.  If you wish to update your environment to PHP 7.1 or 7.2 following your update to v7.5, please ensure any customizations or integrations also support your target environment before making changes.&lt;br /&gt;
  &lt;br /&gt;
* '''Domain Grace and Redemption Grace Periods Support''' - WHMCS now supports Domain Grace and Redemption Grace Periods for domains, along with the automatic applying of fees related to Grace and Redemption Periods. Learn more at [[Domain Grace and Redemption Grace Periods]]&lt;br /&gt;
 &lt;br /&gt;
* '''Staff Mentions''' - You can now mention other staff members using the familiar @mention syntax when creating client or ticket notes for those users to receive an email notification regarding your note. Learn more at [[Staff Mentions]]&lt;br /&gt;
  &lt;br /&gt;
* '''Password Generation for Provisioning''' - WHMCS v7.5 introduces a new default behaviour for the automatic generation of passwords for provisioning of new services. The default password complexity has been increased to consist of 14 characters, containing both lower and uppercase letters, numbers and symbols. If you wish to continue using the previous auto generated password format, you can do so by navigating to ''Setup &amp;gt; General Settings &amp;gt; Security'' and selecting the option ''Generate passwords containing a combination of letters and numbers only'' under the '''Auto Generated Password Format''' setting.&lt;br /&gt;
  &lt;br /&gt;
* '''Client Tickets Overview Tab''' - Quicker more convenient access to view a customers ticket history without leaving the client profile.&lt;br /&gt;
 &lt;br /&gt;
* '''Affiliate Referral Tracking''' - Get deeper insights into where your affiliate referral traffic is coming from, and see trends in the volume of traffic over time.  Learn more at [[Affiliates#Referral_Tracking|Affiliate Referral Tracking]]&lt;br /&gt;
  &lt;br /&gt;
* '''Marketing Emails Consent''' - New functionality has been added that enables you to request your customers to opt-in or opt-out from marketing emails during checkout and registration. A new consent log will maintain a history of customers opt-in and opt-out requests, and new email template merge fields have also been made available to allow users to opt-in or opt-out at any time.  Learn more at [[Marketing Emails Automation]]&lt;br /&gt;
  &lt;br /&gt;
* '''Data Retention Policy Automation''' - New functionality has been added to allow automatic enforcement of your client data retention policy.  Learn more at [[Data Retention Policy Automation]]&lt;br /&gt;
 &lt;br /&gt;
* '''MarketConnect - SiteLock''' - The new SiteLock integration allows you to offer Website Security services to your customers that includes scanning, detection and automatic removal of malware from websites as well as WAF and CDN services. Learn more at [[SiteLock via WHMCS MarketConnect]]&lt;br /&gt;
 &lt;br /&gt;
* '''MarketConnect - Dashboard Widget''' - A new dashboard widget provides an overview of active MarketConnect services and allows you to keep track of your available balance more easily.&lt;br /&gt;
  &lt;br /&gt;
* '''Attachments support in Ticket Related APIs''' - The API functions OpenTicket, AddTicketReply and AddTicketNote now support attachments. Learn how to use them in our [https://developers.whmcs.com/api-reference/ API Reference Documentation]&lt;br /&gt;
&lt;br /&gt;
== Deprecation &amp;amp; Removal Notices ==&lt;br /&gt;
 &lt;br /&gt;
* '''VentraIP''' - VentraIP, the domain registrar module for VentraIP Wholesale, has been updated to Synergy.  Synergy Wholesale provides their latest integration on the WHMCS Marketplace, https://marketplace.whmcs.com/product/3757.  As a result, the module of the company's former integration will no longer be distributed or maintained in future WHMCS releases.  This module will be removed from your WHMCS system if not in use upon upgrade to v7.5.0.&lt;br /&gt;
 &lt;br /&gt;
* '''Legacy Module Removal''' - During the v7.5.0 update, a one-time routine will inspect and attempt to remove legacy &amp;amp; deprecated modules.  This will reduce the possibility of code incompatibility if you decide to update your environment in the near future.  Removal will only occur if it is not actively in use.  The Activity Log will have a list of any removals.  As well, if removal is not performed and the module remains in your installation, an email will be generated for all full admins so that further investigation can be performed. Inspection will be performed for the following modules: Addons - fixed_invoice_data; Fraud - telesign, varilogix_fraudcall; Gateways - alertpay, bidpay, egold, eway, ewayuk, gocardless, googlecheckout, ideal, internetsecure, libertyreserve, myideal, openecho, payoffline, stormpay; Registrars - directi, dottk, netregistry, planetdomains, registerfly, resellerclubbeta, tppinternet, ventraip; Servers - castcontrol, dotnetpanel, enkompass, enomtruste, ensimx, fluidvm, plesk10, plesk8, plesk9, pleskreseller.&lt;br /&gt;
  &lt;br /&gt;
== New Documentation ==&lt;br /&gt;
 &lt;br /&gt;
The following new documentation pages are available:&lt;br /&gt;
 &lt;br /&gt;
* [[Domain Grace and Redemption Grace Periods]]&lt;br /&gt;
* [[Staff Mentions]]&lt;br /&gt;
* [[Marketing Emails Automation]]&lt;br /&gt;
* [[Data Retention Policy Automation]]&lt;br /&gt;
* [[SiteLock via WHMCS MarketConnect]]&lt;br /&gt;
* [[Setup Tasks|Admin Setup Tasks]]&lt;br /&gt;
* [[Affiliates#Referral_Tracking|Affiliate Referral Tracking]]&lt;br /&gt;
&lt;br /&gt;
== Template Changes ==&lt;br /&gt;
  &lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
  &lt;br /&gt;
=== Six Template ===&lt;br /&gt;
  &lt;br /&gt;
The following link provides a comparison of changes between 7.4.2 and 7.5.0:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.4.2-release.1...v7.5.0-rc.1&lt;br /&gt;
 &lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
  &lt;br /&gt;
The following link provides a comparison of changes between 7.4.2 and 7.5.0:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.4.2-release.1...v7.5.0-rc.1&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* [[Changelog:WHMCS_V7.5.0_RC_1|Version 7.5.0 Release Candidate 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.5.0_Beta_1|Version 7.5.0 Beta 1]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.5&amp;diff=25593</id>
		<title>Changelog:WHMCS V7.5</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.5&amp;diff=25593"/>
				<updated>2018-03-08T14:29:03Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Version 7.5.0 Beta 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.5.0_Beta_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.5.0 RC 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.5.0_RC_1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Legacy_Module_Removal&amp;diff=25525</id>
		<title>Legacy Module Removal</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Legacy_Module_Removal&amp;diff=25525"/>
				<updated>2018-03-01T19:31:36Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;Old PHP code may introduce breakage on newer versions of PHP runtime. In order to protect your system from unexpected downtime, WHMCS 7.5 will attempt to delete any unused leg...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Old PHP code may introduce breakage on newer versions of PHP runtime. In order to protect your system from unexpected downtime, WHMCS 7.5 will attempt to delete any unused legacy modules from your system. As it performs outdated module deletion, there may be three possible outcomes:&lt;br /&gt;
&lt;br /&gt;
# A legacy module is found to be unused and is successfully deleted. A log entry will be created. No email is being sent.&lt;br /&gt;
# A legacy module is found to be in use and is not attempted for deletion. A log entry will be created. An email message will be sent to notify system administrator of this condition. Recommended action is to consider replacing the modules referenced in that message.&lt;br /&gt;
# A legacy module is found to be unused and tried for deletion, but the deletion fails (e.g. for insufficient permissions or a filesystem issue). A log entry will be created. An email message will be sent to notify system administrator of this condition. Since the module state may be inconsistent due to potentially partial deletion, it is recommended to investigate and resolve the issue and finalize module removal.&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=System_Requirements&amp;diff=24549</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=System_Requirements&amp;diff=24549"/>
				<updated>2018-01-02T15:37:48Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most current web servers* with PHP &amp;amp; MySQL installed will be capable of running WHMCS.&lt;br /&gt;
&lt;br /&gt;
The following table shows the minimum and recommended system requirements for running WHMCS 7.0 and later.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;table table-striped&amp;quot;&lt;br /&gt;
! '''Requirement'''&lt;br /&gt;
! '''Minimum'''&lt;br /&gt;
! '''Recommended'''&lt;br /&gt;
|-&lt;br /&gt;
| PHP Version&lt;br /&gt;
| 5.6.0&lt;br /&gt;
| ''Latest'' 7.0.x Release&lt;br /&gt;
|-&lt;br /&gt;
| PHP Memory Limit&lt;br /&gt;
| 64MB&lt;br /&gt;
| 128MB**&lt;br /&gt;
|-&lt;br /&gt;
| PHP Database Extension&lt;br /&gt;
| PDO&lt;br /&gt;
| PDO&lt;br /&gt;
|-&lt;br /&gt;
| PHP Extensions&lt;br /&gt;
| Curl with SSL&amp;lt;br/&amp;gt;&lt;br /&gt;
GD2 Image Library&amp;lt;br/&amp;gt;&lt;br /&gt;
JSON Support&amp;lt;br /&amp;gt;&lt;br /&gt;
XML&amp;lt;br/&amp;gt;&lt;br /&gt;
| Curl with SSL&amp;lt;br/&amp;gt;&lt;br /&gt;
GD2 Image Library&amp;lt;br/&amp;gt;&lt;br /&gt;
JSON Support&amp;lt;br/&amp;gt;&lt;br /&gt;
'''MBString'''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Iconv'''&lt;br /&gt;
|-&lt;br /&gt;
| MySQL Version&lt;br /&gt;
| 5.2.0&lt;br /&gt;
| 5.5.x&lt;br /&gt;
|-&lt;br /&gt;
| Ioncube Loaders&lt;br /&gt;
| 5.0.21 or later for PHP 5.6&amp;lt;br&amp;gt;6.0.2 or later for PHP 7&lt;br /&gt;
| The latest 10.1.x version for PHP 5.6&amp;lt;br&amp;gt;The latest 10.1.x version for PHP 7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&lt;br /&gt;
WHMCS 6.x supports PHP 5.3.7 or later, including PHP 5.4, 5.5 and 5.6.&amp;lt;br&amp;gt;&lt;br /&gt;
WHMCS 7.x supports PHP 5.6 and 7.0&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-warning&amp;quot;&amp;gt;&lt;br /&gt;
While these are the minimum requirements, we '''''strongly recommend using the latest available, stable releases of all software and extensions'''''.  Recommended suggestions are correct as at 26th August 2017.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Looking for the requirements for the WHMCS 6.x series?  [[Version 6.x System Requirements|Click here]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;* We validate WHMCS to run in Linux based environments running the Apache web server. Other environments such as Windows based configurations may experience compatibility issues and are not supported.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;** Memory requirements vary depending upon the size and volume of activity in an installation. Your exact requirements may differ.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*** As part of PCI compliance, we recommend a SSL library capable of TLS 1.1 and/or 1.2. If using OpenSSL, version 1.0.1c or newer is recommended. &amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.4&amp;diff=24369</id>
		<title>Changelog:WHMCS V7.4</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.4&amp;diff=24369"/>
				<updated>2017-11-15T00:19:32Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Version 7.4.0 Beta 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.0_Beta_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.4.0 RC 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.0_RC_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.4.0 GA=&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.0_GA}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.4.1 =&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.4.0_Release_Notes&amp;diff=24365</id>
		<title>Version 7.4.0 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.4.0_Release_Notes&amp;diff=24365"/>
				<updated>2017-11-15T00:18:33Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Changelog */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.4&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: GA&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 14th November 2017&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Via Automatic Updater&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
==Version History==&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;25th October 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;RC 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;6th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;14th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;14th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from https://download.whmcs.com/&lt;br /&gt;
&lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
 &lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
 &lt;br /&gt;
Simply navigate to ''Utilities &amp;gt; Update WHMCS'' to begin the process.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to the [[Automatic Updater]] documentation.&lt;br /&gt;
 &lt;br /&gt;
==Release Notes==&lt;br /&gt;
 &lt;br /&gt;
* '''Notifications''' - Get notified about events that matter to you with the new Notifications feature. Notifications, accessible via the '''Setup''' menu, allows you to configure event based notification triggers that will notify you via a supported Notification Provider. At the time of writing, there are native integrations provided for the popular team messaging apps Slack and HipChat. Learn more at [[Notifications]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Phone Number Input UX''' - The new input field experience is designed to simplify the process of entering international phone numbers. It's now simpler, easier and clearer for customers and administrators alike to know how they should format phone numbers, and how to indicate the country a phone number is located in. Learn more at [[Phone Numbers]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Ticket Collision Detection''' - Collision detection prevents you from replying to a ticket or making changes when the status of a ticket has changed since you originally opened it. The new alerts will alert you any time a change is made to any one of 8 different ticket attributes so you can make better informed decisions before submitting replies or making changes. Learn more at [[Support_Tickets#Ticket_Collision_Detection|Support Ticket Collision Detection]]&lt;br /&gt;
&lt;br /&gt;
* '''Credit Checkout Options''' - With WHMCS 7.4, customers get more flexiblity and control over when their pre-funded credit balance is used. Through a new set of options presented during checkout, customers can choose if they wish to have credit from their credit balance automatically applied to new orders they submit. Opting out allows them to pay via any of your available payment methods as normal. Learn more at [[Credit/Prefunding]]&lt;br /&gt;
&lt;br /&gt;
* '''API Roles &amp;amp; Permissions''' - Building on the API Authentication Credentials feature introduced in WHMCS 7.2, now you can create API Roles that allow you to limit API Credentials and restrict access to specific API actions. This feature enables greater control and security when using the API with connected apps and services. Learn more at [[API Roles]]&lt;br /&gt;
&lt;br /&gt;
* '''New Translations''' - Make your support team and departments more accessible to non native language users with the ability to translate support department names and descriptions. Learn more at [[Localisation_Tab#Dynamic_Field_Translations|Dynamic Field Translations]]&lt;br /&gt;
&lt;br /&gt;
* '''New Email Merge Fields''' - All email templates now have an additional ''{$client_custom_fields_by_name}'' merge field available that contains an array of custom field data with field name and value indexes. Service related email templates also have an equivalent ''{$service_custom_fields_by_name}'' merge field available.&lt;br /&gt;
&lt;br /&gt;
* '''New Hook Points''' - The following new hook points have been made available: OrderPaid, DomainTransferCompleted, DomainTransferFailed, FraudCheckAwaitingUserInput, FraudCheckFailed and FraudCheckPassed.  Developer documentation will be made available for these shortly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; NOTE for BETA users running 7.4.0-beta.1: Due to CORE-11805, you will receive a erroneous warning dialog when you upgrade to 7.4.0-rc.1 related to the 11 new index.php files that were provided in 7.4.0-beta.1. The warning can be safely dismissed when updating from 7.4.0-beta.1 to 7.4.0-rc.1.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Deprecation Notices==&lt;br /&gt;
&lt;br /&gt;
* '''VariLogiX''' - VariLogiX, the fraud verification service, has ceased trading. As a result, the module is being deprecated and will no longer be distributed or maintained in future WHMCS releases.&lt;br /&gt;
&lt;br /&gt;
* '''TicketSubjectChange Hook 'priority' variable''' - The priority parameter made available in TicketSubjectChange was the result of a typo, and has been superseded by 'subject' variable. The 'priority' variable is now deprecated and will be removed in WHMCS 7.5.&lt;br /&gt;
 &lt;br /&gt;
==New Documentation==&lt;br /&gt;
&lt;br /&gt;
The following new documentation pages are available:&lt;br /&gt;
&lt;br /&gt;
* [[Notifications]]&lt;br /&gt;
* [[Configuring Notifications with HipChat]]&lt;br /&gt;
* [[Configuring Notifications with Slack]]&lt;br /&gt;
* [[Phone Numbers]]&lt;br /&gt;
* [[Support_Tickets#Ticket_Collision_Detection|Ticket Collision Detection]]&lt;br /&gt;
* [[Credit/Prefunding]]&lt;br /&gt;
* [[CCAvenue API v2]]&lt;br /&gt;
* [[API Roles]]&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
 &lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
 &lt;br /&gt;
=== Six Template ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.3.0 and 7.4.0:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.3.0-release.1...v7.4.0-release.1&lt;br /&gt;
&lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.3.0 and 7.4.0:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.3.0-release.1...v7.4.0-release.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_Beta_1|Version 7.4.0 Beta 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_RC_1|Version 7.4.0 RC 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_GA|Version 7.4.0 GA]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.1|Version 7.4.1]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.4.0_Release_Notes&amp;diff=24361</id>
		<title>Version 7.4.0 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.4.0_Release_Notes&amp;diff=24361"/>
				<updated>2017-11-15T00:17:45Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Version History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.4&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: GA&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 14th November 2017&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Via Automatic Updater&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
==Version History==&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;25th October 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;RC 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;6th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;14th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;14th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from https://download.whmcs.com/&lt;br /&gt;
&lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
 &lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
 &lt;br /&gt;
Simply navigate to ''Utilities &amp;gt; Update WHMCS'' to begin the process.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to the [[Automatic Updater]] documentation.&lt;br /&gt;
 &lt;br /&gt;
==Release Notes==&lt;br /&gt;
 &lt;br /&gt;
* '''Notifications''' - Get notified about events that matter to you with the new Notifications feature. Notifications, accessible via the '''Setup''' menu, allows you to configure event based notification triggers that will notify you via a supported Notification Provider. At the time of writing, there are native integrations provided for the popular team messaging apps Slack and HipChat. Learn more at [[Notifications]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Phone Number Input UX''' - The new input field experience is designed to simplify the process of entering international phone numbers. It's now simpler, easier and clearer for customers and administrators alike to know how they should format phone numbers, and how to indicate the country a phone number is located in. Learn more at [[Phone Numbers]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Ticket Collision Detection''' - Collision detection prevents you from replying to a ticket or making changes when the status of a ticket has changed since you originally opened it. The new alerts will alert you any time a change is made to any one of 8 different ticket attributes so you can make better informed decisions before submitting replies or making changes. Learn more at [[Support_Tickets#Ticket_Collision_Detection|Support Ticket Collision Detection]]&lt;br /&gt;
&lt;br /&gt;
* '''Credit Checkout Options''' - With WHMCS 7.4, customers get more flexiblity and control over when their pre-funded credit balance is used. Through a new set of options presented during checkout, customers can choose if they wish to have credit from their credit balance automatically applied to new orders they submit. Opting out allows them to pay via any of your available payment methods as normal. Learn more at [[Credit/Prefunding]]&lt;br /&gt;
&lt;br /&gt;
* '''API Roles &amp;amp; Permissions''' - Building on the API Authentication Credentials feature introduced in WHMCS 7.2, now you can create API Roles that allow you to limit API Credentials and restrict access to specific API actions. This feature enables greater control and security when using the API with connected apps and services. Learn more at [[API Roles]]&lt;br /&gt;
&lt;br /&gt;
* '''New Translations''' - Make your support team and departments more accessible to non native language users with the ability to translate support department names and descriptions. Learn more at [[Localisation_Tab#Dynamic_Field_Translations|Dynamic Field Translations]]&lt;br /&gt;
&lt;br /&gt;
* '''New Email Merge Fields''' - All email templates now have an additional ''{$client_custom_fields_by_name}'' merge field available that contains an array of custom field data with field name and value indexes. Service related email templates also have an equivalent ''{$service_custom_fields_by_name}'' merge field available.&lt;br /&gt;
&lt;br /&gt;
* '''New Hook Points''' - The following new hook points have been made available: OrderPaid, DomainTransferCompleted, DomainTransferFailed, FraudCheckAwaitingUserInput, FraudCheckFailed and FraudCheckPassed.  Developer documentation will be made available for these shortly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; NOTE for BETA users running 7.4.0-beta.1: Due to CORE-11805, you will receive a erroneous warning dialog when you upgrade to 7.4.0-rc.1 related to the 11 new index.php files that were provided in 7.4.0-beta.1. The warning can be safely dismissed when updating from 7.4.0-beta.1 to 7.4.0-rc.1.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Deprecation Notices==&lt;br /&gt;
&lt;br /&gt;
* '''VariLogiX''' - VariLogiX, the fraud verification service, has ceased trading. As a result, the module is being deprecated and will no longer be distributed or maintained in future WHMCS releases.&lt;br /&gt;
&lt;br /&gt;
* '''TicketSubjectChange Hook 'priority' variable''' - The priority parameter made available in TicketSubjectChange was the result of a typo, and has been superseded by 'subject' variable. The 'priority' variable is now deprecated and will be removed in WHMCS 7.5.&lt;br /&gt;
 &lt;br /&gt;
==New Documentation==&lt;br /&gt;
&lt;br /&gt;
The following new documentation pages are available:&lt;br /&gt;
&lt;br /&gt;
* [[Notifications]]&lt;br /&gt;
* [[Configuring Notifications with HipChat]]&lt;br /&gt;
* [[Configuring Notifications with Slack]]&lt;br /&gt;
* [[Phone Numbers]]&lt;br /&gt;
* [[Support_Tickets#Ticket_Collision_Detection|Ticket Collision Detection]]&lt;br /&gt;
* [[Credit/Prefunding]]&lt;br /&gt;
* [[CCAvenue API v2]]&lt;br /&gt;
* [[API Roles]]&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
 &lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
 &lt;br /&gt;
=== Six Template ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.3.0 and 7.4.0:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.3.0-release.1...v7.4.0-release.1&lt;br /&gt;
&lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.3.0 and 7.4.0:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.3.0-release.1...v7.4.0-release.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_Beta_1|Version 7.4.0 Beta 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_RC_1|Version 7.4.0 RC 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_GA|Version 7.4.0 GA]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Long_Term_Support&amp;diff=24353</id>
		<title>Long Term Support</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Long_Term_Support&amp;diff=24353"/>
				<updated>2017-11-14T13:56:56Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* WHMCS Version &amp;amp; LTS Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WHMCS Long-Term Support ==&lt;br /&gt;
&lt;br /&gt;
Product enhancements, bug fixes and security fixes for published versions of WHMCS are common; WHMCS is constantly being refined to ensure a safe and robust experience.  However, it is impractical for customers to always track the latest product refinements at the same pace as our Development Team.  And for that reason, WHMCS has implemented a Long-Term Support Policy for WHMCS.&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
The WHMCS Long-Term Support Policy provides customers with a clear understanding of our commitment to supporting the software they have purchased a license for and installed on their systems.&lt;br /&gt;
&lt;br /&gt;
WHMCS will provide periodic maintenance releases for major and minor versions of WHMCS as part of the normal WHMCS Release Process.  This is called [[#Active Development | Active Development]].  Versions of WHMCS that are not under Active Development will not receive maintenance releases, however, they are candidates for Targeted Critical and Security Releases.  WHMCS will only provide Targeted Releases for candidates that have not reached their [[#Defining End Of Life | End Of Life]].&lt;br /&gt;
&lt;br /&gt;
Please refer to the [[#WHMCS Version &amp;amp; LTS Schedule|WHMCS Version and LTS Schedule]] to see what versions of WHMCS are currently covered by Long-Term Support or under Active Development.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Provisions of Long-Term Support ===&lt;br /&gt;
Once a version of WHMCS is no longer being actively developed it will receive Long-Term Support (LTS) from our Development and Security Teams.  LTS is a finite period which expires on a specific date known as End Of Life (EOL).  Each minor version has it's own EOL date.&lt;br /&gt;
&lt;br /&gt;
Product versions that are in LTS are provided Targeted Critical and Security Releases.&lt;br /&gt;
&lt;br /&gt;
Once a version has moved from Active Development to LTS it will not receive product enhancements or maintenance fixes unless they are deemed critical to the viability of a Targeted Critical or Security Release, and therefore delivered as part of LTS.  If you require product enhancements or maintenance fixes, we suggest updating to a product version that is being actively developed.&lt;br /&gt;
&lt;br /&gt;
=== Active Development ===&lt;br /&gt;
A product version that is under Active Development is in the process of being refined.  Therefore, subsequent revisions are likely to be released until a new minor version is published.  Revision releases can include bug fixes, security enhancements, minor optimizations, third-party updates, as well as Important or Critical updates.&lt;br /&gt;
&lt;br /&gt;
At any given moment in time, there will likely be only one actively developed version of WHMCS available;  it will be the latest version available for our site.  However, to ensure a smooth transition from one major or minor version to the next, WHMCS may extend Active Development of the previously published version.  These overlaps between product versions is usually quite small, on the order of a few weeks at most.&lt;br /&gt;
&lt;br /&gt;
Please refer to [[#WHMCS Version &amp;amp; LTS Schedule|WHMCS Version and LTS Schedule]] to know if your version is currently under Active Development.&lt;br /&gt;
&lt;br /&gt;
=== Defining End Of Life ===&lt;br /&gt;
A core attribute of the Long-Term Support Policy is defining a given version's End Of Life (EOL) date.  The EOL date is established upon the publication of a new minor or major release and typically is set one year into the future.&lt;br /&gt;
&lt;br /&gt;
For example if version 1.0.0 is published January 31, 2012, then it will have an EOL of January 1st 2013 because it is a major release. If 1.1.0 is published on May 1st, 2012, it will have an EOL of May 1st 2013 because it is a minor release. If 1.1.1 is published on May 15th 2012 it will have an EOL of May 1st 2013 because it is a maintenance release to a previous minor release.  Likewise, if 1.1.5 is published on July 24th 2012 it will have  an EOL of May 1st 2013 because it is a maintenance release to a previous minor release.&lt;br /&gt;
&lt;br /&gt;
=== After End Of Life ===&lt;br /&gt;
Once a version's EOL date has passed, no further releases or updates will be provided, regardless of the observed deficiency in that version.&lt;br /&gt;
&lt;br /&gt;
Products that have reached EOL are not available for download from WHMCS.&lt;br /&gt;
&lt;br /&gt;
As noted below in [[#Licensing &amp;amp; Services | Licensing &amp;amp; Services]], the product will continue to function even after the EOL date has passed.  The use of the software is not tied to LTS or EOL, but the active/inactive state of your license.&lt;br /&gt;
&lt;br /&gt;
=== Licensing &amp;amp; Services ===&lt;br /&gt;
WHMCS is offered with two types of licenses: Monthly and Owned.  Each license type is bundled with [[#Help Desk Support | help desk support]] and access to [[#Software Update Service | software updates]] when initially purchased.&lt;br /&gt;
&lt;br /&gt;
A Monthly license always has access to these two services.  An Owned license has access to these two services for one year.  After one year, an Owned license holder can purchase an additional year of these two services as an addon.&lt;br /&gt;
&lt;br /&gt;
An Owned license validates use of the software indefinitely, even after the term of help desk support and access to software updates expires.  A Monthly license validates use of the software, help desk support, and access to software updates in one month durations.  The active status of your license governs the functional state of your WHMCS installation, not the development status (Active Development/LTS/EOL) of the deployed product version.&lt;br /&gt;
&lt;br /&gt;
==== Help Desk Support ====&lt;br /&gt;
The help desk support service allows customers to open tickets with our help desk.  These tickets are managed by our Technical Analysts.  Our Analysts work with customers to resolve a broad range of issues from configuration to identifying deficiency within a given version of WHMCS.  With this service, customers have access to Analysts regardless of which version of the product they are using, even if that version has reached its End Of Life.&lt;br /&gt;
&lt;br /&gt;
It's important to remember, however, that support provided by this service, or deficiencies identified by our Analysts, does not imply future refinements for versions. The [[#WHMCS Version &amp;amp; LTS Schedule|LTS schedule]], along with the severity of the identified issue, will determine what versions of WHMCS are candidates for any future refines.&lt;br /&gt;
&lt;br /&gt;
==== Software Update Service ====&lt;br /&gt;
The software update service allows customers access to the latest versions of WHMCS.  The service does not imply continued development, maintenance, or critical fixes for any given version of WHMCS.  The [[#WHMCS Version &amp;amp; LTS Schedule|LTS schedule]] will determine what versions of WHMCS are candidates for any refinements.  It is recommended that customers leverage this service and keep their WHMCS installation up to date, and optimally, tracking a version that is currently under [[#Active Development | Active Development]].&lt;br /&gt;
&lt;br /&gt;
=== Grandfathered LTS ===&lt;br /&gt;
The WHMCS Long-Term Support policy is effective May 1st, 2013.  Particular versions have been grandfathered, namely 4.5, 5.0, and 5.1.&lt;br /&gt;
 &lt;br /&gt;
=== WHMCS Version &amp;amp; LTS Schedule ===&lt;br /&gt;
This chart is updated upon each major or minor release of WHMCS.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;table table-striped&amp;quot;&lt;br /&gt;
! WHMCS Version&lt;br /&gt;
! Approximate Publication Date&lt;br /&gt;
! Targeted End-Of-Life Date&lt;br /&gt;
! Current Status&lt;br /&gt;
|-&lt;br /&gt;
| 1.x-3.x || -- || -- || style=&amp;quot;background: #84807F; font-weight: bold; font-style: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 4.0 || May 2009 || May 31, 2013 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 4.1 || November 2009 || May 31, 2013 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 4.2 || March 2010 || May 31, 2013 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 4.3 || September 2010 || May 31, 2013 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 4.4 || December 2010 || May 31, 2013 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 4.5 || April 2011 || June 30, 2013 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 5.0 || December 2011 || July 31, 2013 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 5.1 || July 2012 || November 30, 2013 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 5.2 || March 2013 || March 31, 2014 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 5.3 || September 2013 || October 31, 2015 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 6.0 || July 2015 || July 31, 2016 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 6.1 || September 2015 || September 30, 2016 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 6.2 || December 2015 || December 31, 2016 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 6.3 || March 2016 || March 31, 2017 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 7.0 || October 2016 || October 31, 2017 || style=&amp;quot;background: #84807F; font-weight: bold;color: black&amp;quot; | EOL&lt;br /&gt;
|-&lt;br /&gt;
| 7.1 || December 2016 || December 31, 2017 || style=&amp;quot;background: #FFCCCC; font-weight: bold;&amp;quot; | LTS&lt;br /&gt;
|-&lt;br /&gt;
| 7.2 || May 2017 || May 31st, 2018 || style=&amp;quot;background: #FFCCCC; font-weight: bold;&amp;quot; | LTS&lt;br /&gt;
|-&lt;br /&gt;
| 7.3 || October 2017 || October 31st, 2018 || style=&amp;quot;background: #FFCCCC; font-weight: bold;&amp;quot; | LTS&lt;br /&gt;
|-&lt;br /&gt;
| 7.4 || November 2017 || November 30th, 2017  || style=&amp;quot;background: #81D153; font-weight: bold;&amp;quot; | [[#Active Development | &amp;lt;span style=&amp;quot;color:#333&amp;quot;&amp;gt;Active Development&amp;lt;/span&amp;gt;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
''Last Updated: 30th October 2017''&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelogs&amp;diff=24349</id>
		<title>Changelogs</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelogs&amp;diff=24349"/>
				<updated>2017-11-14T13:53:28Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* WHMCS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our changelogs provide details about additions, updates and fixes in each version of our software.&lt;br /&gt;
&lt;br /&gt;
==WHMCS==&lt;br /&gt;
*[[Changelog:WHMCS V7.4|Version 7.4]]&lt;br /&gt;
*[[Changelog:WHMCS V7.3|Version 7.3]]&lt;br /&gt;
*[[Changelog:WHMCS V7.2|Version 7.2]]&lt;br /&gt;
*[[Changelog:WHMCS V7.1|Version 7.1]]&lt;br /&gt;
*[[Changelog:WHMCS V7.0|Version 7.0]]&lt;br /&gt;
*[[Changelog:WHMCS V6.3|Version 6.3]]&lt;br /&gt;
*[[Changelog:WHMCS V6.2|Version 6.2]]&lt;br /&gt;
*[[Changelog:WHMCS V6.1|Version 6.1]]&lt;br /&gt;
*[[Changelog:WHMCS V6.0|Version 6.0]]&lt;br /&gt;
*[[Changelog:WHMCS V5.3|Version 5.3]]&lt;br /&gt;
*[[Changelog:WHMCS V5.2|Version 5.2]]&lt;br /&gt;
*[[Changelog:WHMCS V5.1|Version 5.1]]&lt;br /&gt;
*[[Changelog:WHMCS V5.0|Version 5.0]]&lt;br /&gt;
&lt;br /&gt;
==Addons==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td width=&amp;quot;50%&amp;quot; valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Project Management===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:Project Management V2.0.1|Version 2.0.1]]&lt;br /&gt;
*[[Changelog:Project Management V2.0|Version 2.0]]&lt;br /&gt;
*[[Changelog:Project Management V1.1|Version 1.1]]&lt;br /&gt;
*[[Changelog:Project Management V1.0|Version 1.0]]&lt;br /&gt;
&lt;br /&gt;
===Licensing Addon===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:Licensing Addon V3.0|Version 3.0]]&lt;br /&gt;
&lt;br /&gt;
===Live Chat &amp;amp; Visitor Tracking Addon===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:Live Chat V4.1|Version 4.1]]&lt;br /&gt;
*[[Changelog:Live Chat V4.0|Version 4.0]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td width=&amp;quot;50%&amp;quot; valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===iWHMCS iPhone App===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:iWHMCS V2.2|Version 2.2]]&lt;br /&gt;
*[[Changelog:iWHMCS V2.1|Version 2.1]]&lt;br /&gt;
*[[Changelog:iWHMCS V2.0|Version 2.0]]&lt;br /&gt;
&lt;br /&gt;
===aWHMCS Android App===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:aWHMCS V2.8|Version 2.8]]&lt;br /&gt;
*[[Changelog:aWHMCS V2.6|Version 2.6]]&lt;br /&gt;
*[[Changelog:aWHMCS V2.5|Version 2.5]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.4&amp;diff=24345</id>
		<title>Changelog:WHMCS V7.4</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.4&amp;diff=24345"/>
				<updated>2017-11-14T13:52:32Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Version 7.4.0 Beta 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.0_Beta_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.4.0 RC 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.0_RC_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.4.0 GA=&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.0_GA}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.4.0_Release_Notes&amp;diff=24343</id>
		<title>Version 7.4.0 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.4.0_Release_Notes&amp;diff=24343"/>
				<updated>2017-11-14T13:50:55Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.4&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: GA&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 14th November 2017&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Via Automatic Updater&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
==Version History==&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;25th October 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;RC 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;6th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;14th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from https://download.whmcs.com/&lt;br /&gt;
&lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
 &lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
 &lt;br /&gt;
Simply navigate to ''Utilities &amp;gt; Update WHMCS'' to begin the process.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to the [[Automatic Updater]] documentation.&lt;br /&gt;
 &lt;br /&gt;
==Release Notes==&lt;br /&gt;
 &lt;br /&gt;
* '''Notifications''' - Get notified about events that matter to you with the new Notifications feature. Notifications, accessible via the '''Setup''' menu, allows you to configure event based notification triggers that will notify you via a supported Notification Provider. At the time of writing, there are native integrations provided for the popular team messaging apps Slack and HipChat. Learn more at [[Notifications]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Phone Number Input UX''' - The new input field experience is designed to simplify the process of entering international phone numbers. It's now simpler, easier and clearer for customers and administrators alike to know how they should format phone numbers, and how to indicate the country a phone number is located in. Learn more at [[Phone Numbers]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Ticket Collision Detection''' - Collision detection prevents you from replying to a ticket or making changes when the status of a ticket has changed since you originally opened it. The new alerts will alert you any time a change is made to any one of 8 different ticket attributes so you can make better informed decisions before submitting replies or making changes. Learn more at [[Support_Tickets#Ticket_Collision_Detection|Support Ticket Collision Detection]]&lt;br /&gt;
&lt;br /&gt;
* '''Credit Checkout Options''' - With WHMCS 7.4, customers get more flexiblity and control over when their pre-funded credit balance is used. Through a new set of options presented during checkout, customers can choose if they wish to have credit from their credit balance automatically applied to new orders they submit. Opting out allows them to pay via any of your available payment methods as normal. Learn more at [[Credit/Prefunding]]&lt;br /&gt;
&lt;br /&gt;
* '''API Roles &amp;amp; Permissions''' - Building on the API Authentication Credentials feature introduced in WHMCS 7.2, now you can create API Roles that allow you to limit API Credentials and restrict access to specific API actions. This feature enables greater control and security when using the API with connected apps and services. Learn more at [[API Roles]]&lt;br /&gt;
&lt;br /&gt;
* '''New Translations''' - Make your support team and departments more accessible to non native language users with the ability to translate support department names and descriptions. Learn more at [[Localisation_Tab#Dynamic_Field_Translations|Dynamic Field Translations]]&lt;br /&gt;
&lt;br /&gt;
* '''New Email Merge Fields''' - All email templates now have an additional ''{$client_custom_fields_by_name}'' merge field available that contains an array of custom field data with field name and value indexes. Service related email templates also have an equivalent ''{$service_custom_fields_by_name}'' merge field available.&lt;br /&gt;
&lt;br /&gt;
* '''New Hook Points''' - The following new hook points have been made available: OrderPaid, DomainTransferCompleted, DomainTransferFailed, FraudCheckAwaitingUserInput, FraudCheckFailed and FraudCheckPassed.  Developer documentation will be made available for these shortly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; NOTE for BETA users running 7.4.0-beta.1: Due to CORE-11805, you will receive a erroneous warning dialog when you upgrade to 7.4.0-rc.1 related to the 11 new index.php files that were provided in 7.4.0-beta.1. The warning can be safely dismissed when updating from 7.4.0-beta.1 to 7.4.0-rc.1.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Deprecation Notices==&lt;br /&gt;
&lt;br /&gt;
* '''VariLogiX''' - VariLogiX, the fraud verification service, has ceased trading. As a result, the module is being deprecated and will no longer be distributed or maintained in future WHMCS releases.&lt;br /&gt;
&lt;br /&gt;
* '''TicketSubjectChange Hook 'priority' variable''' - The priority parameter made available in TicketSubjectChange was the result of a typo, and has been superseded by 'subject' variable. The 'priority' variable is now deprecated and will be removed in WHMCS 7.5.&lt;br /&gt;
 &lt;br /&gt;
==New Documentation==&lt;br /&gt;
&lt;br /&gt;
The following new documentation pages are available:&lt;br /&gt;
&lt;br /&gt;
* [[Notifications]]&lt;br /&gt;
* [[Configuring Notifications with HipChat]]&lt;br /&gt;
* [[Configuring Notifications with Slack]]&lt;br /&gt;
* [[Phone Numbers]]&lt;br /&gt;
* [[Support_Tickets#Ticket_Collision_Detection|Ticket Collision Detection]]&lt;br /&gt;
* [[Credit/Prefunding]]&lt;br /&gt;
* [[CCAvenue API v2]]&lt;br /&gt;
* [[API Roles]]&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
 &lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
 &lt;br /&gt;
=== Six Template ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.3.0 and 7.4.0:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.3.0-release.1...v7.4.0-release.1&lt;br /&gt;
&lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.3.0 and 7.4.0:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.3.0-release.1...v7.4.0-release.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_Beta_1|Version 7.4.0 Beta 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_RC_1|Version 7.4.0 RC 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_GA|Version 7.4.0 GA]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.4.0_Release_Notes&amp;diff=24211</id>
		<title>Version 7.4.0 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.4.0_Release_Notes&amp;diff=24211"/>
				<updated>2017-11-06T13:27:42Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.4&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: RC&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 6th November 2017&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Via Automatic Updater&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
==Version History==&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;25th October 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;RC 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;6th November 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download the beta from the ''Beta Releases'' tab @ https://download.whmcs.com/&lt;br /&gt;
 &lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
 &lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
 &lt;br /&gt;
Simply navigate to ''Utilities &amp;gt; Update WHMCS'' to begin the process.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to the [[Automatic Updater]] documentation.&lt;br /&gt;
 &lt;br /&gt;
==Release Notes==&lt;br /&gt;
 &lt;br /&gt;
* '''Notifications''' - Get notified about events that matter to you with the new Notifications feature. Notifications, accessible via the '''Setup''' menu, allows you to configure event based notification triggers that will notify you via a supported Notification Provider. At the time of writing, there are native integrations provided for the popular team messaging apps Slack and HipChat. Learn more at [[Notifications]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Phone Number Input UX''' - The new input field experience is designed to simplify the process of entering international phone numbers. It's now simpler, easier and clearer for customers and administrators alike to know how they should format phone numbers, and how to indicate the country a phone number is located in. Learn more at [[Phone Numbers]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Ticket Collision Detection''' - Collision detection prevents you from replying to a ticket or making changes when the status of a ticket has changed since you originally opened it. The new alerts will alert you any time a change is made to any one of 8 different ticket attributes so you can make better informed decisions before submitting replies or making changes. Learn more at [[Support_Tickets#Ticket_Collision_Detection|Support Ticket Collision Detection]]&lt;br /&gt;
&lt;br /&gt;
* '''Credit Checkout Options''' - With WHMCS 7.4, customers get more flexiblity and control over when their pre-funded credit balance is used. Through a new set of options presented during checkout, customers can choose if they wish to have credit from their credit balance automatically applied to new orders they submit. Opting out allows them to pay via any of your available payment methods as normal. Learn more at [[Credit/Prefunding]]&lt;br /&gt;
&lt;br /&gt;
* '''API Roles &amp;amp; Permissions''' - Building on the API Authentication Credentials feature introduced in WHMCS 7.2, now you can create API Roles that allow you to limit API Credentials and restrict access to specific API actions. This feature enables greater control and security when using the API with connected apps and services. Learn more at [[API Roles]]&lt;br /&gt;
&lt;br /&gt;
* '''New Translations''' - Make your support team and departments more accessible to non native language users with the ability to translate support department names and descriptions. Learn more at [[Localisation_Tab#Dynamic_Field_Translations|Dynamic Field Translations]]&lt;br /&gt;
&lt;br /&gt;
* '''New Email Merge Fields''' - All email templates now have an additional ''{$client_custom_fields_by_name}'' merge field available that contains an array of custom field data with field name and value indexes. Service related email templates also have an equivalent ''{$service_custom_fields_by_name}'' merge field available.&lt;br /&gt;
&lt;br /&gt;
* '''New Hook Points''' - The following new hook points have been made available: OrderPaid, DomainTransferCompleted, DomainTransferFailed, FraudCheckAwaitingUserInput, FraudCheckFailed and FraudCheckPassed.  Developer documentation will be made available for these shortly.&lt;br /&gt;
&lt;br /&gt;
==Deprecation Notices==&lt;br /&gt;
&lt;br /&gt;
* '''VariLogiX''' - VariLogiX, the fraud verification service, has ceased trading. As a result, the module is being deprecated and will no longer be distributed or maintained in future WHMCS releases.&lt;br /&gt;
&lt;br /&gt;
* '''TicketSubjectChange Hook 'priority' variable''' - The priority parameter made available in TicketSubjectChange was the result of a typo, and has been superseded by 'subject' variable. The 'priority' variable is now deprecated and will be removed in WHMCS 7.5.&lt;br /&gt;
 &lt;br /&gt;
==New Documentation==&lt;br /&gt;
&lt;br /&gt;
The following new documentation pages are available:&lt;br /&gt;
&lt;br /&gt;
* [[Notifications]]&lt;br /&gt;
* [[Configuring Notifications with HipChat]]&lt;br /&gt;
* [[Configuring Notifications with Slack]]&lt;br /&gt;
* [[Phone Numbers]]&lt;br /&gt;
* [[Support_Tickets#Ticket_Collision_Detection|Ticket Collision Detection]]&lt;br /&gt;
* [[Credit/Prefunding]]&lt;br /&gt;
* [[CCAvenue API v2]]&lt;br /&gt;
* [[API Roles]]&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
 &lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
 &lt;br /&gt;
=== Six Template ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.3.0 and 7.4.0:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.3.0-release.1...v7.4.0-rc.1&lt;br /&gt;
&lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.3.0 and 7.4.0:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.3.0-release.1...v7.4.0-rc.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_Beta_1|Version 7.4.0 Beta 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.4.0_RC_1|Version 7.4.0 RC 1]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.4&amp;diff=24207</id>
		<title>Changelog:WHMCS V7.4</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.4&amp;diff=24207"/>
				<updated>2017-11-06T13:23:47Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;=Version 7.4.0 Beta 1= {{:Changelog:WHMCS_V7.4.0_Beta_1}}  =Version 7.4.0 RC 1= {{:Changelog:WHMCS_V7.4.0_RC_1}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Version 7.4.0 Beta 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.0_Beta_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.4.0 RC 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.4.0_RC_1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.4.0_RC_1&amp;diff=24205</id>
		<title>Changelog:WHMCS V7.4.0 RC 1</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.4.0_RC_1&amp;diff=24205"/>
				<updated>2017-11-06T13:21:04Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;Version 7.4 Release Notes&amp;lt;/noinclude&amp;gt;   == Implemented == FEATURE-1545&amp;amp;nbsp;-&amp;amp;nbsp;Implement Email notification provider&amp;lt;br /&amp;gt; CORE-11765&amp;amp;nbsp;-&amp;amp;nbsp;Implement...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Version 7.4 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Implemented ==&lt;br /&gt;
FEATURE-1545&amp;amp;nbsp;-&amp;amp;nbsp;Implement Email notification provider&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11765&amp;amp;nbsp;-&amp;amp;nbsp;Implement an Allowed Actions expand detail row for API Roles&amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-11730&amp;amp;nbsp;-&amp;amp;nbsp;Remove orphaned &amp;amp;quot;View/Order Addons&amp;amp;quot; Application Link&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11747&amp;amp;nbsp;-&amp;amp;nbsp;Update .us WHOIS&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11753&amp;amp;nbsp;-&amp;amp;nbsp;Correct variable passed to TicketPiping hook&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11762&amp;amp;nbsp;-&amp;amp;nbsp;Correct language key for API Role deletion conformation&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11763&amp;amp;nbsp;-&amp;amp;nbsp;Improve upgrade logic to prevent reaching the max prepared statement allowed by MySQL&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11764&amp;amp;nbsp;-&amp;amp;nbsp;Correct language key for &amp;amp;#039;roles&amp;amp;#039; in Credential Management dialog&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11768&amp;amp;nbsp;-&amp;amp;nbsp;Ensure phone number is properly saved in General Settings -&amp;amp;gt; Domains&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11771&amp;amp;nbsp;-&amp;amp;nbsp;UI refinements for API Role Management dialog&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11775&amp;amp;nbsp;-&amp;amp;nbsp;Ensure phone number auto-formatting is retained in UI when altering field focus&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11776&amp;amp;nbsp;-&amp;amp;nbsp;Various api and hook documentation corrections&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11785&amp;amp;nbsp;-&amp;amp;nbsp;Improve Notification message format for mobile Hipchat client&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11805&amp;amp;nbsp;-&amp;amp;nbsp;Correct monitored file list for /assets to prevent erroneous warning when updating beyond 7.4.0-beta.1&amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Modules ==&lt;br /&gt;
MODULE-6655&amp;amp;nbsp;-&amp;amp;nbsp;Update Slimpay Sandbox Endpoint&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Configuring_Sign-In_using_Twitter&amp;diff=23663</id>
		<title>Configuring Sign-In using Twitter</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Configuring_Sign-In_using_Twitter&amp;diff=23663"/>
				<updated>2017-08-26T11:25:41Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is part of the [[Sign-In Integrations]] feature.&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
&lt;br /&gt;
Enabling the Twitter Sign In Integration enables visitors and customers to register, sign in and connect their Twitter accounts with your WHMCS installation for faster sign-up and automatic sign-in.&lt;br /&gt;
&lt;br /&gt;
[[File:Signinintegrationslogin.png]]&lt;br /&gt;
&lt;br /&gt;
==Configuring Sign-In with Twitter==&lt;br /&gt;
&lt;br /&gt;
There are 2 steps required to setup Sign-In with Twitter:&lt;br /&gt;
&lt;br /&gt;
# Create a Twitter App and Retrieve API Credentials&lt;br /&gt;
# Activate Twitter Sign In within WHMCS&lt;br /&gt;
&lt;br /&gt;
===Create a Twitter App and Retrieve API Credentials===&lt;br /&gt;
&lt;br /&gt;
Twitter Sign In Integration requires a Twitter App and API Credential Set.  You can create this using your existing Twitter account. Users will only see the App Name you define and not see anything relating to the account you use to create the project.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-warning&amp;quot;&amp;gt;Be aware that the Twitter account under which you create the app can not be changed without requiring users to re-authenticate and re-link their accounts so it is important to set the app up under an account that you will always have access to.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Visit https://apps.twitter.com/ &amp;lt;br&amp;gt;&lt;br /&gt;
2. If not logged in, login to your Twitter account &amp;lt;br&amp;gt;&lt;br /&gt;
3. Click the '''Create New App''' button&lt;br /&gt;
&lt;br /&gt;
[[File:Twittersign1.png]]&lt;br /&gt;
&lt;br /&gt;
4. Enter a Name, Description and Website URL for your App. You must also enter a valid URL in the Callback URL. The URL you enter here is not used, but a URL must be defined to enable WHMCS to utilise callbacks.&lt;br /&gt;
&lt;br /&gt;
[[File:Twittersign2.png]]&lt;br /&gt;
&lt;br /&gt;
5. If you do not yet have a phone number defined inside your Twitter account, you will see the following error upon submitting. To create an App, Twitter requires that you have a valid phone number registered in your account with them. You must do this before continuing.&lt;br /&gt;
&lt;br /&gt;
[[File:Twittersign3.png]]&lt;br /&gt;
&lt;br /&gt;
6. After submitting the App Creation form, you should see a success confirmation page that looks as follows.&lt;br /&gt;
&lt;br /&gt;
[[File:Twittersign4.png]]&lt;br /&gt;
&lt;br /&gt;
7. Select the '''Permissions''' tab.  WHMCS only requires Read permissions so you can change the default Access permission level to ''Read only''. Then hit '''Update Settings'''&lt;br /&gt;
&lt;br /&gt;
[[File:Twittersign5.png]]&lt;br /&gt;
&lt;br /&gt;
8. Now select the '''Keys and Access Tokens''' tab. Your API Key and Secret will then be displayed. These are the values you will need to activate Twitter Sign In within WHMCS so store these in a safe place.&lt;br /&gt;
&lt;br /&gt;
[[File:Twittersign6.png]]&lt;br /&gt;
&lt;br /&gt;
You can now proceed to Activate Twitter Sign In within WHMCS.&lt;br /&gt;
&lt;br /&gt;
===Activate Twitter Sign In within WHMCS===&lt;br /&gt;
&lt;br /&gt;
# Login to the WHMCS Admin Area&lt;br /&gt;
# Navigate to Setup &amp;gt; Sign-In Integrations&lt;br /&gt;
# Select Activate under the Twitter heading&lt;br /&gt;
# Enter your Twitter API Key and API Secret where requested&lt;br /&gt;
# Click Save &amp;amp; Activate&lt;br /&gt;
&lt;br /&gt;
WHMCS will attempt to validate and test the details you have entered. If the API Key and Secret are valid and successfully authenticate with the Twitter API, the values will be saved and the modal will close.&lt;br /&gt;
&lt;br /&gt;
Congratulations! Twitter Sign In is now enabled.&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
&lt;br /&gt;
For troubleshooting help, please refer to [[Troubleshooting Sign-In using Twitter]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelogs&amp;diff=23609</id>
		<title>Changelogs</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelogs&amp;diff=23609"/>
				<updated>2017-08-26T10:47:49Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* WHMCS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our changelogs provide details about additions, updates and fixes in each version of our software.&lt;br /&gt;
&lt;br /&gt;
==WHMCS==&lt;br /&gt;
*[[Changelog:WHMCS V7.3|Version 7.3]]&lt;br /&gt;
*[[Changelog:WHMCS V7.2|Version 7.2]]&lt;br /&gt;
*[[Changelog:WHMCS V7.1|Version 7.1]]&lt;br /&gt;
*[[Changelog:WHMCS V7.0|Version 7.0]]&lt;br /&gt;
*[[Changelog:WHMCS V6.3|Version 6.3]]&lt;br /&gt;
*[[Changelog:WHMCS V6.2|Version 6.2]]&lt;br /&gt;
*[[Changelog:WHMCS V6.1|Version 6.1]]&lt;br /&gt;
*[[Changelog:WHMCS V6.0|Version 6.0]]&lt;br /&gt;
*[[Changelog:WHMCS V5.3|Version 5.3]]&lt;br /&gt;
*[[Changelog:WHMCS V5.2|Version 5.2]]&lt;br /&gt;
*[[Changelog:WHMCS V5.1|Version 5.1]]&lt;br /&gt;
*[[Changelog:WHMCS V5.0|Version 5.0]]&lt;br /&gt;
&lt;br /&gt;
==Addons==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td width=&amp;quot;50%&amp;quot; valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Project Management===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:Project Management V2.0.1|Version 2.0.1]]&lt;br /&gt;
*[[Changelog:Project Management V2.0|Version 2.0]]&lt;br /&gt;
*[[Changelog:Project Management V1.1|Version 1.1]]&lt;br /&gt;
*[[Changelog:Project Management V1.0|Version 1.0]]&lt;br /&gt;
&lt;br /&gt;
===Licensing Addon===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:Licensing Addon V3.0|Version 3.0]]&lt;br /&gt;
&lt;br /&gt;
===Live Chat &amp;amp; Visitor Tracking Addon===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:Live Chat V4.1|Version 4.1]]&lt;br /&gt;
*[[Changelog:Live Chat V4.0|Version 4.0]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td width=&amp;quot;50%&amp;quot; valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===iWHMCS iPhone App===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:iWHMCS V2.2|Version 2.2]]&lt;br /&gt;
*[[Changelog:iWHMCS V2.1|Version 2.1]]&lt;br /&gt;
*[[Changelog:iWHMCS V2.0|Version 2.0]]&lt;br /&gt;
&lt;br /&gt;
===aWHMCS Android App===&lt;br /&gt;
&lt;br /&gt;
*[[Changelog:aWHMCS V2.8|Version 2.8]]&lt;br /&gt;
*[[Changelog:aWHMCS V2.6|Version 2.6]]&lt;br /&gt;
*[[Changelog:aWHMCS V2.5|Version 2.5]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Release_Notes&amp;diff=23605</id>
		<title>Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Release_Notes&amp;diff=23605"/>
				<updated>2017-08-26T10:45:21Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;'''Version Number'''&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;'''First Release Date'''&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;'''Release Notes'''&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 7.3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;26th August 2017&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 7.3 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 7.2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;16th May 2017&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 7.2 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 7.1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;16th November 2016&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 7.1 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 7.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;22nd July 2016&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 7.0 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 6.3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;29th March 2016&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 6.3 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 6.2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;25th November 2015&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 6.2 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 6.1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;10th September 2015&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 6.1 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 6.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;15th April 2015&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 6.0 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 5.3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;27th September 2013&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 5.3 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 5.2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;1st February 2013&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 5.2 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 5.1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;11th May 2012&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 5.1 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 5.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;7th October 2011&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 5.0 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 4.5&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;19th April 2011&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 4.5 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 4.4&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;1st December 2010&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 4.4 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 4.3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;20th July 2010&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 4.3 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 4.2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;5th February 2010&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 4.2 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 4.1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;26th August 2009&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 4.1 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Version 4.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;6th May 2009&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[[Version 4.0 Release Notes|View Release Notes]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-related-pages&amp;quot;&amp;gt;[[Security Levels]] | [http://blog.whmcs.com/?t=106987 About Release Numbering]&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.3&amp;diff=23601</id>
		<title>Changelog:WHMCS V7.3</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.3&amp;diff=23601"/>
				<updated>2017-08-26T10:43:51Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;=Version 7.3.0 Beta 1= {{:Changelog:WHMCS_V7.3.0_Beta_1}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Version 7.3.0 Beta 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.3.0_Beta_1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=System_Requirements&amp;diff=23183</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=System_Requirements&amp;diff=23183"/>
				<updated>2017-06-23T15:29:10Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most current web servers* with PHP &amp;amp; MySQL installed will be capable of running WHMCS.&lt;br /&gt;
&lt;br /&gt;
The following table shows the minimum and recommended system requirements for running WHMCS 7.0 and later.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;table table-striped&amp;quot;&lt;br /&gt;
! '''Requirement'''&lt;br /&gt;
! '''Minimum'''&lt;br /&gt;
! '''Recommended'''&lt;br /&gt;
|-&lt;br /&gt;
| PHP Version&lt;br /&gt;
| 5.6.0&lt;br /&gt;
| ''Latest'' 7.x Release&lt;br /&gt;
|-&lt;br /&gt;
| PHP Memory Limit&lt;br /&gt;
| 64MB&lt;br /&gt;
| 128MB**&lt;br /&gt;
|-&lt;br /&gt;
| PHP Database Extension&lt;br /&gt;
| PDO&lt;br /&gt;
| PDO&lt;br /&gt;
|-&lt;br /&gt;
| PHP Extensions&lt;br /&gt;
| Curl with SSL&amp;lt;br/&amp;gt;&lt;br /&gt;
GD2 Image Library&amp;lt;br/&amp;gt;&lt;br /&gt;
JSON Support&amp;lt;br /&amp;gt;&lt;br /&gt;
XML&amp;lt;br/&amp;gt;&lt;br /&gt;
| Curl with SSL&amp;lt;br/&amp;gt;&lt;br /&gt;
GD2 Image Library&amp;lt;br/&amp;gt;&lt;br /&gt;
JSON Support&amp;lt;br/&amp;gt;&lt;br /&gt;
'''MBString'''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Iconv'''&lt;br /&gt;
|-&lt;br /&gt;
| MySQL Version&lt;br /&gt;
| 5.1.0&lt;br /&gt;
| 5.5.x&lt;br /&gt;
|-&lt;br /&gt;
| MySQL Strict Mode&lt;br /&gt;
| Disabled&lt;br /&gt;
| Disabled&lt;br /&gt;
|-&lt;br /&gt;
| Ioncube Loaders&lt;br /&gt;
| 5.0.21 for PHP 5.6&amp;lt;br&amp;gt;6.0.2 for PHP 7&lt;br /&gt;
| The latest 5.x version for PHP 5.6&amp;lt;br&amp;gt;The latest 6.x version for PHP 7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&lt;br /&gt;
WHMCS 6.x supports PHP 5.3.7 or later, including PHP 5.4, 5.5 and 5.6.&amp;lt;br&amp;gt;&lt;br /&gt;
WHMCS 7.x supports PHP 5.6 and 7.x&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-warning&amp;quot;&amp;gt;&lt;br /&gt;
While these are the minimum requirements, we '''''strongly recommend using the latest available, stable releases of all software and extensions'''''.  Recommended suggestions are correct as at 2nd February 2016.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Looking for the requirements for the WHMCS 6.x series?  [[Version 6.x System Requirements|Click here]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;* We validate WHMCS to run in Linux based environments running the Apache web server. Other environments such as Windows based configurations may experience compatibility issues and are not supported.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;** Memory requirements vary depending upon the size and volume of activity in an installation. Your exact requirements may differ.&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.2_Release_Notes&amp;diff=23106</id>
		<title>Version 7.2 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.2_Release_Notes&amp;diff=23106"/>
				<updated>2017-05-31T18:27:28Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.2&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: General Release&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 16th May 2017&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Via Automatic Updater&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Version History==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.2.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;11th April 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.2.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;20th April 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.2.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;27th April 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.2.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release Candidate 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;5th May 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.2.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;16th May 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.2.1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;16th May 2017&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from https://download.whmcs.com/&lt;br /&gt;
&lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
&lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
&lt;br /&gt;
Simply navigate to Utilities &amp;gt; Update WHMCS to begin the process.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to http://docs.whmcs.com/Automatic_Updater&lt;br /&gt;
&lt;br /&gt;
==Release Notes==&lt;br /&gt;
&lt;br /&gt;
* '''WHMCS MarketConnect''' - As described in [https://blog.whmcs.com/?t=127266 our recent blog post], WHMCS MarketConnect is a platform through which you can resell products and services to your customers via your WHMCS installation.  WHMCS 7.2 brings end-to-end service &amp;amp; product provisioning and merchandising through WHMCS MarketConnect from Symantec, Weebly, and SpamExperts.&lt;br /&gt;
&lt;br /&gt;
* '''Modules for Product Addons''' - Product add-ons can now leverage modules for automatic provisioning and management. This change gives product add-ons much greater power and flexibility and allows you to offer everything you currently offer as a product as an add-on. Please note some changes may be required to 3rd party add-on modules for full compatibility with product add-ons (see notes below).&lt;br /&gt;
&lt;br /&gt;
* '''Client Area Domain Extension Pricing''' - A new TLD Pricing page has been introduced.  It has been incorporated into the order &amp;amp; cart process for optimal conversion and workflow. The template changes to render this pricing, as well as spotlighting &amp;amp; promotions, can be found in the Standard Cart order form  &amp;quot;domainregister.tpl&amp;quot; template file.&lt;br /&gt;
&lt;br /&gt;
* '''SlimPay Direct Debit Module''' - SlimPay allows you to process orders using the bank pull based system of direct debit payments.  Direct debit is not an instant payment service. Payments can take up to a few days to clear and fully complete processing.  When payment is initiated for an invoice via this payment method, the invoice will display a &amp;quot;Payment Pending&amp;quot; status until the payment has cleared.  No automated provisioning actions will be performed until that time unless you enable the Instant Activation for New Orders option.&lt;br /&gt;
&lt;br /&gt;
* '''Automated PayPal Dispute Handling''' - New routines have been introduced that can revert the actions of an invoice payment. PayPal callback notifications relating to payment disputes and chargebacks will trigger these actions automatically, but the functionality has also been exposed via the admin interface when performing a manual refund of a transaction. Actions performed include setting the invoice status to Collections and suspending any products, services and add-ons related to the payment. Admins will also receive an email notification to allow them to take any further actions they desire.&lt;br /&gt;
&lt;br /&gt;
* '''Duplicate Transaction ID for Invoice Payments''' - Admins can now add a payment to an invoice itemizing a previously recorded transaction ID.  A confirmation dialog will be presented in the event that it is a duplicate transaction ID. ''Duplicate transaction IDs may lead to incongruous records detrimental to automated workflows and auditing.  In most cases one can craft an alternative systematic identifier scheme that provides uniqueness yet accommodates business needs''&lt;br /&gt;
&lt;br /&gt;
* '''What's New Feature Highlights''' - Upon the first login after update to a new feature release, the What's New screen will be shown to an admin user.  It will provide a brief list of the key features in that release, each with their own links to learn more or explore the new features within the product.  The What's New screen can be dismissed for the current login session or until the next update.  The What's New popup can be accessed at any time via the Help &amp;gt; What's New menu item.&lt;br /&gt;
&lt;br /&gt;
* '''Admin Reports Access Controls''' - Admins can now assign individual report access to their staff Admin roles.   When editing an Admin role, select the new Restrict Access option under Report Access Control and the configuration page will expand to show all available reports.  Simply select the appropriate reports for that Admin role and click save.&lt;br /&gt;
&lt;br /&gt;
===Developer Notes===&lt;br /&gt;
&lt;br /&gt;
* '''API Credentials''' - Admin users that have the API access permission can now be provided one or more API Credential identifier &amp;amp; secret pairs for authenticating their API calls.  This allows for better management and security for provisioning access to API connected devices and systems.&lt;br /&gt;
&lt;br /&gt;
* '''New Hooks: AuthAdmin and AuthAdminApi''' - First-factor Admin login form and API credential validation can be directed to a system of your choice by these two respective hook points. ''Please take extreme care to utilize the very best cryptographic, coding, and testing practices when leveraging one of these hook points; they take full ownership of credential validation during the authentication process for administrative access to your WHMCS''&lt;br /&gt;
&lt;br /&gt;
* '''Provisioning Modules for Product Add-ons''' - Product add-ons can now leverage modules for automatic provisioning and management. However if your module uses custom fields some changes may be required for full compatibility with product add-ons. Please refer to [[Provisioning Modules and Addons Developer Migration Guide]]&lt;br /&gt;
&lt;br /&gt;
* '''Improved Error Management''' - A stylized error page, with a 500 HTTP status code, is now rendered when the WHMCS encounters an unexpected error or cannot process the current request.  A template file is provided for customization in your own theme and will be used when possible.  More error management options have been implemented to facilitate investigation while having minimal impact on the client experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==New Documentation==&lt;br /&gt;
* [[MarketConnect]]&lt;br /&gt;
* [[SSL Certificates via WHMCS MarketConnect]]&lt;br /&gt;
* [[Weebly via WHMCS MarketConnect]]&lt;br /&gt;
* [[SpamExperts via WHMCS MarketConnect]]&lt;br /&gt;
* [[Domain Pricing Matrix]]&lt;br /&gt;
* [[SlimPay]]&lt;br /&gt;
* [[Payment Reversals]]&lt;br /&gt;
* [[Service Properties]]&lt;br /&gt;
* [[Provisioning Modules and Addons Developer Migration Guide]]&lt;br /&gt;
* [[API Authentication Credentials]]&lt;br /&gt;
* [[Reports#Access_Control|Reports Access Control]]&lt;br /&gt;
* [[Error Management]]&lt;br /&gt;
* [[Friendly URLs]]&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
&lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
&lt;br /&gt;
=== Six Template ===&lt;br /&gt;
&lt;br /&gt;
The following link provides a comparison of changes between 7.1.2 and 7.2.0/7.2.1:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.1.2-release.1...v7.2.0-release.1&lt;br /&gt;
&lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
&lt;br /&gt;
The following link provides a comparison of changes between 7.1.2 and 7.2.0/7.2.1:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.1.2-release.1...v7.2.0-release.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
* [[Changelog:WHMCS_V7.2.0_Beta_1|Version 7.2.0 Beta 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.2.0_Beta_2|Version 7.2.0 Beta 2]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.2.0_Beta_3|Version 7.2.0 Beta 3]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.2.0_RC_1|Version 7.2.0 RC 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.2.0_GA|Version 7.2.0 GA]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.2.1|Version 7.2.1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.2.2|Version 7.2.2]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.2.2_Release_Notes&amp;diff=23102</id>
		<title>Version 7.2.2 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.2.2_Release_Notes&amp;diff=23102"/>
				<updated>2017-05-31T18:25:34Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt; &amp;lt;br /&amp;gt; Version: 7.2.2&amp;lt;br /&amp;gt; Release Type: Maintenance&amp;lt;br /&amp;gt; Release Date:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.2.2&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: Maintenance&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 31st May 2017&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full Version, Incremental and via Automatic Updater&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from https://download.whmcs.com/&lt;br /&gt;
 &lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
 &lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
 &lt;br /&gt;
Simply navigate to Utilities &amp;gt; Update WHMCS to begin the process.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to http://docs.whmcs.com/Automatic_Updater&lt;br /&gt;
 &lt;br /&gt;
==Release Notes==&lt;br /&gt;
 &lt;br /&gt;
* CORE-11339: resolves various reports of API response behavior changes.  It restores the following expectations:&lt;br /&gt;
** An NVP response will be provided if the request does not specify a response type and the response results do not contain nested data.&lt;br /&gt;
** An XML response will be provided if the request does not specify a response type and the response results contain nested data.&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; Please note that the NVP response type, while currently supported, is marked as deprecated.  We highly recommend that you utilize the JSON response type format for all you API calls. As well, we encourage you to explicitly request the desired response type for consistent response structures across all your API calls and to avoid conditional processing.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
* CORE-11321: Based on user feedback, we have updated the amount of information presented to authenticated Admins when an error page is rendered.&lt;br /&gt;
** If the authenticated Admin has the &amp;quot;Configure General Settings&amp;quot; permission, a stacktrace of the error will be provided regardless if Display Errors is enabled. Additional documentation reference is noted that links to the Troubleshooting Guide for common mitigation and error resolution.&lt;br /&gt;
** For authenticated Admins that do not have this permission, a stacktrace is rendered when Display Errors is enabled.  Additional documentation reference is noted that links to how one can enable Display Errors for further context.&lt;br /&gt;
** If the error is encountered prior to startup and authentication processes, general error handling will occur since such conditional observations are not viable.&lt;br /&gt;
* Additional enhancements have been made in the core error handling to mitigate the erroneous halt of normal functionality under non-critical conditions in various system and contextual environments.&lt;br /&gt;
 &lt;br /&gt;
==Template Changes==&lt;br /&gt;
 &lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
 &lt;br /&gt;
=== Six Template ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.2.0/7.2.1 and 7.2.2:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.2.0-release.1...v7.2.2-release.1&lt;br /&gt;
 &lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
 &lt;br /&gt;
The following link provides a comparison of changes between 7.2.0/7.2.1 and 7.2.2:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.2.0-release.1...v7.2.2-release.1&lt;br /&gt;
 &lt;br /&gt;
===Version 7.2.2 ===&lt;br /&gt;
{{:Changelog:WHMCS_V7.2.2}}&lt;br /&gt;
 &lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.2&amp;diff=23098</id>
		<title>Changelog:WHMCS V7.2</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.2&amp;diff=23098"/>
				<updated>2017-05-31T18:23:31Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Version 7.2.0 Beta 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.2.0_Beta_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.2.0 Beta 2=&lt;br /&gt;
{{:Changelog:WHMCS_V7.2.0_Beta_2}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.2.0 Beta 3=&lt;br /&gt;
{{:Changelog:WHMCS_V7.2.0_Beta_3}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.2.0 RC 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.2.0_RC_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.2.0 GA=&lt;br /&gt;
{{:Changelog:WHMCS_V7.2.0_GA}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.2.1 Maintenance=&lt;br /&gt;
{{:Changelog:WHMCS_V7.2.1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.2.2 Maintenance=&lt;br /&gt;
{{:Changelog:WHMCS_V7.2.2}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.2.2&amp;diff=23094</id>
		<title>Changelog:WHMCS V7.2.2</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.2.2&amp;diff=23094"/>
				<updated>2017-05-31T18:22:55Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;Version 7.2.2 Release Notes&amp;lt;/noinclude&amp;gt;   == Maintenance == CORE-10969&amp;amp;nbsp;-&amp;amp;nbsp;Correct OpenSRS state/province value for Yukon Territory&amp;lt;br /&amp;gt; CORE-11250&amp;amp;nbs...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Version 7.2.2 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-10969&amp;amp;nbsp;-&amp;amp;nbsp;Correct OpenSRS state/province value for Yukon Territory&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11250&amp;amp;nbsp;-&amp;amp;nbsp;Correct activity log entry hyperlinking and text for sub-account failed login attempts&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11254&amp;amp;nbsp;-&amp;amp;nbsp;Correct permission asserting for Widgets of Addon Modules&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11274&amp;amp;nbsp;-&amp;amp;nbsp;Ensure appropriate marketplace content aggregation in client area under specific configurations&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11275&amp;amp;nbsp;-&amp;amp;nbsp;Prevent client discount from adversely affecting tax calculation&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-11297&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11280&amp;amp;nbsp;-&amp;amp;nbsp;Preselect parent service billing cycle in New Addon service form&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-11328&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11281&amp;amp;nbsp;-&amp;amp;nbsp;Restore template conditional which hides the language chooser when feature is disable&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11283&amp;amp;nbsp;-&amp;amp;nbsp;Prevent E_WARNING on initialization in cron&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11284&amp;amp;nbsp;-&amp;amp;nbsp;Correct cart domain renewal removal operation for Boxes order form&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11285&amp;amp;nbsp;-&amp;amp;nbsp;Improve robustness of remote server connects via GetServers API action&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11287&amp;amp;nbsp;-&amp;amp;nbsp;Improve UX of MarketConnect orders that fail to provision&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11289&amp;amp;nbsp;-&amp;amp;nbsp;Prevent pre-mature exit when activating Two Factor via client area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11290&amp;amp;nbsp;-&amp;amp;nbsp;Restore functionality that permits negative tax rate to accommodate for specific regional requirements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11292&amp;amp;nbsp;-&amp;amp;nbsp;Remove erroneous CSS rule for .panel-sidebar.panel-danger&amp;amp;gt;.panel-heading in Six theme&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11295&amp;amp;nbsp;-&amp;amp;nbsp;Ensure JS required for the API Credentials feature is available for v4 admin template&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11298&amp;amp;nbsp;-&amp;amp;nbsp;Prevent erroneous inclusion of translated knowledgebase articles in aggregate queries &amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11305&amp;amp;nbsp;-&amp;amp;nbsp;Correct database backup table locking query&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11307&amp;amp;nbsp;-&amp;amp;nbsp;Provide translation string for domain pricing page text &amp;amp;quot;Please choose a category from above&amp;amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11310&amp;amp;nbsp;-&amp;amp;nbsp;Prevent references to knowledgebase categories for non-integral database entries&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11317&amp;amp;nbsp;-&amp;amp;nbsp;Show parent product in Products/Services dropdown when adding a new addon&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11321&amp;amp;nbsp;-&amp;amp;nbsp;Provide additional help information on Oops! page for active Admin sessions&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11336&amp;amp;nbsp;-&amp;amp;nbsp;Correct Knowledgebase Article voting via POST&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11340&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Knowledgebase category description is correctly populated in all Knowledgebase pages&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11341&amp;amp;nbsp;-&amp;amp;nbsp;Correct assertion and exclusion of hidden Knowledgebase categories in search results&amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Modules ==&lt;br /&gt;
ADDON-6007&amp;amp;nbsp;-&amp;amp;nbsp;Populate Service ID in Product Details button on Licensing Manager search results&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6562&amp;amp;nbsp;-&amp;amp;nbsp;Correct link and preview of MarketConnect landing pages&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6566&amp;amp;nbsp;-&amp;amp;nbsp;Correct translation key of addon deletion confirmation in client services&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6568&amp;amp;nbsp;-&amp;amp;nbsp;Correct Plesk update query of usage stats for product addons&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6570&amp;amp;nbsp;-&amp;amp;nbsp;Correct service property reference for WHMSonic &amp;amp;amp; VPSnet&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6571&amp;amp;nbsp;-&amp;amp;nbsp;Correct entity reference for Virtualmin usage stats update &amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6572&amp;amp;nbsp;-&amp;amp;nbsp;Prevent erroneous customfield creation for MarketConnect services&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6573&amp;amp;nbsp;-&amp;amp;nbsp;Pass appropriate client details to Stripe when inputting credit card via AdminUI for clients without previous invoice&amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== API ==&lt;br /&gt;
CORE-11334&amp;amp;nbsp;-&amp;amp;nbsp;Mitigate PHP 7 array pointer rescope for recursive methods which cause duplicate API result nests&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11335&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API action getclientsdetails populates root node for backwards compatibility&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-11339&amp;amp;nbsp;-&amp;amp;nbsp;Restore default legacy NVP API response type for API actions that do not have nested results&amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-11333&amp;amp;nbsp;-&amp;amp;nbsp;Correct translation string reference to invoicesPaymentPending in Invoice PDF template&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Support_Tab&amp;diff=22750</id>
		<title>Support Tab</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Support_Tab&amp;diff=22750"/>
				<updated>2017-05-08T19:16:05Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* KB SEO Friendly URLs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;{{General Settings}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For information regarding the support centre in WHMCS [[Support_Center|refer to this page]].&lt;br /&gt;
&lt;br /&gt;
===Support Module===&lt;br /&gt;
If a third party support system is installed, select it here.&lt;br /&gt;
&lt;br /&gt;
===Support Ticket Mask Format===&lt;br /&gt;
This options allows for the customisation of the support ticket number assigned to new tickets as they are opened. Entering the following codes into the mask field will change the format of the ticket number, you can even add letters and dates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
%A - Uppercase letter | %a - Lowercase letter | %n - Number | %y - Year | %m - Month | %d - Day | %i - Ticket ID&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example a mask format configuration of '''%A%A%A - %n%n%n%n - %y''' would result in a ticket number of '''AAA - 111 - 2013'''. Where %A is replaced with any random uppercase letter and %n is replaced with any random number between 0-9.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;'''Note:'''&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
The maximum length of the ticket mask is 15 characters.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Ticket Reply List Order===&lt;br /&gt;
Choose the order support ticket messages are displayed when viewing a ticket in the admin area.&lt;br /&gt;
&lt;br /&gt;
===Ticket Reply Email Limit===&lt;br /&gt;
Specifies the maximum number of emails you wish to receive into your support system from an individual email address within a 15 minute period. This is useful if a client opens a ticket and has an auto-responder active on their email address; the auto-responder replies to your message, the support system sends an automated acknowledgement email, their auto-responder responds ad infinitum. By default WHMCS will prevent the 10th email being imported into the support system.&lt;br /&gt;
&lt;br /&gt;
===Show Client Only Departments===&lt;br /&gt;
By default support departments with the ''Clients Only'' option enabled are hidden from visitors on the ticket submission page. Ticking this option will cause such departments to be displayed to visitors and allow them to submit tickets to them.&lt;br /&gt;
&lt;br /&gt;
===Client Tickets Require Login===&lt;br /&gt;
Enabling this will prompt clients to login before they can view a support ticket. This will not prevent unregistered users from viewing their tickets.&lt;br /&gt;
&lt;br /&gt;
===Attachment Thumbnail Previews===&lt;br /&gt;
When enabled a thumbnail sized preview of any images attached to a support ticket will be displayed, allowing you quickly identify &amp;amp; see what's in the attachment you're looking for without even needing to open it. &lt;br /&gt;
&lt;br /&gt;
===Knowledgebase Suggestions===&lt;br /&gt;
Enabling will display the title and first line of articles from your knowledgebase relevant to the support ticket message a customer is typing. It is displayed between the ticket body and the submit button. You must have at-least 5 articles in your KB if 30 words each before this feature will function.&lt;br /&gt;
&lt;br /&gt;
===Support Ticket Rating===&lt;br /&gt;
A star-rating system will appear below each staff reply when enabled. Customers can rate the responses on a scale of 1-5 and the Support Ticket Ratings Reviewer report is available with the results.&lt;br /&gt;
&lt;br /&gt;
===Ticket Closure Feedback Request===&lt;br /&gt;
In addition to the above option, you can also send an email to users once a support ticket has been closed. They will be directed to a page asking the client to rate and provide comments on each member of staff's response to the ticket as well as a general comment. The message will only be sent once per ticket and only for tickets with at-least one staff reply.&lt;br /&gt;
&lt;br /&gt;
The results are collated into two reports under the Reports tab; Ticket Feedback Scores and Ticket Feedback Comments.&lt;br /&gt;
&lt;br /&gt;
If auto-close ticket notifications are also enabled the feedback email will take precedence. Ie. The feedback email will be sent instead of the ticket closure notification.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;'''Note:'''&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
In 7.0, this feature was moved to be a Department Specific setting and you can enable this under Setup &amp;gt;&amp;gt; Support &amp;gt;&amp;gt; Support Departments when editing a department.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Prevent Email Reopening===&lt;br /&gt;
&lt;br /&gt;
Enabling this setting will prevent replies by email from re-opening a ticket once it has been closed.  Instead, when a user attempts to reply to a closed ticket via email, the user is sent an email based on the email template &amp;quot;Closed Ticket Bounce Message&amp;quot; and the reply is not added to the ticket.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;'''Note:'''&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
This does not prevent users from replying to and re-opening closed tickets from the client area.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For registered clients, the email message they receive explains that if they wish to re-open the ticket they attempted to reply to, that they can login to the client area and do so from there.  For non-registered users, they need to open a new ticket and are instructed as such.&lt;br /&gt;
&lt;br /&gt;
===Update Last Reply Timestamp===&lt;br /&gt;
With the '''Every time a reply is made''' option selected, whenever a client replies to a support ticket the &amp;quot;Last Reply&amp;quot; timestamp will be reset. This can mean that a client bumping a ticket actually delays a staff response as it would move to the back of the queue. Choosing the '''Every time for staff replies, only on a change of status for clients''' option will prevent this by only resetting the &amp;quot;Last Reply&amp;quot; timestamp when a member of staff replies or when the ticket status is changed.&lt;br /&gt;
&lt;br /&gt;
===Disable Reply Email Logging===&lt;br /&gt;
When ticked, ticket responses will not be recorded in the email log. This saves some disk space in the database as it is already logged in the ticket itself.&lt;br /&gt;
&lt;br /&gt;
===KB SEO Friendly URLs===&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-question-circle&amp;quot;&amp;gt;&amp;lt;/i&amp;gt; This checkbox is removed in version 7.2 and above, use Friendly URL Mode instead.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enabling this requires mod_rewrite enabled on your server, it will rewrite ''/knowledgebase.php?action=view&amp;amp;id=1'' to &amp;quot;/knowledgebase/1/How_do_I_login.html&amp;quot; for example. Making your knowledgebase, announcements and downloads more friendly to search engines. For more information [[Support_Center#Search_Engine_Friendly_URLS|refer to this page]].&lt;br /&gt;
&lt;br /&gt;
===Allowed File Attachment Types===&lt;br /&gt;
Specify the file types that customers are permitted to attach to support tickets. For example .jpg,.gif,.jpeg,.png&amp;lt;br /&amp;gt;&lt;br /&gt;
It is not possible to accept .php attachments for security reasons as this could potentially allow someone to upload a malicious script to your server.&lt;br /&gt;
&lt;br /&gt;
===Network Issues Require Login===&lt;br /&gt;
When enabled, only customers who are logged in will be able to view the network issues pages.&lt;br /&gt;
&lt;br /&gt;
===Include Product Downloads===&lt;br /&gt;
If a product has an [[Product_Downloads_Distribution|associated download]] it is usually only available on the product details page, ticking this option will also display this file on the Downloads page. Clients will still only be able to download the file if they own the relevant product.&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Support_Center&amp;diff=22747</id>
		<title>Support Center</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Support_Center&amp;diff=22747"/>
				<updated>2017-05-08T19:04:29Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Search Engine Friendly URLS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WHMCS includes a fully featured helpdesk for your clients.  This includes announcements, downloads, a knowledgebase and a ticketing system.&lt;br /&gt;
&lt;br /&gt;
==Announcements==&lt;br /&gt;
&lt;br /&gt;
The announcements system, along with showing announcements on the WHMCS homepage, will also output announcements into an XML RSS Feed for use in readers and on other websites. &lt;br /&gt;
&lt;br /&gt;
* To create an announcement navigate to '''Support &amp;gt; Announcements''' and click Add New Announcement.&lt;br /&gt;
* Enter the date, title and announcement itself into the appropriate fields.&lt;br /&gt;
* If the announcement should be available publicly tick the Published? checkbox. In this way an article can be drafted, saved and published at a later date.&lt;br /&gt;
* If you operate in multiple languages click the language beneath the main text area to reveal an additional text area into which the article can be translated.&lt;br /&gt;
* Finally click Save Changes &lt;br /&gt;
&lt;br /&gt;
To edit an existing announcement simply click the edit icon next to it.&lt;br /&gt;
&lt;br /&gt;
==Downloads==&lt;br /&gt;
&lt;br /&gt;
You can add downloads to the site for your users, this could be anything from product user manuals, relevant software utilities or even the actual products being sold. They can either be hosted locally or remotely. &lt;br /&gt;
&lt;br /&gt;
* The first step is to create a category to contain downloads, navigate to '''Support &amp;gt; Downloads''' and click the Add Category tab&lt;br /&gt;
* Enter a name and description to be displayed to clients. Tick the Hide checkbox to make this category invisible, it will be available only via direct links. Click Add Category.&lt;br /&gt;
* Now click the Add Download tab to enter the file type, title and description of the file.&lt;br /&gt;
* In the Upload File section select the location of the file. If the file is large it's recommend to upload via FTP and select the Manual FTP Upload to Downloads Folder option, for smaller files the Upload File can make the process easier.&lt;br /&gt;
* '''Manual FTP Upload to Downloads Folder''' - For remotely hosted files simply enter the full URL to the files starting with http:// in the Enter Filename field, for files uploaded via FTP to the /downloads directory it should just be the filename.&lt;br /&gt;
* '''Upload File''' - Click the Browse button and locate the file on your computer, it will be uploaded to the /downloads dir.&lt;br /&gt;
* Downloads can be either public or private and if private, only users who are logged in will have access to them.  You can also specify certain products which can be downloaded only once the associated package is purchased: [[Product Downloads Distribution]]&lt;br /&gt;
* Finally click Add Download.&lt;br /&gt;
&lt;br /&gt;
To edit an existing download simply click the category name and then the download name.&lt;br /&gt;
&lt;br /&gt;
==Knowledgebase==&lt;br /&gt;
&lt;br /&gt;
{{:Knowledgebase}}&lt;br /&gt;
&lt;br /&gt;
==Support Tickets==&lt;br /&gt;
&lt;br /&gt;
The support ticket system is a fully featured ticket desk that allows you to handle all communication with your clients.  Featuring threaded discussions, private notes, ticket flagging, varying priority levels, auto inactive ticket closing and much much more...  We have a full page dedicated to the [[Support Tickets|Support Ticket System]] here.&lt;br /&gt;
&lt;br /&gt;
==Network Issues==&lt;br /&gt;
&lt;br /&gt;
The network issues area is designed to be a dedicated area for you to make announcements to customers about current and scheduled/planned service affecting issues, separate from your main news and announcements feed. For example, this can be used to notify clients about current or planned server outages, software updates, planned maintenance, and other things like that.&lt;br /&gt;
&lt;br /&gt;
For details please visit the [[Network Issues]] page&lt;br /&gt;
&lt;br /&gt;
==Search Engine Friendly URLS==&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-question-circle&amp;quot;&amp;gt;&amp;lt;/i&amp;gt; This section describes a feature available in version 7.2 and above&amp;lt;/div&amp;gt;&lt;br /&gt;
Search Engine Friendly URLs are where a URL which once was &amp;quot;/knowledgebase.php?action=view&amp;amp;id=1&amp;quot; becomes &amp;quot;/knowledgebase/1/How_do_I_access_my_control_panel.html&amp;quot;.  You can enable these for the announcements, downloads and knowledgebase sections of the WHMCS client area. &lt;br /&gt;
&lt;br /&gt;
# Switch to rewrite mode to Fully Friendly Rewrite in WHMCS General Configuration settings. &lt;br /&gt;
&lt;br /&gt;
The above steps apply to Apache. For IIS environments, you must make sure IIS has URL rewrite installed (http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/), and then you can setup the rewrite rules as follows:&lt;br /&gt;
&lt;br /&gt;
#Open IIS Manager&lt;br /&gt;
#Browse to the site you want to add rule to&lt;br /&gt;
#In the right pane double-click and select urlrewrite&lt;br /&gt;
#On right side inbound rules select import rules&lt;br /&gt;
#Extract the mod_rewrite rules from WHMCS -&amp;gt; General Settings -&amp;gt; Advanced Settings button for Friendly URL Setting -&amp;gt; Rewrite File&lt;br /&gt;
#Paste those rules into the into rewrite rules field&lt;br /&gt;
#Finally click Apply to complete the process&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
Only Latin characters (a-z, 0-9) in the title are currently supported in the Search Engine Friendly URLs. Any unsupported characters will be converted into a dash (-).&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=SpamExperts_via_WHMCS_MarketConnect&amp;diff=22406</id>
		<title>SpamExperts via WHMCS MarketConnect</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=SpamExperts_via_WHMCS_MarketConnect&amp;diff=22406"/>
				<updated>2017-04-11T13:36:54Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;WHMCS MarketConnect allows you to resell SpamExperts Email Solutions.  ==Setup and Configuration==  To activate and begin reselling SpamExperts services via WHMCS MarketConnec...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WHMCS MarketConnect allows you to resell SpamExperts Email Solutions.&lt;br /&gt;
&lt;br /&gt;
==Setup and Configuration==&lt;br /&gt;
&lt;br /&gt;
To activate and begin reselling SpamExperts services via WHMCS MarketConnect, simply navigate to ''Setup &amp;gt; MarketConnect'' within your WHMCS admin area and click the '''Activate''' button under the SpamExperts product offering.&lt;br /&gt;
&lt;br /&gt;
==SpamExperts Automation==&lt;br /&gt;
&lt;br /&gt;
===cPanel===&lt;br /&gt;
&lt;br /&gt;
When ordering a SpamExperts Service for a cPanel Hosting Account, WHMCS and MarketConnect fully automates the configuration process.&lt;br /&gt;
&lt;br /&gt;
WHMCS will fetch the current MX records of the account and save them, then it will setup new MX records provided by SpamExperts so they can filter your email for you. If the spam filtering is ever cancelled or terminated, WHMCS uses the saved previous records to restore your original MX records so that email is routed to your hosting service. &lt;br /&gt;
&lt;br /&gt;
===Any Other Control Panel===&lt;br /&gt;
&lt;br /&gt;
If we are unable to automatically make the DNS MX record changes, we instead send an email to client using the template: &amp;quot;SpamExperts Welcome Email&amp;quot; which explains the exact DNS MX records and how to make the changes to their DNS records. This template can be customized to match your hosting setup. &lt;br /&gt;
&lt;br /&gt;
==Admin Management Actions==&lt;br /&gt;
&lt;br /&gt;
For any SpamExperts order, an Admin user is able to perform the following actions:&lt;br /&gt;
&lt;br /&gt;
* '''Create''' - This runs the provisioning codepath if the addon did not auto-activate on payment approval (depends on product settings). &lt;br /&gt;
* '''Terminate''' - This disables the SpamExperts Service and if the addon is assigned to a cPanel server will reverse the DNS MX record changes. &lt;br /&gt;
&lt;br /&gt;
From the MarketConnect Management page, admin users can also perform single sign-on into their SpamExperts parent account that will allow them to manage all the filtering services under their control.&lt;br /&gt;
&lt;br /&gt;
==Client Management Actions==&lt;br /&gt;
&lt;br /&gt;
When logged into the Client Area, if a customer has an active SpamExperts service, they will be provided with a link to manage their website that will perform Single Sign-On and take them directly to the SpamExperts Control Panel to manage their email services.&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.2&amp;diff=22091</id>
		<title>Changelog:WHMCS V7.1.2</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.2&amp;diff=22091"/>
				<updated>2017-02-21T13:49:54Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;Version 7.1.2 Release Notes&amp;lt;/noinclude&amp;gt;  == Maintenance == CORE-10094&amp;amp;nbsp;-&amp;amp;nbsp;Filter merged tickets from client area variables for the legacy Five template&amp;lt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Version 7.1.2 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-10094&amp;amp;nbsp;-&amp;amp;nbsp;Filter merged tickets from client area variables for the legacy Five template&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10682&amp;amp;nbsp;-&amp;amp;nbsp;Correctly honor Disable Reply Email Logging save state&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10719&amp;amp;nbsp;-&amp;amp;nbsp;Correct Quick Links count for admin v4 template sidebar&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10756&amp;amp;nbsp;-&amp;amp;nbsp;Improve rendering of System Overview when Blend sidebar is minimised&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10773&amp;amp;nbsp;-&amp;amp;nbsp;Remove mcrypt from recommended PHP extensions&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10776&amp;amp;nbsp;-&amp;amp;nbsp;Ensure valid value for &amp;amp;quot;Average First Response&amp;amp;quot; on Support Overview&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10778&amp;amp;nbsp;-&amp;amp;nbsp;Update .coop whois server address&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10783&amp;amp;nbsp;-&amp;amp;nbsp;Prevent exception for system cron do commands without email report option&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10792&amp;amp;nbsp;-&amp;amp;nbsp;Make fifth nameserver from server available in service email template merge fields&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10796&amp;amp;nbsp;-&amp;amp;nbsp;Display accurate Currency Exchange Rates status on Automation Status page&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10806&amp;amp;nbsp;-&amp;amp;nbsp;Accept sole cron option DatabaseBackup with Do command&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10810&amp;amp;nbsp;-&amp;amp;nbsp;Improve setup suggest on Escalation Rules page&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10814&amp;amp;nbsp;-&amp;amp;nbsp;Fallback to Stable update channel if an invalid option is defined&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10816&amp;amp;nbsp;-&amp;amp;nbsp;Improve detection of PECL MySQL extension in PHP 7 environments&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10819&amp;amp;nbsp;-&amp;amp;nbsp;Correct link destination for &amp;amp;quot;Total Active Clients&amp;amp;quot; within the Client Activity Widget&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10828&amp;amp;nbsp;-&amp;amp;nbsp;Do not create activity log entries for high frequency cron tasks&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10833&amp;amp;nbsp;-&amp;amp;nbsp;Improve admin session expiry detection on form submission and subsequent re-authentication&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10852&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10836&amp;amp;nbsp;-&amp;amp;nbsp;Update .ee whois server address&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10840&amp;amp;nbsp;-&amp;amp;nbsp;Improve responsive behaviour of admin homepage&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10842&amp;amp;nbsp;-&amp;amp;nbsp;Display tax rules in alphabetical order by country in configuration page&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10843&amp;amp;nbsp;-&amp;amp;nbsp;Improve cron activity detection during 7.1 upgrade routines&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10847&amp;amp;nbsp;-&amp;amp;nbsp;Improve robustness of sql upgrade queries&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10844&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10849&amp;amp;nbsp;-&amp;amp;nbsp;Replace deprecated split() usage&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6495&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10853&amp;amp;nbsp;-&amp;amp;nbsp;Correct variables passed to ClientLogin hook&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10857&amp;amp;nbsp;-&amp;amp;nbsp;Exclude HostRecordCount from DNS Management page using eNom module&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10860&amp;amp;nbsp;-&amp;amp;nbsp;Correctly process eNom API availability response for large record sets&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10868&amp;amp;nbsp;-&amp;amp;nbsp;Honour Show on Order Form option when Clients Choose Gateways is disabled&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10871&amp;amp;nbsp;-&amp;amp;nbsp;Correct formatting within cart of flagged spotlight TLD&amp;amp;#039;s when using standard whois&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10874&amp;amp;nbsp;-&amp;amp;nbsp;Allow sole cron option DatabaseBackup with Skip command&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10884&amp;amp;nbsp;-&amp;amp;nbsp;Render Completed status label with distinct color on admin products/services list&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10885&amp;amp;nbsp;-&amp;amp;nbsp;Improve update mirror interaction for installations without Support &amp;amp;amp; Updates&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10888&amp;amp;nbsp;-&amp;amp;nbsp;Display minimum functional version of cURL required in System Health&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10896&amp;amp;nbsp;-&amp;amp;nbsp;Improve redirection parsing and validation&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10898&amp;amp;nbsp;-&amp;amp;nbsp;Normalize management of Affiliate Withdrawal Minimum setting across client area&amp;lt;br /&amp;gt;&lt;br /&gt;
DEV-417&amp;amp;nbsp;-&amp;amp;nbsp;Contextualize Updater environment and validation errors and provide additional help&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
MODULE-6479&amp;amp;nbsp;-&amp;amp;nbsp;Correct Merchant Warrior testmode detection&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6483&amp;amp;nbsp;-&amp;amp;nbsp;Improve Stripe template change detection logic&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6484&amp;amp;nbsp;-&amp;amp;nbsp;Update Webnic testmode URL protocol&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6488&amp;amp;nbsp;-&amp;amp;nbsp;Prevent error on Plesk Reseller Account editing (plesk/whmcs-plugin/pull/15)&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10808&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6492&amp;amp;nbsp;-&amp;amp;nbsp;Update Stripe module to accept 4 digit CVV in Admin Area&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6493&amp;amp;nbsp;-&amp;amp;nbsp;Correctly load Eway Tokens credit card template in client area&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6498&amp;amp;nbsp;-&amp;amp;nbsp;Correct client name provided to Stripe for token creation&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6497&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6502&amp;amp;nbsp;-&amp;amp;nbsp;Use registrant contact for geo TLDs which do not support other contact type details&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6505&amp;amp;nbsp;-&amp;amp;nbsp;Correct local IP identification for ResellerClub&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-10752&amp;amp;nbsp;-&amp;amp;nbsp;Improvements for client area French translation&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10858&amp;amp;nbsp;-&amp;amp;nbsp;Improvements for client area Portuguese-BR translation&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1&amp;diff=22087</id>
		<title>Changelog:WHMCS V7.1</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1&amp;diff=22087"/>
				<updated>2017-02-21T13:48:53Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Version 7.1.0 Beta 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.0_Beta_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.1.0 RC 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.0_RC_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.1.0 GA=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.0_GA}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.1.1 TSR=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.1.2=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.2}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1&amp;diff=22083</id>
		<title>Changelog:WHMCS V7.1</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1&amp;diff=22083"/>
				<updated>2017-02-21T13:48:11Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Version 7.1.0 Beta 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.0_Beta_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.1.0 RC 1=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.0_RC_1}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.1.0 GA=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.0_GA}}&lt;br /&gt;
&lt;br /&gt;
=Version 7.1.0 GA=&lt;br /&gt;
{{:Changelog:WHMCS_V7.1.1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.1_Release_Notes&amp;diff=21466</id>
		<title>Version 7.1 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.1_Release_Notes&amp;diff=21466"/>
				<updated>2016-12-14T15:53:56Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.1&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: General Release&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 14th December 2016&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full Version Only&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Version History==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;16th November 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;RC 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;30th November 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;14th December 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from http://download.whmcs.com/&lt;br /&gt;
&lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
&lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
&lt;br /&gt;
Simply navigate to Utilities &amp;gt; Update WHMCS to begin the process.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to http://docs.whmcs.com/Automatic_Updater&lt;br /&gt;
&lt;br /&gt;
==Release Notes==&lt;br /&gt;
&lt;br /&gt;
* '''New Daily Cron Notification Format''' - The WHMCS Daily Cron Notification email format has been changed. The email is now intended to provide a high level overview of the daily cron activities and the new [[Automation Status]] feature within the admin interface will allow for reviewing more in depth information for any recent cron run.&lt;br /&gt;
&lt;br /&gt;
* '''Admin Dashboard Widgets''' - As part of the Admin Dashboard changes, a new format for dashboard widgets has been introduced. Widgets designed for previous versions of the product are still compatible. New style widgets adhere to the admin role permissions and do not require configuring separately like previous widgets.&lt;br /&gt;
&lt;br /&gt;
* '''Module Queue''' - The module queue is a new feature designed to make it easier to track and resolve failed module API commands. Any failed module calls such as new account provisioning attempts, domain registration and renewals, suspensions, terminations and more will be recorded here along with the reason for failure providing you with an interface to review failures and resolve them. For more information, see [[Module Queue]].&lt;br /&gt;
&lt;br /&gt;
* '''Premium Domains''' - WHMCS 7.1 introduces support for selling Premium Domains. The selling of Premium Domains requires use of a domain registrar that supports checking the availility of and returning pricing information for Premium Domains. V7.1 introduces this ability to the Enom and ResellerClub domain registrar modules. For more information, please see [[Premium Domains]]&lt;br /&gt;
&lt;br /&gt;
* '''Namespinning with ResellerClub''' - Domain suggestions are now supported by the ResellerClub and associated domain registrar modules. This can be enabled and configured in ''Setup &amp;gt; Products &amp;amp; Services &amp;gt; Domain Pricing''&lt;br /&gt;
&lt;br /&gt;
* '''Domain Lookup Provider''' - The location of the domain lookup provider settings has been moved from General Settings to ''Setup &amp;gt; Products &amp;amp; Services &amp;gt; Domain Pricing''&lt;br /&gt;
&lt;br /&gt;
* '''Stripe''' - WHMCS 7.1 introduces an Official Stripe module. For more information, please see the [[Stripe]] documentation.&lt;br /&gt;
&lt;br /&gt;
* '''Cron Logging Changes''' - The format and quantity of activity log entries relating to the cron have changed.&lt;br /&gt;
&lt;br /&gt;
* '''Asset &amp;amp; Template Changes''' - WHMCS 7.1 introduces consolidation and compression of all asset files.  The following templates have required changes for this - Six, Standard Cart, Blend and V4.  This change reduces the number of external requests on page load leading to improved performance and faster load times. For more information, please see [[WHMCS 7.1 Asset Changes]]&lt;br /&gt;
&lt;br /&gt;
* '''System Cron Input Options''' - Input options for the System Cron command line script (''crons/cron.php''), while providing full backwards compatibility, has been improved. Details can be found in the update [[Crons]] documentation&lt;br /&gt;
&lt;br /&gt;
* '''PHP XML Module Requirement''' - The PHP XML module is now a system requirement. This module usually compiled by default in PHP and in most cases no change will be required. You can confirm that the PHP XML module is compiled and enabled by reviewing the output of ''Utilities &amp;gt;&amp;gt; System &amp;gt;&amp;gt; PHP Info'' in the admin area.&lt;br /&gt;
&lt;br /&gt;
===Stripe===&lt;br /&gt;
&lt;br /&gt;
WHMCS 7.1 introduces an Official Stripe module. For more information, please see the [[Stripe]] documentation.&lt;br /&gt;
&lt;br /&gt;
'''What if I have an existing Stripe Module?'''&lt;br /&gt;
We have tried to make the module a drop in replacement for other third party modules. After upgrading, configure the module in ''Setup &amp;gt; Payments &amp;gt; Payment Gateways''. Once configured, disable the third party module, choosing Stripe as the replacement.&lt;br /&gt;
&lt;br /&gt;
'''What if my module has the filename &amp;quot;Stripe&amp;quot;?'''&lt;br /&gt;
On upgrade, replacement of the third party module will be automatic. Configuration of the module is still required in Setup &amp;gt; Payments &amp;gt; Payment Gateways.&lt;br /&gt;
&lt;br /&gt;
'''What if the third party module I used before had template changes?'''&lt;br /&gt;
With the official WHMCS module, there are no template changes required. Any changes yuou performed when installing any third party modules will need to be reverted.&lt;br /&gt;
&lt;br /&gt;
'''Can I convert locally stored credit cards to Stripe?'''&lt;br /&gt;
Yes. The module supports automatically converting locally stored credit card details into tokens the first time a payment is captured via Stripe.&lt;br /&gt;
&lt;br /&gt;
==New Documentation==&lt;br /&gt;
* [[Automation Status]]&lt;br /&gt;
* [[Module Queue]]&lt;br /&gt;
* [[Premium Domains]]&lt;br /&gt;
* [[Stripe]]&lt;br /&gt;
* [http://docs.whmcs.com/classes/7.1/index.html Class Documentation]&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
&lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
&lt;br /&gt;
=== Six Template ===&lt;br /&gt;
&lt;br /&gt;
The following link provides a comparison of changes between 7.0.1 and 7.1.0:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.0.1-release.1...v7.1.0-release.1&lt;br /&gt;
&lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
&lt;br /&gt;
The following link provides a comparison of changes between 7.0.1 and 7.1.0:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.0.1-release.1...v7.1.0-release.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&lt;br /&gt;
* [[Changelog:WHMCS_V7.1.0_Beta_1|Version 7.1.0 Beta 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.1.0_RC_1|Version 7.1.0 RC 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.1.0_GA|Version 7.1.0 GA]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.1_Release_Notes&amp;diff=21462</id>
		<title>Version 7.1 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.1_Release_Notes&amp;diff=21462"/>
				<updated>2016-12-14T15:52:05Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Changelog */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.1&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: General Release&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 14th December 2016&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full Version Only&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Version History==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;16th November 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;RC 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;30th November 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;14th December 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from http://download.whmcs.com/#prerelease&lt;br /&gt;
&lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
&lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
&lt;br /&gt;
Simply navigate to Utilities &amp;gt; Update WHMCS to begin the process.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to http://docs.whmcs.com/Automatic_Updater&lt;br /&gt;
&lt;br /&gt;
==Release Notes==&lt;br /&gt;
&lt;br /&gt;
* '''New Daily Cron Notification Format''' - The WHMCS Daily Cron Notification email format has been changed. The email is now intended to provide a high level overview of the daily cron activities and the new [[Automation Status]] feature within the admin interface will allow for reviewing more in depth information for any recent cron run.&lt;br /&gt;
&lt;br /&gt;
* '''Admin Dashboard Widgets''' - As part of the Admin Dashboard changes, a new format for dashboard widgets has been introduced. Widgets designed for previous versions of the product are still compatible. New style widgets adhere to the admin role permissions and do not require configuring separately like previous widgets.&lt;br /&gt;
&lt;br /&gt;
* '''Module Queue''' - The module queue is a new feature designed to make it easier to track and resolve failed module API commands. Any failed module calls such as new account provisioning attempts, domain registration and renewals, suspensions, terminations and more will be recorded here along with the reason for failure providing you with an interface to review failures and resolve them. For more information, see [[Module Queue]].&lt;br /&gt;
&lt;br /&gt;
* '''Premium Domains''' - WHMCS 7.1 introduces support for selling Premium Domains. The selling of Premium Domains requires use of a domain registrar that supports checking the availility of and returning pricing information for Premium Domains. V7.1 introduces this ability to the Enom and ResellerClub domain registrar modules. For more information, please see [[Premium Domains]]&lt;br /&gt;
&lt;br /&gt;
* '''Namespinning with ResellerClub''' - Domain suggestions are now supported by the ResellerClub and associated domain registrar modules. This can be enabled and configured in ''Setup &amp;gt; Products &amp;amp; Services &amp;gt; Domain Pricing''&lt;br /&gt;
&lt;br /&gt;
* '''Domain Lookup Provider''' - The location of the domain lookup provider settings has been moved from General Settings to ''Setup &amp;gt; Products &amp;amp; Services &amp;gt; Domain Pricing''&lt;br /&gt;
&lt;br /&gt;
* '''Stripe''' - WHMCS 7.1 introduces an Official Stripe module. For more information, please see the [[Stripe]] documentation.&lt;br /&gt;
&lt;br /&gt;
* '''Cron Logging Changes''' - The format and quantity of activity log entries relating to the cron have changed.&lt;br /&gt;
&lt;br /&gt;
* '''Asset &amp;amp; Template Changes''' - WHMCS 7.1 introduces consolidation and compression of all asset files.  The following templates have required changes for this - Six, Standard Cart, Blend and V4.  This change reduces the number of external requests on page load leading to improved performance and faster load times. For more information, please see [[WHMCS 7.1 Asset Changes]]&lt;br /&gt;
&lt;br /&gt;
* '''System Cron Input Options''' - Input options for the System Cron command line script (''crons/cron.php''), while providing full backwards compatibility, has been improved. Details can be found in the update [[Crons]] documentation&lt;br /&gt;
&lt;br /&gt;
* '''PHP XML Module Requirement''' - The PHP XML module is now a system requirement. This module usually compiled by default in PHP and in most cases no change will be required. You can confirm that the PHP XML module is compiled and enabled by reviewing the output of ''Utilities &amp;gt;&amp;gt; System &amp;gt;&amp;gt; PHP Info'' in the admin area.&lt;br /&gt;
&lt;br /&gt;
===Stripe===&lt;br /&gt;
&lt;br /&gt;
WHMCS 7.1 introduces an Official Stripe module. For more information, please see the [[Stripe]] documentation.&lt;br /&gt;
&lt;br /&gt;
'''What if I have an existing Stripe Module?'''&lt;br /&gt;
We have tried to make the module a drop in replacement for other third party modules. After upgrading, configure the module in ''Setup &amp;gt; Payments &amp;gt; Payment Gateways''. Once configured, disable the third party module, choosing Stripe as the replacement.&lt;br /&gt;
&lt;br /&gt;
'''What if my module has the filename &amp;quot;Stripe&amp;quot;?'''&lt;br /&gt;
On upgrade, replacement of the third party module will be automatic. Configuration of the module is still required in Setup &amp;gt; Payments &amp;gt; Payment Gateways.&lt;br /&gt;
&lt;br /&gt;
'''What if the third party module I used before had template changes?'''&lt;br /&gt;
With the official WHMCS module, there are no template changes required. Any changes yuou performed when installing any third party modules will need to be reverted.&lt;br /&gt;
&lt;br /&gt;
'''Can I convert locally stored credit cards to Stripe?'''&lt;br /&gt;
Yes. The module supports automatically converting locally stored credit card details into tokens the first time a payment is captured via Stripe.&lt;br /&gt;
&lt;br /&gt;
==New Documentation==&lt;br /&gt;
* [[Automation Status]]&lt;br /&gt;
* [[Module Queue]]&lt;br /&gt;
* [[Premium Domains]]&lt;br /&gt;
* [[Stripe]]&lt;br /&gt;
* [http://docs.whmcs.com/classes/7.1/index.html Class Documentation]&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
&lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
&lt;br /&gt;
=== Six Template ===&lt;br /&gt;
&lt;br /&gt;
The following link provides a comparison of changes between 7.0.1 and 7.1.0:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.0.1-release.1...v7.1.0-release.1&lt;br /&gt;
&lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
&lt;br /&gt;
The following link provides a comparison of changes between 7.0.1 and 7.1.0:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.0.1-release.1...v7.1.0-release.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&lt;br /&gt;
* [[Changelog:WHMCS_V7.1.0_Beta_1|Version 7.1.0 Beta 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.1.0_RC_1|Version 7.1.0 RC 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.1.0_GA|Version 7.1.0 GA]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21426</id>
		<title>Changelog:WHMCS V7.1.0 GA</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21426"/>
				<updated>2016-12-14T15:40:12Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* API */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Version 7.1.0 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-10513&amp;amp;nbsp;-&amp;amp;nbsp;Module Settings Retrieval Should Only Occur on Module Settings Tab&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10629&amp;amp;nbsp;-&amp;amp;nbsp;Add xml module to system requirements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10697&amp;amp;nbsp;-&amp;amp;nbsp;Include ChartJs moment.js unbundled for better extensibility&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10721&amp;amp;nbsp;-&amp;amp;nbsp;Improve compatibility for chart based legacy widgets in new Dashboard&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10724&amp;amp;nbsp;-&amp;amp;nbsp;Ensure proper HTML entity encoding for &amp;amp;quot;sendadminemail&amp;amp;quot; API&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10727&amp;amp;nbsp;-&amp;amp;nbsp;Provide refresh button on Update page to synchronize update &amp;amp;amp; license information&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10729&amp;amp;nbsp;-&amp;amp;nbsp;Improper rendering of Client Summary with non-English admin language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10740&amp;amp;nbsp;-&amp;amp;nbsp;Cron Digest Email does not contain details of task work&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10741&amp;amp;nbsp;-&amp;amp;nbsp;Allow TLD Sale Groups in client area to be translatable&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10744&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of Stripe API Connection error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10751&amp;amp;nbsp;-&amp;amp;nbsp;Any Status showing mutliple times in admin area support ticket status filter dropdown&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10748&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10755&amp;amp;nbsp;-&amp;amp;nbsp;Client Summary&amp;amp;#039;s check all action should only select visible items&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10759&amp;amp;nbsp;-&amp;amp;nbsp;Provide info alert when changing the Daily Cron Hour in Automation Settings&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10762&amp;amp;nbsp;-&amp;amp;nbsp;Ensure system cron &amp;amp;#039;skip&amp;amp;#039; will perform all due daily tasks&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10761&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10763&amp;amp;nbsp;-&amp;amp;nbsp;Proactively inform admin via email if daily tasks have not run due to mis-configuration&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10760&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10764&amp;amp;nbsp;-&amp;amp;nbsp;Add Update Available to Cron Daily Digest email&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10779&amp;amp;nbsp;-&amp;amp;nbsp;markdown insert image button preview is non functional&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
MODULE-6237&amp;amp;nbsp;-&amp;amp;nbsp;Remove dot.tk module from distribution &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-8425&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6435&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of payment currency for WorldPay&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6451&amp;amp;nbsp;-&amp;amp;nbsp;Update Realtime Register TestMode URL&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10717&amp;amp;nbsp;-&amp;amp;nbsp;Update query for configure SSL to prevent PDO error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10750&amp;amp;nbsp;-&amp;amp;nbsp;Allow separate contacts for LogicBoxes based modules&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
CORE-10708&amp;amp;nbsp;-&amp;amp;nbsp;Improve addproduct API input handling for product descriptions&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10781&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API getticketcounts function uses same criteria as ticket search form&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-10709&amp;amp;nbsp;-&amp;amp;nbsp;Improvements for client and admin area Hungarian translations&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10731&amp;amp;nbsp;-&amp;amp;nbsp;Additions for client area Arabic translations&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21422</id>
		<title>Changelog:WHMCS V7.1.0 GA</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21422"/>
				<updated>2016-12-14T15:40:00Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Maintenance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Version 7.1.0 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-10513&amp;amp;nbsp;-&amp;amp;nbsp;Module Settings Retrieval Should Only Occur on Module Settings Tab&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10629&amp;amp;nbsp;-&amp;amp;nbsp;Add xml module to system requirements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10697&amp;amp;nbsp;-&amp;amp;nbsp;Include ChartJs moment.js unbundled for better extensibility&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10721&amp;amp;nbsp;-&amp;amp;nbsp;Improve compatibility for chart based legacy widgets in new Dashboard&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10724&amp;amp;nbsp;-&amp;amp;nbsp;Ensure proper HTML entity encoding for &amp;amp;quot;sendadminemail&amp;amp;quot; API&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10727&amp;amp;nbsp;-&amp;amp;nbsp;Provide refresh button on Update page to synchronize update &amp;amp;amp; license information&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10729&amp;amp;nbsp;-&amp;amp;nbsp;Improper rendering of Client Summary with non-English admin language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10740&amp;amp;nbsp;-&amp;amp;nbsp;Cron Digest Email does not contain details of task work&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10741&amp;amp;nbsp;-&amp;amp;nbsp;Allow TLD Sale Groups in client area to be translatable&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10744&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of Stripe API Connection error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10751&amp;amp;nbsp;-&amp;amp;nbsp;Any Status showing mutliple times in admin area support ticket status filter dropdown&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10748&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10755&amp;amp;nbsp;-&amp;amp;nbsp;Client Summary&amp;amp;#039;s check all action should only select visible items&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10759&amp;amp;nbsp;-&amp;amp;nbsp;Provide info alert when changing the Daily Cron Hour in Automation Settings&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10762&amp;amp;nbsp;-&amp;amp;nbsp;Ensure system cron &amp;amp;#039;skip&amp;amp;#039; will perform all due daily tasks&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10761&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10763&amp;amp;nbsp;-&amp;amp;nbsp;Proactively inform admin via email if daily tasks have not run due to mis-configuration&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10760&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10764&amp;amp;nbsp;-&amp;amp;nbsp;Add Update Available to Cron Daily Digest email&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10779&amp;amp;nbsp;-&amp;amp;nbsp;markdown insert image button preview is non functional&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
MODULE-6237&amp;amp;nbsp;-&amp;amp;nbsp;Remove dot.tk module from distribution &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-8425&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6435&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of payment currency for WorldPay&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6451&amp;amp;nbsp;-&amp;amp;nbsp;Update Realtime Register TestMode URL&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10717&amp;amp;nbsp;-&amp;amp;nbsp;Update query for configure SSL to prevent PDO error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10750&amp;amp;nbsp;-&amp;amp;nbsp;Allow separate contacts for LogicBoxes based modules&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
CORE-10708&amp;amp;nbsp;-&amp;amp;nbsp;Improve addproduct API input handling for product descriptions&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-10709&amp;amp;nbsp;-&amp;amp;nbsp;Improvements for client and admin area Hungarian translations&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10731&amp;amp;nbsp;-&amp;amp;nbsp;Additions for client area Arabic translations&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21418</id>
		<title>Changelog:WHMCS V7.1.0 GA</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21418"/>
				<updated>2016-12-14T15:39:16Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Version 7.1.0 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-10513&amp;amp;nbsp;-&amp;amp;nbsp;Module Settings Retrieval Should Only Occur on Module Settings Tab&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10629&amp;amp;nbsp;-&amp;amp;nbsp;Add xml module to system requirements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10697&amp;amp;nbsp;-&amp;amp;nbsp;Include ChartJs moment.js unbundled for better extensibility&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10721&amp;amp;nbsp;-&amp;amp;nbsp;Improve compatibility for chart based legacy widgets in new Dashboard&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10724&amp;amp;nbsp;-&amp;amp;nbsp;Ensure proper HTML entity encoding for &amp;amp;quot;sendadminemail&amp;amp;quot; API&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10727&amp;amp;nbsp;-&amp;amp;nbsp;Provide refresh button on Update page to synchronize update &amp;amp;amp; license information&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10729&amp;amp;nbsp;-&amp;amp;nbsp;Improper rendering of Client Summary with non-English admin language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10740&amp;amp;nbsp;-&amp;amp;nbsp;Cron Digest Email does not contain details of task work&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10741&amp;amp;nbsp;-&amp;amp;nbsp;Allow TLD Sale Groups in client area to be translatable&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10744&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of Stripe API Connection error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10751&amp;amp;nbsp;-&amp;amp;nbsp;Any Status showing mutliple times in admin area support ticket status filter dropdown&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10748&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10755&amp;amp;nbsp;-&amp;amp;nbsp;Client Summary&amp;amp;#039;s check all action should only select visible items&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10759&amp;amp;nbsp;-&amp;amp;nbsp;Provide info alert when changing the Daily Cron Hour in Automation Settings&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10762&amp;amp;nbsp;-&amp;amp;nbsp;Ensure system cron &amp;amp;#039;skip&amp;amp;#039; will perform all due daily tasks&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10761&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10763&amp;amp;nbsp;-&amp;amp;nbsp;Proactively inform admin via email if daily tasks have not run due to mis-configuration&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10760&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10764&amp;amp;nbsp;-&amp;amp;nbsp;Add Update Available to Cron Daily Digest email&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10779&amp;amp;nbsp;-&amp;amp;nbsp;markdown insert image button preview is non functional&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10781&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API getticketcounts function uses same criteria as ticket search form&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
MODULE-6237&amp;amp;nbsp;-&amp;amp;nbsp;Remove dot.tk module from distribution &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-8425&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6435&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of payment currency for WorldPay&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6451&amp;amp;nbsp;-&amp;amp;nbsp;Update Realtime Register TestMode URL&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10717&amp;amp;nbsp;-&amp;amp;nbsp;Update query for configure SSL to prevent PDO error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10750&amp;amp;nbsp;-&amp;amp;nbsp;Allow separate contacts for LogicBoxes based modules&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
CORE-10708&amp;amp;nbsp;-&amp;amp;nbsp;Improve addproduct API input handling for product descriptions&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-10709&amp;amp;nbsp;-&amp;amp;nbsp;Improvements for client and admin area Hungarian translations&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10731&amp;amp;nbsp;-&amp;amp;nbsp;Additions for client area Arabic translations&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_7.1_Release_Notes&amp;diff=21394</id>
		<title>Version 7.1 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_7.1_Release_Notes&amp;diff=21394"/>
				<updated>2016-12-14T15:31:51Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Version History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 7.1&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: Release Candidate&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 16th November 2016&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full Version Only&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Version History==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;table table-striped&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Version&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Type&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Release Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Beta 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;16th November 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;RC 1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;30th November 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;7.1.0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;GA&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;14th December 2016&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
Download the latest version of WHMCS from http://download.whmcs.com/#prerelease&lt;br /&gt;
&lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
&lt;br /&gt;
===Automatic Updating===&lt;br /&gt;
If you are running WHMCS 7.0 or later, you can use the built-in Automatic Update utility.&lt;br /&gt;
&lt;br /&gt;
Simply navigate to Utilities &amp;gt; Update WHMCS to begin the process.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&amp;lt;i class=&amp;quot;fa fa-info-circle fa-fw&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;&amp;amp;nbsp; If the update was released recently, you may need to click the Check for Updates button before the update will show as available.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information about the Automatic Updater and troubleshooting please refer to http://docs.whmcs.com/Automatic_Updater&lt;br /&gt;
&lt;br /&gt;
==Release Notes==&lt;br /&gt;
&lt;br /&gt;
* '''New Daily Cron Notification Format''' - The WHMCS Daily Cron Notification email format has been changed. The email is now intended to provide a high level overview of the daily cron activities and the new [[Automation Status]] feature within the admin interface will allow for reviewing more in depth information for any recent cron run.&lt;br /&gt;
&lt;br /&gt;
* '''Admin Dashboard Widgets''' - As part of the Admin Dashboard changes, a new format for dashboard widgets has been introduced. Widgets designed for previous versions of the product are still compatible. New style widgets adhere to the admin role permissions and do not require configuring separately like previous widgets.&lt;br /&gt;
&lt;br /&gt;
* '''Module Queue''' - The module queue is a new feature designed to make it easier to track and resolve failed module API commands. Any failed module calls such as new account provisioning attempts, domain registration and renewals, suspensions, terminations and more will be recorded here along with the reason for failure providing you with an interface to review failures and resolve them. For more information, see [[Module Queue]].&lt;br /&gt;
&lt;br /&gt;
* '''Premium Domains''' - WHMCS 7.1 introduces support for selling Premium Domains. The selling of Premium Domains requires use of a domain registrar that supports checking the availility of and returning pricing information for Premium Domains. V7.1 introduces this ability to the Enom and ResellerClub domain registrar modules. For more information, please see [[Premium Domains]]&lt;br /&gt;
&lt;br /&gt;
* '''Namespinning with ResellerClub''' - Domain suggestions are now supported by the ResellerClub and associated domain registrar modules. This can be enabled and configured in ''Setup &amp;gt; Products &amp;amp; Services &amp;gt; Domain Pricing''&lt;br /&gt;
&lt;br /&gt;
* '''Domain Lookup Provider''' - The location of the domain lookup provider settings has been moved from General Settings to ''Setup &amp;gt; Products &amp;amp; Services &amp;gt; Domain Pricing''&lt;br /&gt;
&lt;br /&gt;
* '''Stripe''' - WHMCS 7.1 introduces an Official Stripe module. For more information, please see the [[Stripe]] documentation.&lt;br /&gt;
&lt;br /&gt;
* '''Cron Logging Changes''' - The format and quantity of activity log entries relating to the cron have changed.&lt;br /&gt;
&lt;br /&gt;
* '''Asset &amp;amp; Template Changes''' - WHMCS 7.1 introduces consolidation and compression of all asset files.  The following templates have required changes for this - Six, Standard Cart, Blend and V4.  This change reduces the number of external requests on page load leading to improved performance and faster load times. For more information, please see [[WHMCS 7.1 Asset Changes]]&lt;br /&gt;
&lt;br /&gt;
===Stripe===&lt;br /&gt;
&lt;br /&gt;
WHMCS 7.1 introduces an Official Stripe module. For more information, please see the [[Stripe]] documentation.&lt;br /&gt;
&lt;br /&gt;
'''What if I have an existing Stripe Module?'''&lt;br /&gt;
We have tried to make the module a drop in replacement for other third party modules. After upgrading, configure the module in ''Setup &amp;gt; Payments &amp;gt; Payment Gateways''. Once configured, disable the third party module, choosing Stripe as the replacement.&lt;br /&gt;
&lt;br /&gt;
'''What if my module has the filename &amp;quot;Stripe&amp;quot;?'''&lt;br /&gt;
On upgrade, replacement of the third party module will be automatic. Configuration of the module is still required in Setup &amp;gt; Payments &amp;gt; Payment Gateways.&lt;br /&gt;
&lt;br /&gt;
'''What if the third party module I used before had template changes?'''&lt;br /&gt;
With the official WHMCS module, there are no template changes required. Any changes yuou performed when installing any third party modules will need to be reverted.&lt;br /&gt;
&lt;br /&gt;
'''Can I convert locally stored credit cards to Stripe?'''&lt;br /&gt;
Yes. The module supports automatically converting locally stored credit card details into tokens the first time a payment is captured via Stripe.&lt;br /&gt;
&lt;br /&gt;
==New Documentation==&lt;br /&gt;
* [[Automation Status]]&lt;br /&gt;
* [[Module Queue]]&lt;br /&gt;
* [[Premium Domains]]&lt;br /&gt;
* [[Stripe]]&lt;br /&gt;
* [http://docs.whmcs.com/classes/7.1/index.html Class Documentation]&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
&lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo's below.&lt;br /&gt;
&lt;br /&gt;
=== Six Template ===&lt;br /&gt;
&lt;br /&gt;
The following link provides a comparison of changes between 7.0.1 and 7.1.0:&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v7.0.1-release.1...v7.1.0-release.1&lt;br /&gt;
&lt;br /&gt;
=== Standard Cart Order Form ===&lt;br /&gt;
&lt;br /&gt;
The following link provides a comparison of changes between 7.0.1 and 7.1.0:&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v7.0.1-release.1...v7.1.0-release.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&lt;br /&gt;
* [[Changelog:WHMCS_V7.1.0_Beta_1|Version 7.1.0 Beta 1]]&lt;br /&gt;
* [[Changelog:WHMCS_V7.1.0_RC_1|Version 7.1.0 RC 1]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21390</id>
		<title>Changelog:WHMCS V7.1.0 GA</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21390"/>
				<updated>2016-12-14T15:29:04Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Maintenance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Version 7.1.0 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-10513&amp;amp;nbsp;-&amp;amp;nbsp;Module Settings Retrieval Should Only Occur on Module Settings Tab&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10629&amp;amp;nbsp;-&amp;amp;nbsp;Add xml module to system requirements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10697&amp;amp;nbsp;-&amp;amp;nbsp;Include ChartJs moment.js unbundled for better extensibility&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10721&amp;amp;nbsp;-&amp;amp;nbsp;Improve compatibility for chart based legacy widgets in new Dashboard&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10724&amp;amp;nbsp;-&amp;amp;nbsp;Ensure proper HTML entity encoding for &amp;amp;quot;sendadminemail&amp;amp;quot; API&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10727&amp;amp;nbsp;-&amp;amp;nbsp;Provide refresh button on Update page to synchronize update &amp;amp;amp; license information&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10729&amp;amp;nbsp;-&amp;amp;nbsp;Improper rendering of Client Summary with non-English admin language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10740&amp;amp;nbsp;-&amp;amp;nbsp;Cron Digest Email does not contain details of task work&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10741&amp;amp;nbsp;-&amp;amp;nbsp;Allow TLD Sale Groups in client area to be translatable&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10744&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of Stripe API Connection error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10751&amp;amp;nbsp;-&amp;amp;nbsp;Any Status showing mutliple times in admin area support ticket status filter dropdown&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10748&lt;br /&gt;
CORE-10755&amp;amp;nbsp;-&amp;amp;nbsp;Client Summary&amp;amp;#039;s check all action should only select visible items&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10759&amp;amp;nbsp;-&amp;amp;nbsp;Provide info alert when changing the Daily Cron Hour in Automation Settings&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10762&amp;amp;nbsp;-&amp;amp;nbsp;Ensure system cron &amp;amp;#039;skip&amp;amp;#039; will perform all due daily tasks&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10761&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10763&amp;amp;nbsp;-&amp;amp;nbsp;Proactively inform admin via email if daily tasks have not run due to mis-configuration&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10760&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10764&amp;amp;nbsp;-&amp;amp;nbsp;Add Update Available to Cron Daily Digest email&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10779&amp;amp;nbsp;-&amp;amp;nbsp;markdown insert image button preview is non functional&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10781&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API getticketcounts function uses same criteria as ticket search form&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
MODULE-6237&amp;amp;nbsp;-&amp;amp;nbsp;Remove dot.tk module from distribution &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-8425&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6435&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of payment currency for WorldPay&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6451&amp;amp;nbsp;-&amp;amp;nbsp;Update Realtime Register TestMode URL&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CORE-10717&amp;amp;nbsp;-&amp;amp;nbsp;Update query for configure SSL to prevent PDO error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10750&amp;amp;nbsp;-&amp;amp;nbsp;Allow separate contacts for LogicBoxes based modules&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
CORE-10708&amp;amp;nbsp;-&amp;amp;nbsp;Improve addproduct API input handling for product descriptions&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-10709&amp;amp;nbsp;-&amp;amp;nbsp;Improvements for client and admin area Hungarian translations&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10731&amp;amp;nbsp;-&amp;amp;nbsp;Additions for client area Arabic translations&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21386</id>
		<title>Changelog:WHMCS V7.1.0 GA</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.1.0_GA&amp;diff=21386"/>
				<updated>2016-12-14T15:28:39Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot; &amp;lt;noinclude&amp;gt;Version 7.1.0 Release Notes&amp;lt;/noinclude&amp;gt;  == Maintenance == CORE-10513&amp;amp;nbsp;-&amp;amp;nbsp;Module Settings Retrieval Should Only Occur on Module Settings Tab&amp;lt;br /&amp;gt; CORE...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Version 7.1.0 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-10513&amp;amp;nbsp;-&amp;amp;nbsp;Module Settings Retrieval Should Only Occur on Module Settings Tab&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10629&amp;amp;nbsp;-&amp;amp;nbsp;Add xml module to system requirements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10697&amp;amp;nbsp;-&amp;amp;nbsp;Include ChartJs moment.js unbundled for better extensibility&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10721&amp;amp;nbsp;-&amp;amp;nbsp;Improve compatibility for chart based legacy widgets in new Dashboard&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10724&amp;amp;nbsp;-&amp;amp;nbsp;Ensure proper HTML entity encoding for &amp;amp;quot;sendadminemail&amp;amp;quot; API&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10727&amp;amp;nbsp;-&amp;amp;nbsp;Provide refresh button on Update page to synchronize update &amp;amp;amp; license information&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10729&amp;amp;nbsp;-&amp;amp;nbsp;Improper rendering of Client Summary with non-English admin language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10740&amp;amp;nbsp;-&amp;amp;nbsp;Cron Digest Email does not contain details of task work&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10741&amp;amp;nbsp;-&amp;amp;nbsp;Allow TLD Sale Groups in client area to be translatable&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10744&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of Stripe API Connection error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10751&amp;amp;nbsp;-&amp;amp;nbsp;Any Status showing mutliple times in admin area support ticket status filter dropdown&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10748,&amp;amp;amp;nbsp;INTDESK-6010&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10755&amp;amp;nbsp;-&amp;amp;nbsp;Client Summary&amp;amp;#039;s check all action should only select visible items&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10759&amp;amp;nbsp;-&amp;amp;nbsp;Provide info alert when changing the Daily Cron Hour in Automation Settings&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10762&amp;amp;nbsp;-&amp;amp;nbsp;Ensure system cron &amp;amp;#039;skip&amp;amp;#039; will perform all due daily tasks&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10761&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10763&amp;amp;nbsp;-&amp;amp;nbsp;Proactively inform admin via email if daily tasks have not run due to mis-configuration&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10760&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10764&amp;amp;nbsp;-&amp;amp;nbsp;Add Update Available to Cron Daily Digest email&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10779&amp;amp;nbsp;-&amp;amp;nbsp;markdown insert image button preview is non functional&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10781&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API getticketcounts function uses same criteria as ticket search form&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
MODULE-6237&amp;amp;nbsp;-&amp;amp;nbsp;Remove dot.tk module from distribution &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-8425&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6435&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of payment currency for WorldPay&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6451&amp;amp;nbsp;-&amp;amp;nbsp;Update Realtime Register TestMode URL&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CORE-10717&amp;amp;nbsp;-&amp;amp;nbsp;Update query for configure SSL to prevent PDO error&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10750&amp;amp;nbsp;-&amp;amp;nbsp;Allow separate contacts for LogicBoxes based modules&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
CORE-10708&amp;amp;nbsp;-&amp;amp;nbsp;Improve addproduct API input handling for product descriptions&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-10709&amp;amp;nbsp;-&amp;amp;nbsp;Improvements for client and admin area Hungarian translations&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10731&amp;amp;nbsp;-&amp;amp;nbsp;Additions for client area Arabic translations&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=System_Requirements&amp;diff=21382</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=System_Requirements&amp;diff=21382"/>
				<updated>2016-12-14T15:26:19Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most current web servers* with PHP &amp;amp; MySQL installed will be capable of running WHMCS.&lt;br /&gt;
&lt;br /&gt;
The following table shows the minimum and recommended system requirements for running WHMCS 7.0 and later.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;table table-striped&amp;quot;&lt;br /&gt;
! '''Requirement'''&lt;br /&gt;
! '''Minimum'''&lt;br /&gt;
! '''Recommended'''&lt;br /&gt;
|-&lt;br /&gt;
| PHP Version&lt;br /&gt;
| 5.6.0&lt;br /&gt;
| ''Latest'' 7.x Release&lt;br /&gt;
|-&lt;br /&gt;
| PHP Memory Limit&lt;br /&gt;
| 64MB&lt;br /&gt;
| 128MB**&lt;br /&gt;
|-&lt;br /&gt;
| PHP Database Extension&lt;br /&gt;
| PDO&lt;br /&gt;
| PDO&lt;br /&gt;
|-&lt;br /&gt;
| PHP Extensions&lt;br /&gt;
| Curl with SSL&amp;lt;br/&amp;gt;&lt;br /&gt;
GD2 Image Library&amp;lt;br/&amp;gt;&lt;br /&gt;
JSON Support&amp;lt;br /&amp;gt;&lt;br /&gt;
MBString&amp;lt;br/&amp;gt;&lt;br /&gt;
XML&amp;lt;br/&amp;gt;&lt;br /&gt;
| Curl with SSL&amp;lt;br/&amp;gt;&lt;br /&gt;
GD2 Image Library&amp;lt;br/&amp;gt;&lt;br /&gt;
JSON Support&amp;lt;br/&amp;gt;&lt;br /&gt;
MBString&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Iconv'''&lt;br /&gt;
|-&lt;br /&gt;
| MySQL Version&lt;br /&gt;
| 5.1.0&lt;br /&gt;
| 5.5.x&lt;br /&gt;
|-&lt;br /&gt;
| MySQL Strict Mode&lt;br /&gt;
| Disabled&lt;br /&gt;
| Disabled&lt;br /&gt;
|-&lt;br /&gt;
| Ioncube Loaders&lt;br /&gt;
| 5.0.21 for PHP 5.6&amp;lt;br&amp;gt;6.0.2 for PHP 7&lt;br /&gt;
| The latest 5.x version for PHP 5.6&amp;lt;br&amp;gt;The latest 6.x version for PHP 7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot;&amp;gt;&lt;br /&gt;
WHMCS 6.x supports PHP 5.3.7 or later, including PHP 5.4, 5.5 and 5.6.&amp;lt;br&amp;gt;&lt;br /&gt;
WHMCS 7.x supports PHP 5.6 and 7.x&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-warning&amp;quot;&amp;gt;&lt;br /&gt;
While these are the minimum requirements, we '''''strongly recommend using the latest available, stable releases of all software and extensions'''''.  Recommended suggestions are correct as at 2nd February 2016.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Looking for the requirements for the WHMCS 6.x series?  [[Version 6.x System Requirements|Click here]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;* We validate WHMCS to run in Linux based environments running the Apache web server. Other environments such as Windows based configurations may experience compatibility issues and are not supported.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;** Memory requirements vary depending upon the size and volume of activity in an installation. Your exact requirements may differ.&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.0&amp;diff=19774</id>
		<title>Changelog:WHMCS V7.0</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.0&amp;diff=19774"/>
				<updated>2016-08-09T13:31:07Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: Created page with &amp;quot;===Version 7.0.0 Beta 2 === {{:Changelog:WHMCS_V7.0.0_Beta_2}}  ===Version 7.0.0 Beta 1 === {{:Changelog:WHMCS_V7.0.0_Beta_1}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Version 7.0.0 Beta 2 ===&lt;br /&gt;
{{:Changelog:WHMCS_V7.0.0_Beta_2}}&lt;br /&gt;
&lt;br /&gt;
===Version 7.0.0 Beta 1 ===&lt;br /&gt;
{{:Changelog:WHMCS_V7.0.0_Beta_1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.0.0_Beta_2&amp;diff=19626</id>
		<title>Changelog:WHMCS V7.0.0 Beta 2</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.0.0_Beta_2&amp;diff=19626"/>
				<updated>2016-08-05T13:36:22Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Modules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Version 7.0 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Implemented ====&lt;br /&gt;
FEATURE-1502&amp;amp;nbsp;-&amp;amp;nbsp;Use SSL for all client facing page requests when SSL is enabled&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Maintenance ====&lt;br /&gt;
CORE-8945&amp;amp;nbsp;-&amp;amp;nbsp;Prevent erroneous default payment method changed log entry on client profile save&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9285&amp;amp;nbsp;-&amp;amp;nbsp;Only run QuoteCreated hook after quote has been fully saved&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9590&amp;amp;nbsp;-&amp;amp;nbsp;Improve Product Addon Associated Downloads box resizing&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9759&amp;amp;nbsp;-&amp;amp;nbsp;Keep hostname separate from domain name registration on View Cart page&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9830&amp;amp;nbsp;-&amp;amp;nbsp;Improve enable domain renewal orders support with Six template&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9890&amp;amp;nbsp;-&amp;amp;nbsp;Provide consistent language translation when viewing invoices using View as Client link &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9244&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9993&amp;amp;nbsp;-&amp;amp;nbsp;Ensure password verification failure fails gracefully when password hash is unknown&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10037&amp;amp;nbsp;-&amp;amp;nbsp;Set secure flag for session cookies when using SSL&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10096&amp;amp;nbsp;-&amp;amp;nbsp;Add whois server for .family extension&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10134&amp;amp;nbsp;-&amp;amp;nbsp;Apply Markdown to Escalation Rule replies&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10196&amp;amp;nbsp;-&amp;amp;nbsp;Pressing enter on admin client services page should save changes&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10224&amp;amp;nbsp;-&amp;amp;nbsp;Ensure eNom Namespinner Configuration Modal closes on save&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10225&amp;amp;nbsp;-&amp;amp;nbsp;Improve stability of Health and Updates page when an SSL URL is defined&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10226&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Second Level TLD availability displays correctly in Spotlight TLDs&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10228&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Health and Updates are sorted by severity&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10229&amp;amp;nbsp;-&amp;amp;nbsp;Allow users to step backwards within setup wizard&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10230&amp;amp;nbsp;-&amp;amp;nbsp;Email templates should always be stored without entity encoding&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10235&amp;amp;nbsp;-&amp;amp;nbsp;Improve UX when editing a ticket reply&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10236&amp;amp;nbsp;-&amp;amp;nbsp;Setup Wizard language defaults to Arabic under certain conditions&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10239&amp;amp;nbsp;-&amp;amp;nbsp;Allow user to trigger invoice mark paid routine for Unpaid invoices with zero balance due&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10240&amp;amp;nbsp;-&amp;amp;nbsp;Report printable view should retain print mode when altering filter&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10241&amp;amp;nbsp;-&amp;amp;nbsp;Intelligent search should allow searching by invoice number for invoices&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10247&amp;amp;nbsp;-&amp;amp;nbsp;Improve wording of final step of Setup Wizard  &amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10253&amp;amp;nbsp;-&amp;amp;nbsp;Improve image display uploaded from Setup Wizard in system emails&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10255&amp;amp;nbsp;-&amp;amp;nbsp;Add trusted_dir to Smarty Security Policy&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10256&amp;amp;nbsp;-&amp;amp;nbsp;Use logo uploaded via Setup Wizard for PDF invoices&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10261&amp;amp;nbsp;-&amp;amp;nbsp;Ensure new invoice will generate on upgrade of product for which renewal invoice has already been generated&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-7163&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10263&amp;amp;nbsp;-&amp;amp;nbsp;Remove unnecessary warnings when saving addon modules configuring settings&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10267&amp;amp;nbsp;-&amp;amp;nbsp;Ensure server module screen displays FriendlyName and default values for fields&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
MODULE-6215&amp;amp;nbsp;-&amp;amp;nbsp;OVH module update to support .fr domains&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6388&amp;amp;nbsp;-&amp;amp;nbsp;[PayPal] Pass new service price for service when upgrading configurable options&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6423&amp;amp;nbsp;-&amp;amp;nbsp;InternetSecure: No longer ship module due to service discontinuation&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6428&amp;amp;nbsp;-&amp;amp;nbsp;WorldPay FuturePay: Allow viewing token via credit card modal without credit cards being enabled&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== API ====&lt;br /&gt;
CORE-10252&amp;amp;nbsp;-&amp;amp;nbsp;Allow overriding of registration and renewal price for domains in orders via admin UI and API&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Languages ====&lt;br /&gt;
CORE-10248&amp;amp;nbsp;-&amp;amp;nbsp;Hebrew language Admin and Client area translation &amp;amp;amp; improvements &amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10265&amp;amp;nbsp;-&amp;amp;nbsp;Make hard-coded language translatable in credit card template&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.0.0_Beta_1&amp;diff=19486</id>
		<title>Changelog:WHMCS V7.0.0 Beta 1</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V7.0.0_Beta_1&amp;diff=19486"/>
				<updated>2016-07-22T23:28:48Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Version 7.0 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Implemented ===&lt;br /&gt;
FEATURE-1058&amp;amp;nbsp;-&amp;amp;nbsp;Featured Spotlight TLD Promotion&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1080&amp;amp;nbsp;-&amp;amp;nbsp;New update notification display in admin header&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1458&amp;amp;nbsp;-&amp;amp;nbsp;APIs for setting configuration values and activating/configuring modules&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1459&amp;amp;nbsp;-&amp;amp;nbsp;Quick Start Setup Wizard for new installation configuration&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1460&amp;amp;nbsp;-&amp;amp;nbsp;Quick Start Setup Wizard for configuring General Settings&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1461&amp;amp;nbsp;-&amp;amp;nbsp;Quick Start Setup Wizard for configuring Payment Gateways&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1462&amp;amp;nbsp;-&amp;amp;nbsp;Quick Start Setup Wizard for configuring Domains&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1463&amp;amp;nbsp;-&amp;amp;nbsp;Quick Start Setup Wizard for configuring Servers&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1464&amp;amp;nbsp;-&amp;amp;nbsp;Shortcut to access Quick Start Setup Wizard&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1494&amp;amp;nbsp;-&amp;amp;nbsp;Simple Product Configuration Mode for Provisioning Modules Module Settings&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1499&amp;amp;nbsp;-&amp;amp;nbsp;Support for Customisations/Overrides to WHOIS Servers&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1505&amp;amp;nbsp;-&amp;amp;nbsp;Support for Customisations/Overrides to Additional Domain Fields&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1512&amp;amp;nbsp;-&amp;amp;nbsp;Support for Customisations/Overrides to Countries&amp;lt;br /&amp;gt;&lt;br /&gt;
FEATURE-1543&amp;amp;nbsp;-&amp;amp;nbsp;Optimisations to PayPal Integration for Improved Conversion Rates&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Maintenance ===&lt;br /&gt;
ADDON-5988&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Bulk Pricing Updater addon respects &amp;amp;#039;ID Protection&amp;amp;#039; filter on domains&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-8188&amp;amp;nbsp;-&amp;amp;nbsp;Improve XCache compatibility with viewing invoices&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-8910&amp;amp;nbsp;-&amp;amp;nbsp;Improve widget placement customization on the admin homepage&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9112&amp;amp;nbsp;-&amp;amp;nbsp;Properly hide &amp;amp;#039;default gateway&amp;amp;#039; option from client&amp;amp;#039;s profile when &amp;amp;#039;Clients Choose Gateway&amp;amp;#039; option is not ticked&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9272&amp;amp;nbsp;-&amp;amp;nbsp;Improve text wrapping support in buttons in the client area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9458&amp;amp;nbsp;-&amp;amp;nbsp;Improve messaging when attempting to download a file while not authenticated in the client area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9485&amp;amp;nbsp;-&amp;amp;nbsp;Ensure registrarfunctions is available when using ClientAreaCustomButtonArray in registrar modules&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9604&amp;amp;nbsp;-&amp;amp;nbsp;Improve recalculate tax option during checkout when not logged into client area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9695&amp;amp;nbsp;-&amp;amp;nbsp;Provide consistency in the password strength checking during the order process&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9696&amp;amp;nbsp;-&amp;amp;nbsp;Convert mixed case capitalization when &amp;amp;#039;Use My Own Domain&amp;amp;#039; is selected to lower case&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9697&amp;amp;nbsp;-&amp;amp;nbsp;Fix one time affiliate payout option to allow consistent enabling and disabling of option&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9703&amp;amp;nbsp;-&amp;amp;nbsp;Ensure quotes obey client&amp;amp;#039;s tax exempt status&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9710&amp;amp;nbsp;-&amp;amp;nbsp;Ensure referral status is properly styled for all languages in client area affiliate page&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-10052&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9778&amp;amp;nbsp;-&amp;amp;nbsp;Ensure OpenID &amp;amp;#039;cancel&amp;amp;#039; and &amp;amp;#039;return to cPanel&amp;amp;#039; links function properly&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9810&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Addon Name is available in Addon Welcome email&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9815&amp;amp;nbsp;-&amp;amp;nbsp;Improve formatting of SSL order date in SSL Configuration Process&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9845&amp;amp;nbsp;-&amp;amp;nbsp;Disable &amp;amp;quot;Renew Now&amp;amp;quot; homepage button if renewal is disabled on Domains Expiring Soon home panel&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9859&amp;amp;nbsp;-&amp;amp;nbsp;Ensure the ticket priority and status opened by guests are displayed in the default language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9897&amp;amp;nbsp;-&amp;amp;nbsp;Improve performance of domain checker with 900+ TLD prices&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9915&amp;amp;nbsp;-&amp;amp;nbsp;Improve success messaging upon saving Easy Translation fields&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9963&amp;amp;nbsp;-&amp;amp;nbsp;Preserve input values of Invoice Add Payment tab upon validation failure&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9983&amp;amp;nbsp;-&amp;amp;nbsp;Improve admin email reply processing for piped emails containing certain characters&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9989&amp;amp;nbsp;-&amp;amp;nbsp;Improve Mass Pay process to remove unnecessary Credit Applied/Removed transaction history&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9992&amp;amp;nbsp;-&amp;amp;nbsp;Update .me whois server&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9995&amp;amp;nbsp;-&amp;amp;nbsp;Increase size of group for Subscription ID on Client Hosting/Domain Pages&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9997&amp;amp;nbsp;-&amp;amp;nbsp;Explicity define the response type for markdown preview requests&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10000&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Hidden Configurable Options are not shown on Order Confirmation Email&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10003&amp;amp;nbsp;-&amp;amp;nbsp;Update to .ao whois server&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10007&amp;amp;nbsp;-&amp;amp;nbsp;Update to .pro whois server&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6405&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10008&amp;amp;nbsp;-&amp;amp;nbsp;Adding any status to admin ticket filter should show all tickets&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10009&amp;amp;nbsp;-&amp;amp;nbsp;Improve the display of plain text emails&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10012&amp;amp;nbsp;-&amp;amp;nbsp;Ensure users imported with cPanel/WHM Utility can log in&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10014&amp;amp;nbsp;-&amp;amp;nbsp;Generate more user friendly passwords with reset password &amp;amp;amp; send option in client details page&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10019&amp;amp;nbsp;-&amp;amp;nbsp;Add ability to enable ticket feedback request on close on a per department basis&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10023&amp;amp;nbsp;-&amp;amp;nbsp;Update .club whois match string&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10025&amp;amp;nbsp;-&amp;amp;nbsp;Extend CC expiration date support in order process&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10054&amp;amp;nbsp;-&amp;amp;nbsp;Update to .pro whois server&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10058&amp;amp;nbsp;-&amp;amp;nbsp;Resolve PHP notices generated by pop cron run&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10061&amp;amp;nbsp;-&amp;amp;nbsp;Improve domain status filtering in client area with certain languages&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10068&amp;amp;nbsp;-&amp;amp;nbsp;Improve selected currency display on mobile platforms and lower resolutions&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10069&amp;amp;nbsp;-&amp;amp;nbsp;Ensure jQuery calls won&amp;amp;#039;t conflict with other JS libraries for Two-Factor Auth Activation&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10086&amp;amp;nbsp;-&amp;amp;nbsp;Improve handling of Knowledge Base links that contain apostrophes&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10111&amp;amp;nbsp;-&amp;amp;nbsp;Remove client dropdown format setting&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10112&amp;amp;nbsp;-&amp;amp;nbsp;Improve UX of Client Selectize Dropdown&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10117&amp;amp;nbsp;-&amp;amp;nbsp;Remove browser utility from Utilities menu&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10123&amp;amp;nbsp;-&amp;amp;nbsp;Create module class autoloader&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10144&amp;amp;nbsp;-&amp;amp;nbsp;Do not invoke hooks or language files in Chatstack instantiation&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10147&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Fraud Check error messages appear in all scenarios&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10182&amp;amp;nbsp;-&amp;amp;nbsp;Do not show secure notice in shopping cart when SSL is not available&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10190&amp;amp;nbsp;-&amp;amp;nbsp;Add further protection for HTTPoxy&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10192&amp;amp;nbsp;-&amp;amp;nbsp;Add notice about free disk space required to perform an update&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
MODULE-6373&amp;amp;nbsp;-&amp;amp;nbsp;[Plesk] Improve handling of connection errors on clientsservices.php&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6397&amp;amp;nbsp;-&amp;amp;nbsp;[ResellerClub] Update DNS Manager to limit DNS results to 50 per page&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6402&amp;amp;nbsp;-&amp;amp;nbsp;[EnomSSL] Only run DeleteFromCart when cart is empty&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6417&amp;amp;nbsp;-&amp;amp;nbsp;[eNom] Provide in-product guidance on creating API Tokens&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6421&amp;amp;nbsp;-&amp;amp;nbsp;[PayPal] Ensure a3 value on subscription value does not exceed 2dp&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9700&amp;amp;nbsp;-&amp;amp;nbsp;Pass serviceID value when cancelling PayPal Subscriptions on upgrade orders&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== API ===&lt;br /&gt;
CORE-8502&amp;amp;nbsp;-&amp;amp;nbsp;Improve AdminAreaPage hook functionality in populating variables&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-8549&amp;amp;nbsp;-&amp;amp;nbsp;Improve API stability by allowing customization of deserialization length&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6261&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9639&amp;amp;nbsp;-&amp;amp;nbsp;Update Client API doesn&amp;amp;#039;t call ClientEdit Hook&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9982&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API:getclientsproducts returns name value&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9986&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10042&amp;amp;nbsp;-&amp;amp;nbsp;Improve UpdateContact API support of &amp;amp;#039;password2&amp;amp;#039; parameter&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10050&amp;amp;nbsp;-&amp;amp;nbsp;Improve ClientAreaPageLogin hook &amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10066&amp;amp;nbsp;-&amp;amp;nbsp;Hook ContactEdit should provide previous contact data as part of its input params&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10075&amp;amp;nbsp;-&amp;amp;nbsp;Ensure GetTickets API call does not return merged tickets&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Languages ===&lt;br /&gt;
CORE-9889&amp;amp;nbsp;-&amp;amp;nbsp;Fix German Domain Register menu item translation string&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9958&amp;amp;nbsp;-&amp;amp;nbsp;French client area translation additions and improvements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9962&amp;amp;nbsp;-&amp;amp;nbsp;Portuguese translation additions and improvements &amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9967&amp;amp;nbsp;-&amp;amp;nbsp;English language translation additions and improvements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-10221&amp;amp;nbsp;-&amp;amp;nbsp;Spanish Language translation additions and improvement&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: ADDON-5987&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V6.3.1&amp;diff=18706</id>
		<title>Changelog:WHMCS V6.3.1</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V6.3.1&amp;diff=18706"/>
				<updated>2016-04-13T14:25:41Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Version 6.3.1 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Maintenance ====&lt;br /&gt;
CORE-9888&amp;amp;nbsp;-&amp;amp;nbsp;Improve markdown formatting for nested lists&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9896&amp;amp;nbsp;-&amp;amp;nbsp;Prevent fatal error when attempting to activate secondary language for email templates&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9901&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9898&amp;amp;nbsp;-&amp;amp;nbsp;Improve markdown formatting in client email notification of new support tickets&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9899&amp;amp;nbsp;-&amp;amp;nbsp;Clear support ticket note draft storage on successful submission&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9902&amp;amp;nbsp;-&amp;amp;nbsp;Do not create invoices for free products/services at time of order&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9980&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9903&amp;amp;nbsp;-&amp;amp;nbsp;Prevent CSS styling rules from rendering in plain-text version of email messages&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9905&amp;amp;nbsp;-&amp;amp;nbsp;Send message properly populates email from client in client services page&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9907&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Carbon object is always available to Renew function&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9911&amp;amp;nbsp;-&amp;amp;nbsp;Easy translation should fallback to default language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9913&amp;amp;nbsp;-&amp;amp;nbsp;Easy Translation should allow HTML in product descriptions&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6393&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9917&amp;amp;nbsp;-&amp;amp;nbsp;Update Easy Translation field configuration logic to ensure translations can be deleted properly&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9921&amp;amp;nbsp;-&amp;amp;nbsp;Remove erroneous spaces from admin area open new ticket message box&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9922&amp;amp;nbsp;-&amp;amp;nbsp;Exclude merged tickets from &amp;amp;quot;Awaiting Reply&amp;amp;quot; count in admin area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9929&amp;amp;nbsp;-&amp;amp;nbsp;Exclude merged tickets from Support Tickets Overview widget&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9933&amp;amp;nbsp;-&amp;amp;nbsp;Fix invalid shorthand attribute syntax in OAuth layout template&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9940&amp;amp;nbsp;-&amp;amp;nbsp;Prevent markdown editor word count failing for certain languages&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6390&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9948&amp;amp;nbsp;-&amp;amp;nbsp;Show markdown editor when composing new client notes&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9951&amp;amp;nbsp;-&amp;amp;nbsp;Prevent hidden configurable options from showing up in client order summary&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9955&amp;amp;nbsp;-&amp;amp;nbsp;Fix handling of emails where subject contains a non-existent ticket mask&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
ADDON-5985&amp;amp;nbsp;-&amp;amp;nbsp;Provide Project Manager reports unencoded&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6384&amp;amp;nbsp;-&amp;amp;nbsp;GlobalSign SSL: Update module port to new 4.x API&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6385&amp;amp;nbsp;-&amp;amp;nbsp;Interworx: Only fall back to server IP if hostname not available&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6391&amp;amp;nbsp;-&amp;amp;nbsp;TPP Wholesale Registrar: Fix invalid method reference&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6394&amp;amp;nbsp;-&amp;amp;nbsp;OnlineNIC: Resolve failing response validation and processing&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9919&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6395&amp;amp;nbsp;-&amp;amp;nbsp;Address Two-Factor Authentication activation conflict with Markdown editor&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9794&amp;amp;nbsp;-&amp;amp;nbsp;eNom SSL: Clear cart if transactions are pending from a previous eNom session&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9857&amp;amp;nbsp;-&amp;amp;nbsp;Use more predictable method of determining a clients preferred payment gateway&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== API ====&lt;br /&gt;
CORE-9918&amp;amp;nbsp;-&amp;amp;nbsp;Ensure GetClientsProducts returns product custom fields in client&amp;amp;#039;s language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9937&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API GetSupportStatuses is returning all support ticket statuses&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9945&amp;amp;nbsp;-&amp;amp;nbsp;Improve UpdateClient API support of &amp;amp;#039;password2&amp;amp;#039; parameter&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Languages ====&lt;br /&gt;
CORE-9878&amp;amp;nbsp;-&amp;amp;nbsp;Turkish translation additions and improvements to client and admin area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9909&amp;amp;nbsp;-&amp;amp;nbsp;Portuguese translation additions and improvements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9927&amp;amp;nbsp;-&amp;amp;nbsp;Romanian translation additions and improvements to client area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9931&amp;amp;nbsp;-&amp;amp;nbsp;Portugese domain search translation improvements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9936&amp;amp;nbsp;-&amp;amp;nbsp;Arabic translation additions and improvements &amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_6.3.1_Release_Notes&amp;diff=18702</id>
		<title>Version 6.3.1 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_6.3.1_Release_Notes&amp;diff=18702"/>
				<updated>2016-04-13T14:25:07Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 6.3.1&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: Maintenance&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 13th April 2016&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Incremental Patch Set&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
&lt;br /&gt;
The latest full and patch set release can always be obtained from the [http://download.whmcs.com/ downloads page]&lt;br /&gt;
&lt;br /&gt;
=Upgrade Process=&lt;br /&gt;
&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
&lt;br /&gt;
This update requires no additional steps.&lt;br /&gt;
&lt;br /&gt;
Applying the incremental patch version to an existing 6.3.0 installation will perform an automated version bump and require no upgrade process to be performed.&lt;br /&gt;
&lt;br /&gt;
=Release Notes=&lt;br /&gt;
&lt;br /&gt;
* '''GlobalsignSSL Module has new API endpoints''' - Globalsign has introduced a new API for purchasing SSL certificates. WHMCS now supports their new API version. It's '''highly recommended''' that you upgrade to this latest version of WHMCS if you depend on the GlobalsignSSL module before they fully deprecate the older API.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Provide Project Manager reports unencoded''' - The Project Manager addon reports, like other reports for WHMCS, are provided unencoded to aid and guide developers wishing to author their own reports.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Clear support ticket note draft storage on successful submission''' - Ensure that saved notes are cleared from the browser's internal storage on submission, otherwise subsequent notes will start autofilled with the previous note. This requires you to apply the provided admin template update.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Template Changes=&lt;br /&gt;
The template changes will be published in our github repository:&lt;br /&gt;
&lt;br /&gt;
https://github.com/WHMCS/templates-six&lt;br /&gt;
&lt;br /&gt;
=Changelog=&lt;br /&gt;
&lt;br /&gt;
{{:Changelog:WHMCS_V6.3.1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_6.3.0_Release_Notes&amp;diff=18698</id>
		<title>Version 6.3.0 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_6.3.0_Release_Notes&amp;diff=18698"/>
				<updated>2016-04-13T14:24:40Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release Information==&lt;br /&gt;
&lt;br /&gt;
===Version 6.3.0 RC 1===&lt;br /&gt;
*Release Type: Release Candidate&lt;br /&gt;
*Release Date: 8th March 2016&lt;br /&gt;
&lt;br /&gt;
===Version 6.3.0 GA===&lt;br /&gt;
*Release Type: General Availability&lt;br /&gt;
*Release Date: 29th March 2016&lt;br /&gt;
&lt;br /&gt;
===Version 6.3.1 ===&lt;br /&gt;
*Release Type: Maintenance&lt;br /&gt;
*Release Date: 13th April 2016&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 6.3.0&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: General Availability (Recommended for New Installs &amp;amp; Upgrades)&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 29th March 2016&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full Version Only&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
The latest full and patch set release can always be obtained from the [http://download.whmcs.com/ downloads page]&lt;br /&gt;
&lt;br /&gt;
==Upgrade Process==&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
&lt;br /&gt;
==New Documentation Articles==&lt;br /&gt;
* [[Markdown Editor]]&lt;br /&gt;
* [[Client Email Verification]]&lt;br /&gt;
* [[Easy Translation]]&lt;br /&gt;
* [[Support_Tickets#Ticket_Markdown|Markdown Formatting]]&lt;br /&gt;
* [[Support_Tickets#Ticket_Watchers|Ticket Watchers]]&lt;br /&gt;
* [[Support_Tickets#Allowed_File_Attachments|Ticket Image Preview]]&lt;br /&gt;
* [[Products_and_Services#Group_and_Product_Sorting|Drag &amp;amp; Drop Product Sorting]]&lt;br /&gt;
&lt;br /&gt;
==Release Notes==&lt;br /&gt;
* '''Markdown Support''' - WHMCS now supports Markdown formatting in client ticket creation &amp;amp; reply, admin ticket reply, admin ticket note generation and client notes. In addition to supporting Markdown, a new text editor has been introduced that gives users an easy-to-use interface for adding text styling such as bold, italicize, lists, code snippets, quotes and more. For more information, see the [[Markdown Editor]] documentation.&lt;br /&gt;
* '''Easy Translation''' - This feature enables admins to translate product names, product descriptions, product groups names, headlines and taglines, custom field names, and custom field descriptions in accordance to language files configured in WHMCS. For further details please [[Easy_Translation|click here]].&lt;br /&gt;
* '''Email Verification''' - This feature allows you to validate and ensure that the email address a client registers with is valid and their own. When enabled, upon creation of a new client account or change of email address, an email is sent to the email address provided asking the user to confirm that they intended to register or make the change of email address. For more information, please see [[Client Email Verification]]&lt;br /&gt;
* '''Drag &amp;amp; Drop Sorting''' - Products and product groups can now be sorted more quickly and easily via a drag and drop interface. It is important to note however that products may only be moved within their existing product group. Full documentation can be found [[Products_and_Services#Group_and_Product_Sorting|here]].&lt;br /&gt;
* '''Ticket Watchers''' - Admin users can now elect to Watch Tickets which provides them with email notifications any time there is ticket activity. For more information, please refer to the [[Support_Tickets#Ticket_Watchers|Ticket Watchers]] guide.&lt;br /&gt;
* '''Ticket Notifications''' - The format of admin user support ticket notifications has been updated. A new email template will be created as part of this update. There have also been some refinements to when notifications are sent. For a complete list, please refer to [[Ticket Notifications]].&lt;br /&gt;
*'''In-line Ticket Notes''' - Ticket notes will now be displayed in-line alongside ticket replies. This is designed to make it easier to follow the chronological order of events in a support ticket. If you do not see this after upgrading, please check you have updated your active admin area template files.&lt;br /&gt;
* '''Admin Area Ticket UI''' - The ticket reply and add note admin UI's have been re-designed and additional options added to allow setting ticket options such as department, assignment and priority at the same time as posting a reply. If you do not see these updates after upgrading, please check you have updated your active admin area template files.&lt;br /&gt;
*'''In-line Image Attachment Previews''' - Image attachments can now be viewed in-line within the ticket interface without having to download them. The option to download remains via a download link shown below the image thumbnail.&lt;br /&gt;
* '''Improved Ticket Filters''' - The admin area ticket search options have been expanded to allow filtering by Priority, as well as multiple criteria concurrently.&lt;br /&gt;
* '''Merged Tickets Behaviour Change''' - Merged tickets are now retained and will continue to appear in search results post merge.  Links to merged tickets both within the interfaces and via email will redirect admins to the resulting active merged ticket. Submitting a reply to a merged ticket via email will also correctly and automatically redirect the reply to the resulting merged ticket.&lt;br /&gt;
* '''Client Password Hashing''' - Client password hashes are now created using the Bcrypt cryptographic algorithm.  Previously stored Client and Sub-Account hashes will be updated on their first successful login following the deployment of this update.&lt;br /&gt;
* '''Email Design Update''' - This update provides a new default email layout that is designed to be cross platform compatible, mobile friendly and fully responsive. The changes for this will only be automatically applied should you not have customised the Global Email Header and Footer design in ''Setup &amp;gt; General Settings &amp;gt; Mail''. If you have customised these and wish to apply the new styling manually, please refer to [[Email Styling]].&lt;br /&gt;
* '''Income by Product Change''' - Version 6.3 extends the Income By Product report to include both setup and recurring fees into the report. Previous versions of this report only reported setup fees.&lt;br /&gt;
* '''Support Tickets Index Optimization''' - WHMCS 6.3.0 includes a new optimization to an index used for tickets. Depending on the size of the table and the performance of the database server, this may extend how long the upgrade takes. If you are unable to finish the upgrade in a single run it is recommend to remove the file resources/sql/upgrade630alpha1.sql and run each of the statements manually via a mysql client and then try upgrading again. This change will result in improved loading times for WHMCS installations with large amounts of ticket data.&lt;br /&gt;
&lt;br /&gt;
==Template Changes==&lt;br /&gt;
&lt;br /&gt;
=== Six Template ===&lt;br /&gt;
For a list of changed files and graphical view of the exact changes, please refer to the Github repo below.&lt;br /&gt;
&lt;br /&gt;
'''For users upgrading from 6.2.2'''&lt;br /&gt;
The following link provides a comparison of changes between 6.2.0 and later and 6.3.0-release.1.&lt;br /&gt;
https://github.com/WHMCS/templates-six/compare/v6.2.0-release.1...v6.3.0-release.1&lt;br /&gt;
&lt;br /&gt;
=== Order Forms ===&lt;br /&gt;
&lt;br /&gt;
'''Standard Cart'''&lt;br /&gt;
The following link provides a comparison of changes between 6.2.0 and later and 6.3.0-release.1.&lt;br /&gt;
https://github.com/WHMCS/orderforms-standard_cart/compare/v6.2.0-release.1...v6.3.0-release.1&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
===Version 6.3.1 ===&lt;br /&gt;
{{:Changelog:WHMCS V6.3.1}}&lt;br /&gt;
&lt;br /&gt;
===Version 6.3.0 GA ===&lt;br /&gt;
{{:Changelog:WHMCS_V6.3.0_GA}}&lt;br /&gt;
&lt;br /&gt;
===Version 6.3.0 RC1 ===&lt;br /&gt;
{{:Changelog:WHMCS V6.3.0 RC 1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_6.3.1_Release_Notes&amp;diff=18690</id>
		<title>Version 6.3.1 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_6.3.1_Release_Notes&amp;diff=18690"/>
				<updated>2016-04-13T14:15:55Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: /* Release Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 6.3.1&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: Maintenance&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 13th March 2016&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Incremental Patch Set&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
&lt;br /&gt;
The latest full and patch set release can always be obtained from the [http://download.whmcs.com/ downloads page]&lt;br /&gt;
&lt;br /&gt;
=Upgrade Process=&lt;br /&gt;
&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
&lt;br /&gt;
This update requires no additional steps.&lt;br /&gt;
&lt;br /&gt;
Applying the incremental patch version to an existing 6.3.0 installation will perform an automated version bump and require no upgrade process to be performed.&lt;br /&gt;
&lt;br /&gt;
=Release Notes=&lt;br /&gt;
&lt;br /&gt;
* '''GlobalsignSSL Module has new API endpoints''' - Globalsign has introduced a new API for purchasing SSL certificates. WHMCS now supports their new API version. It's '''highly recommended''' that you upgrade to this latest version of WHMCS if you depend on the GlobalsignSSL module before they fully deprecate the older API.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Provide Project Manager reports unencoded''' - The Project Manager addon reports, like other reports for WHMCS, are provided unencoded to aid and guide developers wishing to author their own reports.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Clear support ticket note draft storage on successful submission''' - Ensure that saved notes are cleared from the browser's internal storage on submission, otherwise subsequent notes will start autofilled with the previous note. This requires you to apply the provided admin template updates.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Template Changes=&lt;br /&gt;
The template changes will be published in our github repository:&lt;br /&gt;
&lt;br /&gt;
https://github.com/WHMCS/templates-six&lt;br /&gt;
&lt;br /&gt;
=Changelog=&lt;br /&gt;
&lt;br /&gt;
{{:Changelog:WHMCS_V6.3.1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V6.3.1&amp;diff=18682</id>
		<title>Changelog:WHMCS V6.3.1</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V6.3.1&amp;diff=18682"/>
				<updated>2016-04-13T14:11:12Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Version 6.3.1 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-9888&amp;amp;nbsp;-&amp;amp;nbsp;Improve markdown formatting for nested lists&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9896&amp;amp;nbsp;-&amp;amp;nbsp;Prevent fatal error when attempting to activate secondary language for email templates&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9901&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9898&amp;amp;nbsp;-&amp;amp;nbsp;Improve markdown formatting in client email notification of new support tickets&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9899&amp;amp;nbsp;-&amp;amp;nbsp;Clear support ticket note draft storage on successful submission&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9902&amp;amp;nbsp;-&amp;amp;nbsp;Do not create invoices for free products/services at time of order&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9980&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9903&amp;amp;nbsp;-&amp;amp;nbsp;Prevent CSS styling rules from rendering in plain-text version of email messages&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9905&amp;amp;nbsp;-&amp;amp;nbsp;Send message properly populates email from client in client services page&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9907&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Carbon object is always available to Renew function&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9911&amp;amp;nbsp;-&amp;amp;nbsp;Easy translation should fallback to default language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9913&amp;amp;nbsp;-&amp;amp;nbsp;Easy Translation should allow HTML in product descriptions&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6393&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9917&amp;amp;nbsp;-&amp;amp;nbsp;Update Easy Translation field configuration logic to ensure translations can be deleted properly&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9921&amp;amp;nbsp;-&amp;amp;nbsp;Remove erroneous spaces from admin area open new ticket message box&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9922&amp;amp;nbsp;-&amp;amp;nbsp;Exclude merged tickets from &amp;amp;quot;Awaiting Reply&amp;amp;quot; count in admin area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9929&amp;amp;nbsp;-&amp;amp;nbsp;Exclude merged tickets from Support Tickets Overview widget&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9933&amp;amp;nbsp;-&amp;amp;nbsp;Fix invalid shorthand attribute syntax in OAuth layout template&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9940&amp;amp;nbsp;-&amp;amp;nbsp;Prevent markdown editor word count failing for certain languages&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6390&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9948&amp;amp;nbsp;-&amp;amp;nbsp;Show markdown editor when composing new client notes&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9951&amp;amp;nbsp;-&amp;amp;nbsp;Prevent hidden configurable options from showing up in client order summary&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9955&amp;amp;nbsp;-&amp;amp;nbsp;Fix handling of emails where subject contains a non-existent ticket mask&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
ADDON-5985&amp;amp;nbsp;-&amp;amp;nbsp;Provide Project Manager reports unencoded&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6384&amp;amp;nbsp;-&amp;amp;nbsp;GlobalSign SSL: Update module port to new 4.x API&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6385&amp;amp;nbsp;-&amp;amp;nbsp;Interworx: Only fall back to server IP if hostname not available&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6391&amp;amp;nbsp;-&amp;amp;nbsp;TPP Wholesale Registrar: Fix invalid method reference&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6394&amp;amp;nbsp;-&amp;amp;nbsp;OnlineNIC: Resolve failing response validation and processing&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9919&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6395&amp;amp;nbsp;-&amp;amp;nbsp;Address Two-Factor Authentication activation conflict with Markdown editor&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9794&amp;amp;nbsp;-&amp;amp;nbsp;eNom SSL: Clear cart if transactions are pending from a previous eNom session&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9857&amp;amp;nbsp;-&amp;amp;nbsp;Use more predictable method of determining a clients preferred payment gateway&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
CORE-9918&amp;amp;nbsp;-&amp;amp;nbsp;Ensure GetClientsProducts returns product custom fields in client&amp;amp;#039;s language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9937&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API GetSupportStatuses is returning all support ticket statuses&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9945&amp;amp;nbsp;-&amp;amp;nbsp;Improve UpdateClient API support of &amp;amp;#039;password2&amp;amp;#039; parameter&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-9878&amp;amp;nbsp;-&amp;amp;nbsp;Turkish translation additions and improvements to client and admin area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9909&amp;amp;nbsp;-&amp;amp;nbsp;Portuguese translation additions and improvements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9927&amp;amp;nbsp;-&amp;amp;nbsp;Romanian translation additions and improvements to client area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9931&amp;amp;nbsp;-&amp;amp;nbsp;Portugese domain search translation improvements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9936&amp;amp;nbsp;-&amp;amp;nbsp;Arabic translation additions and improvements &amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Changelog:WHMCS_V6.3.1&amp;diff=18678</id>
		<title>Changelog:WHMCS V6.3.1</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Changelog:WHMCS_V6.3.1&amp;diff=18678"/>
				<updated>2016-04-13T14:10:21Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Version 6.3.1 Release Notes]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implemented ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
CORE-9888&amp;amp;nbsp;-&amp;amp;nbsp;Improve markdown formatting for nested lists&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9896&amp;amp;nbsp;-&amp;amp;nbsp;Prevent fatal error when attempting to activate secondary language for email templates&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9901&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9898&amp;amp;nbsp;-&amp;amp;nbsp;Improve markdown formatting in client email notification of new support tickets&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9899&amp;amp;nbsp;-&amp;amp;nbsp;Clear support ticket note draft storage on successful submission&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9902&amp;amp;nbsp;-&amp;amp;nbsp;Do not create invoices for free products/services at time of order&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9980&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9903&amp;amp;nbsp;-&amp;amp;nbsp;Prevent CSS styling rules from rendering in plain-text version of email messages&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9905&amp;amp;nbsp;-&amp;amp;nbsp;Send message properly populates email from client in client services page&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9907&amp;amp;nbsp;-&amp;amp;nbsp;Ensure Carbon object is always available to Renew function&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9911&amp;amp;nbsp;-&amp;amp;nbsp;Easy translation should fallback to default language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9913&amp;amp;nbsp;-&amp;amp;nbsp;Easy Translation should allow HTML in product descriptions&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6393&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9917&amp;amp;nbsp;-&amp;amp;nbsp;Update Easy Translation field configuration logic to ensure translations can be deleted properly&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9921&amp;amp;nbsp;-&amp;amp;nbsp;Remove erroneous spaces from admin area open new ticket message box&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9922&amp;amp;nbsp;-&amp;amp;nbsp;Exclude merged tickets from &amp;amp;quot;Awaiting Reply&amp;amp;quot; count in admin area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9929&amp;amp;nbsp;-&amp;amp;nbsp;Exclude merged tickets from Support Tickets Overview widget&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9933&amp;amp;nbsp;-&amp;amp;nbsp;Fix invalid shorthand attribute syntax in OAuth layout template&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9940&amp;amp;nbsp;-&amp;amp;nbsp;Prevent markdown editor word count failing for certain languages&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: MODULE-6390&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9948&amp;amp;nbsp;-&amp;amp;nbsp;Show markdown editor when composing new client notes&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9951&amp;amp;nbsp;-&amp;amp;nbsp;Prevent hidden configurable options from showing up in client order summary&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9955&amp;amp;nbsp;-&amp;amp;nbsp;Fix handling of emails where subject contains a non-existent ticket mask&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
ADDON-5985&amp;amp;nbsp;-&amp;amp;nbsp;Provide Project Manager reports unencoded&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6384&amp;amp;nbsp;-&amp;amp;nbsp;GlobalSign SSL: Update module port to new 4.x API&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6385&amp;amp;nbsp;-&amp;amp;nbsp;Interworx: Only fall back to server IP if hostname not available&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6391&amp;amp;nbsp;-&amp;amp;nbsp;TPP Wholesale Registrar: Fix invalid method reference&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6394&amp;amp;nbsp;-&amp;amp;nbsp;OnlineNIC: Resolve failing response validation and processing&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Also known as: CORE-9919&amp;lt;br /&amp;gt;&lt;br /&gt;
MODULE-6395&amp;amp;nbsp;-&amp;amp;nbsp;Address Two-Factor Authentication activation conflict with Markdown editor&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9794&amp;amp;nbsp;-&amp;amp;nbsp;eNom SSL: Clear cart if transactions are pending from a previous eNom session&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9857&amp;amp;nbsp;-&amp;amp;nbsp;Use more predictable method of determining a clients preferred payment gateway&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
CORE-9918&amp;amp;nbsp;-&amp;amp;nbsp;Ensure GetClientsProducts returns product custom fields in client&amp;amp;#039;s language&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9937&amp;amp;nbsp;-&amp;amp;nbsp;Ensure API GetSupportStatuses is returning all support ticket statuses&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9945&amp;amp;nbsp;-&amp;amp;nbsp;Improve UpdateClient API support of &amp;amp;#039;password2&amp;amp;#039; parameter&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
CORE-9878&amp;amp;nbsp;-&amp;amp;nbsp;Turkish translation additions and improvements to client and admin area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9909&amp;amp;nbsp;-&amp;amp;nbsp;Portuguese translation additions and improvements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9927&amp;amp;nbsp;-&amp;amp;nbsp;Romanian translation additions and improvements to client area&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9931&amp;amp;nbsp;-&amp;amp;nbsp;Portugese domain search translation improvements&amp;lt;br /&amp;gt;&lt;br /&gt;
CORE-9936&amp;amp;nbsp;-&amp;amp;nbsp;Arabic translation additions and improvements &amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	<entry>
		<id>http://3.19.219.109/index.php?title=Version_6.3.1_Release_Notes&amp;diff=18674</id>
		<title>Version 6.3.1 Release Notes</title>
		<link rel="alternate" type="text/html" href="http://3.19.219.109/index.php?title=Version_6.3.1_Release_Notes&amp;diff=18674"/>
				<updated>2016-04-13T14:09:43Z</updated>
		
		<summary type="html">&lt;p&gt;Nate: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;docs-alert-info&amp;quot; style=&amp;quot;max-width:370px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Release Information&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Version: 6.3.1&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Type: Maintenance&amp;lt;br /&amp;gt;&lt;br /&gt;
Release Date: 13th March 2016&amp;lt;br /&amp;gt;&lt;br /&gt;
Distribution Types: Full and Incremental Patch Set&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
&lt;br /&gt;
The latest full and patch set release can always be obtained from the [http://download.whmcs.com/ downloads page]&lt;br /&gt;
&lt;br /&gt;
=Upgrade Process=&lt;br /&gt;
&lt;br /&gt;
[[Upgrading|View Standard Upgrade Steps]]&lt;br /&gt;
&lt;br /&gt;
This update requires no additional steps.&lt;br /&gt;
&lt;br /&gt;
Applying the incremental patch version to an existing 6.3.0 installation will perform an automated version bump and require no upgrade process to be performed.&lt;br /&gt;
&lt;br /&gt;
=Release Notes=&lt;br /&gt;
&lt;br /&gt;
* '''GlobalsignSSL Module has new API endpoints''' - Globalsign has introduced a new API for purchasing SSL certificates. WHMCS now supports their new API version. It's '''highly recommended''' that you upgrade to this latest version of WHMCS if you depend on the GlobalsignSSL module before they fully deprecate the older API.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Provide Project Manager reports unencoded''' - The Project Manager addon reports, like other reports for WHMCS, are provided unencoded to aid and guide developers wishing to author their own reports.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Clear support ticket note draft storage on successful submission''' - Ensure that saved notes are cleared from the browser's internal storage on submission, otherwise subsequent notes will start autofilled with the previous note.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Template Changes=&lt;br /&gt;
The template changes will be published in our github repository:&lt;br /&gt;
&lt;br /&gt;
https://github.com/WHMCS/templates-six&lt;br /&gt;
&lt;br /&gt;
=Changelog=&lt;br /&gt;
&lt;br /&gt;
{{:Changelog:WHMCS_V6.3.1}}&lt;/div&gt;</summary>
		<author><name>Nate</name></author>	</entry>

	</feed>