Released: ColdFusion on Wheels 1.0.4

December 21, 2010

Posted in Community

Posted By: Chris Peters

Today we're releasing <a href="https://cfwheels.org/download">ColdFusion on Wheels version 1.0.4</a>. This release fixes another round of bugs and adds more stability improvements. <a href="https://cfwheels.org/download">Download it now</a>, replace the <kbd>wheels</kbd> folder with the new one, and reload your application. If you're upgrading from a version earlier than 1.0, <a href="https://cfwheels.org/docs/chapter/upgrading-wheels">follow these instructions</a>.<!--more--> From the change log at <kbd>wheels/CHANGELOG</kbd>: <ul> <li>Added missing support for passing in array of model objects as options to select() - #411</li> <li>Fixed so "afterFind" callback methods are only called once during pagination - #435</li> <li>Added "prependOnAnchor" and "appendOnAnchor" arguments to paginationLinks() to get around an issue where the "appendToPage" string was added on anchor pages - #434</li> <li>Fixed bug in paginationLinks() when using "appendToPage" with single page result</li> <li>Fixed bug with count() when using composite primary keys</li> <li>Fixed concurrency issue related to setting the model name on associations - #419</li> <li>Fix for skipping duplicate columns returned from cfdbinfo when using Oracle - #437 &amp; #439</li> <li>Fix for race conditions when setting the join clause in an application scoped model object - #432</li> <li>Fixed so URLFor() is not duplicating controller and action when URL rewriting is off - #433</li> <li>Added support to imageTag() for all image types that the CFML engine supports</li> </ul>
B
Brian

You guys are kicking so much ass! Keep it up!!!

Apr 21, 2010

Latest Blog Posts