Commissions Manager Release 1.0.4
Changelog
Type | Description |
---|---|
New |
You can now permanently delete cancelled commissions from your system |
New |
Hints added in all pages of the module. You can disable hints from the configuration |
New |
All pages used to add commissions are now responsive |
Improved |
Small improvements to jQuery code |
Improved |
Reduced the size of some template files |
Improved |
Improved the quality of English and Italian translation of the module |
Improved |
The code of some functions has been improved |
Changed |
The entire navbar has been redesigned |
Changed |
All pages used to add commissions have been redisgned |
Fixed |
Some small HTML/CSS inaccuracies has been fixed |
Fixed |
Misleading error appearing when trying to checkout a commissions without creating a credit note |
Fixed |
All language files have been updated since we noticed that it was not possible to translate all variables |
Upgrade instructions
Steps | Description |
---|---|
1 | Run this query from PHPMyAdmin to your WHMCS database:INSERT INTO `tbladdonmodules` (`module`, `setting`, `value`) VALUES ('CommissionsManager', 'hints', 'Enabled'); |