Changelogs: Forum v3.1

A new version of Forum 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.5
Requires: PHP 5.2, CakePHP 2
Commit Hash: 0536b72ed1bca3d6b19f2f886af9e1afe5737de1
Changes:

  • Added Spanish locale (courtesy of jasanchez)
  • Updated Decoda to 3.3.1
  • Updated TypeConverter to 1.3
  • Updated AutoLoginComponent to 3.5.1

Changelogs: Uploader v3.5

A new version of Uploader has been released, version 3.5. 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.5
Tested On: PHP 5.3, CakePHP 2.0.5
Requires: PHP 5.2, CakePHP 2
Commit Hash: b91bd81415a50f69d589a77d9dbe7a576e1c5744
Changes:

  • Added file overwrite settings for transform methods [Issue #50] (overwrite settings are set to false by default)
  • Fixed weirdness with append and prepend [Issue #46]
  • Fixed a bug with uppercase file extensions
  • Rewrote Uploader::crop() to maintain aspect ratio and fix wrong calculations [Issue #51]

Changelogs: Forum v3.0

A new version of Forum has been released, version 3.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, be sure to report an issue on the Github repository.

Version: 3.0
Tested On: PHP 5.3, CakePHP 2.0.3
Requires: PHP 5.2, CakePHP 2
Commit Hash: 29a069931bc3dfd5f6ec88e69cf870b34aa3ce0d
Changes:

  • Updated to CakePHP 2.0 (not backwards compatible with 1.3)
  • Updated Decoda to 3.3
  • Updated AjaxHandlerComponent to 2.0.1
  • Added a way to load custom configuration outside of config.php by creating a custom.php file
  • Changed ToolbarComponent to ForumToolbarComponent to not conflict with DebugKit
  • Removed cakeError() usages and used the standard HTTP exceptions