1) Forum v2.2
A new version of Forum has been released, version 2.2. 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.2
Tested On: PHP 5.3, CakePHP 1.3.8
Requires: PHP 5.2, CakePHP 1.3
Commit Hash: 2a779098aae9e701a2502dd6140986074cbe4b28
Changes:
- Added a subscriptions system for topics and forums (Issue #10)
- Added a UpgradeShell which can be executed via console to handle complex version upgrades
- Added a SubscriptionShell that can be setup via cron jobs to send user subscriptions at specific intervals
- Added the AjaxHandlerComponent and TypeConverter to manage AJAX requests
- Added topic subscriptions to the users dashboard
- Refactored the InstallShell to use ConnectionManager::getDataSource() for all database queries instead of a Model, which fixes association errors (Issue #11)
- Fixed any minor issues