Version 1.6 /15-11-2015/
- fixed: security error in posts votes
- added: checking group permissions to change votes

Version 1.5 /15-04-2015/
- added many optimizations in plugin
- moved HTML to templates from plugin core
- fixed small bugs
- added the ability configuration to change and cancel the votes

UPDATE: uninstall plugin, overwrite files and install plugin. Next add in for example global.css:
.positives {
	background: #148c00;
}

.negatives {
	background: #8c0000;
}

Done :)

Version 1.4 /26-03-2015/
- fixed error in register new accounts
- fixed SQL error in some servers configurations
- added small optimization in plugin
- added automatically adding variables in templates
- added French language

UPDATE: uninstall plugin, delete variables in postbit and postbit_classic ($post['xem_fast_rep']), overwrite files and install the plugin. Done :)

Version 1.3.1 /18-03-2015/
- fixed thread view SQL error in threaded display
- add escaping title and description values in setting group
- fixed quick reply error

Version 1.3 /16-03-2015/
- fixed error in add reputation (detected in version 1.2)
- added showing who liked posts (giving +1)
- minor code improvements

To update: overwrite plugin file (inc/plugins/xem_fast_rep.php), plugin language files and reinstall plugin in ACP! Next, add CSS rule (.liked_this) from css.txt to global.css

Version 1.2 /10-03-2015/
- fixed error to count the reputation of user accounts
- added checking permissions: forum, user, usergroup, thread, post

Version 1.1 /06-03-2015/
- added possibility to disable adding negative or positive reputation (in ACP MyBB reputation config)

Version 1.0 /03-03-2015/
- initial release;