Woops, missed the updated version number on the WHMCS addon modules.
This commit is contained in:
parent
a9263bc903
commit
9a3fc09abc
2 changed files with 2 additions and 2 deletions
|
@ -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.1',
|
||||
'version' => '3.0.2',
|
||||
'author' => 'Christopher York');
|
||||
}
|
||||
|
||||
|
|
|
@ -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.1',
|
||||
'version' => '3.0.2',
|
||||
'author' => 'Christopher York');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue