Advanced Localisation Release 1.1.0

Changelog

Type Description
New
Disallow certain payment gateways for specific countries (preview)
New
The module now has a new table in the database that will be used to add more features with upcoming updates
Improved
GeoLite database by MaxMind has been updated. The module now uses the latest version
Improved
Small HTML/CSS improvements

Upgrade instructions

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

CREATE TABLE IF NOT EXISTS `mod_advancedlocalisationoptions` (`country` char(2) CHARACTER SET utf8 NOT NULL, `option` varchar(255) CHARACTER SET utf8 NOT NULL, `value` text CHARACTER SET utf8 NOT NULL, KEY `country` (`country`,`option`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;