This commit is contained in:
Christopher York 2014-04-23 23:21:29 -05:00
parent 9a3fc09abc
commit 3d1bb47f35
8 changed files with 92 additions and 16 deletions

View file

@ -37,7 +37,7 @@ require_once(ROOTDIR. '/modules/servers/websitepanel/enterpriseserver.php');
* @link http://www.websitepanel.net/
* @access public
* @name websitepanel_EnterpriseServer
* @version 3.0.2
* @version 3.0.3
* @package WHMCS
* @final
*/

View file

@ -35,7 +35,7 @@
* @link http://www.websitepanel.net/
* @access public
* @name websitepanel_EnterpriseServer
* @version 3.0.2
* @version 3.0.3
* @package WHMCS
* @final
*/
@ -50,7 +50,7 @@ function websitepanel_addons_config()
{
return array('name' => 'WebsitePanel Addons Automation',
'description' => 'Automates WHMCS product addons with WebsitePanel Addons',
'version' => '3.0.2',
'version' => '3.0.3',
'author' => 'Christopher York');
}

View file

@ -37,7 +37,7 @@ require_once(ROOTDIR. '/modules/servers/websitepanel/enterpriseserver.php');
* @link http://www.websitepanel.net/
* @access public
* @name websitepanel
* @version 3.0.2
* @version 3.0.3
* @package WHMCS
*/

View file

@ -34,7 +34,7 @@
* @link http://www.websitepanel.net/
* @access public
* @name websitepanel
* @version 3.0.2
* @version 3.0.3
* @package WHMCS
*/
@ -48,7 +48,7 @@ function websitepanel_sync_config()
{
return array('name' => 'WebsitePanel Sync Automation',
'description' => 'Syncs WHMCS client details / contact changes with WebsitePanel accounts',
'version' => '3.0.2',
'version' => '3.0.3',
'author' => 'Christopher York');
}