ColdFusion on Wheels 1.1.1 Released

December 21, 2010

Posted in Community

Posted By: Chris Peters

We're releasing <a href="https://cfwheels.org/download">ColdFusion on Wheels version 1.1.1</a> today after identifying and fixing a few bugs reported over the past couple weeks. The upgrade should not affect current 1.1 users, so we strongly encourage that you upgrade immediately.<!--more--> As with all releases in the 1.x cycle, you can upgrade by replacing the <kbd>wheels</kbd> folder in your current application with the new one from the zip file. Here is the list of issues resolved from the <a href="http://code.google.com/p/cfwheels/source/browse/tags/1.1.1/wheels/CHANGELOG">CHANGELOG</a>: <ul> <li>Added number formatting on the value passed in to "count" in the pluralize() function</li> <li>Fixed renderWith() so that it works in all environment modes when returning JSON</li> <li>Fixed belongsTo association code when using composite keys</li> <li>Allow cfthread to be used in views</li> <li>Fixed paging code for non-parameterized queries</li> <li>Corrected bug in request verification when session management was disabled in Railo</li> <li>Changed "if" to "condition" (and deprecated) on all validation methods to get around the fact that "if" is a reserved word in cfscript</li> <li>Fixed autolink() so that it correctly links and escapes relative paths</li> <li>Fixed so including partials with layouts does not cause duplicated content</li> </ul> Let's keep squashing these bugs, so be sure to share your experiences with the framework in the <a href="http://groups.google.com/group/cfwheels">Google Group</a> and the <a href="http://code.google.com/p/cfwheels/issues/list">issue tracker</a>.
P
Tony Petruzzi

excellent work everyone!!!!

Nov 21, 2010

Latest Blog Posts