Advanced Localisation Release 1.0.5

Changelog

Type Description
New
Auto-select country dropdown based on the location of the visitor (e.g. the module automatically selects Italy as country for vistors from Italy when they're registering on your WHMCS)
Improved
GeoLite database by MaxMind has been updated. The module now uses the latest version
Fixed
A very hard-to-find bug causing problems with pipe.php cron job
Fixed
Some language files of the module were wrongly encrypted in previous release
Fixed
10 language variables of italian language were not appearing in the interface
Fixed
Morocco appearing wrongly also in North America

Upgrade instructions

Steps Description
1 Run this query from PHPMyAdmin to your WHMCS database:

UPDATE tblconfiguration SET value=(CASE WHEN value='' THEN 'AdvancedLocalisation' ELSE concat(value,',AdvancedLocalisation') END) WHERE setting = 'AddonModulesHooks'
2 Open your configuration.php file and simply add an @ before:

include_once("modules/addons/AdvancedLocalisation/includes/localise.php");

So that it looks like follows:

@include_once("modules/addons/AdvancedLocalisation/includes/localise.php");
3 If you plan to add the new auto-select feature for visitors registering on your WHMCS, please read this article (English, Italian)