Software Manager Release 1.0.5

Changelog

Type Description
New
Dates of projects and releases now use the same date format that you are using in your WHMCS
Improved
Added support for localkey. Long story short the module now loads faster
Improved
On some servers base64 function is disabled and this causes the pages of the module to load slower. We then developed a replacement for base64 when the module detects that this function is disabled on your server
Fixed
Query causing a Fatal Error when adding/updating Changes status
Fixed
Fixed an issue with absolute/relative paths
Fixed
Very complex bug when accessing WHMCS from multiple hostnames
Fixed
Language variables not loading properly

Upgrade instructions

Steps Description
1 Open your configuration.php file in the root of your WHMCS and remove the following code:

// PHP Data Object (PDO)

define('DB_DSN', 'mysql:host='.$db_host.';dbname='.$db_name.';charset=utf8');

define('DB_USER', ''.$db_username.'');

define('DB_PASSWORD', ''.$db_password.'');
2 Known issue: SEO URL not working on WHMCS installed in subdirectories. This is a known issue that we're going to fix with next release