Changelogs: Forum v2.3
A new version of Forum has been released, version 2.3. 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, be sure to report an issue on the Github repository.
Version: 2.3
Tested On: PHP 5.3, CakePHP 1.3.8
Requires: PHP 5.2, CakePHP 1.3
Commit Hash: 443daf4c4cb6dbad60ef997b067fb0b6f4a88889
Changes:
- Added status to the admin users list
- Added statusMap as a type for CommonHelper::options()
- Added a way to quickly activate/ban a user from the admin panel
- Changed it so topic count is always increased regardless of settingPostCount
- Fixed a bug where topic creation won't auto subscribe
- Fixed instances where Forum.userMap wasn't being used
- Fixed user list to only display active users
- Removed join date from topic viewing
- Removed the login() and logout() methods from UsersController
- Updated the Forum.routes config
- Updated ToolbarComponent to use the Forum.routes.login route