Changelogs

Changelogs for all the codebase versions.

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

2) Uploader v3.1

A new version of Uploader has been released, version 3.1. 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: 3.1
Tested On: PHP 5.3, CakePHP 2.0.3
Requires: PHP 5.2, CakePHP 2.0
Commit Hash: a0d0cbf3ac1062a31facab1b021969dcb39df49d
Changes:

  • Added append and prepend support to Uploader::upload() and AttachmentBehavior
  • Added support for slashes within append and prepend options to allow for folder organization
  • Fixed a bug with FileValidationBehavior::extension()

3) Forum v2.1

A new version of Forum has been released, version 2.1. 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.1
Tested On: PHP 5.3, CakePHP 1.3.8
Requires: PHP 5.2, CakePHP 1.3
Commit Hash: 93c192eebf704a997eb1a90ff1a394b28d8dacfb
Changes:

  • Added a users dashboard
  • Added Decoda validation during topic and post creation
  • Fixed the problem with using $this->here for form action URLs (Issue #9)
  • Updated Decoda to v3.1