Changelogs: Forum v4.0.0
A new version of Forum has been released, version 4.0.0. Please download the new tag or view the documentation. If you have any questions, be sure to send me an email or comment on this post. If you run into any problems, report an issue on the GitHub repository.
Version: 4.0.0
Tested On: PHP 5.4.3, CakePHP 2.3.1, Composer
Requires: PHP 5.3, CakePHP 2.3, Composer
Commit Hash: bcea4ec25587acf89af064463088ba5eb981e8e3
Changes:
- Replaced the custom ACL system with CakePHP's ACL
- Replaced the admin system with the Admin plugin
- Replaced the reporting system with the Admin plugin reporting system
- Replaced the logging system with the Admin plugin logging system
- Integrated the new Utility 1.4 features
- Integrated the
TreeBehaviorwhere applicable - Rewrote the
InstallShellandUpgradeShell - Removed the
Profilemodel (the old fields should now be part of the users table) - Removed Spanish and Swedish locales (too many strings changed)
- Removed user profiles (all user related code should be handled outside of the forum)
- Added a
ForumUsermodel that extends from the baseUsermodel - Added counter caching for topics and posts for the
Usermodel - Added counter caching for poll votes and options