Pushing the new v3.x.x series WHMCS WebsitePanel module

This commit is contained in:
Christopher York 2014-02-23 21:23:16 -06:00
parent bb873be496
commit a9263bc903
17 changed files with 1895 additions and 1707 deletions

View file

@ -0,0 +1,26 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>WHMCS WebsitePanel Server Module / Addons</title>
</head>
<body>
<h1>WHMCS WebsitePanel Server Module</h1>
<p style="color: #FF0000">DO NOT CONTACT WHMCS FOR SUPPORT WITH THIS MODULE</p>
<h3>Changelog / Updates</h3>
<p>2-23-2014 (v3.0.2)</p>
<ul>
<li>HTTP communications now support GZIP compression (enabled by default)</li>
</ul>
<p>2-22-2014 (v3.0.1)</p>
<ul>
<li>Usage calculation now works with multiple WebsitePanel ES installations</li>
<li>Large amount of refactoring</li>
<li>Addon hooks (WSP Addons and WSP Client Sync) now execute only when the addon is activated</li>
<li>Improved logging</li>
<li>Client area &quot;one-click login&quot; is now a POST form instead of a link. Credentials are no longer passed through a standard HREF link</li>
<li>Admin area &quot;one-click login&quot; is now a link directly to the WebsitePanel account rather than a login link to WebsitePanel</li>
</ul>
</body>
</html>