ColdFusion on Wheels Version 1.1.2 Released Today

February 01, 2011

Posted in Releases

Posted By: Chris Peters

Tags: 1.1

We're releasing ColdFusion on Wheels version 1.1.2 today, which includes several bug fixes. <a href="https://cfwheels.org/download">Upgrade immediately</a> to increase the stability of your Wheels application.<!--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 a list of issues resolved from the <a href="https://github.com/cfwheels/cfwheels/blob/v1.1.2/wheels/CHANGELOG">CHANGELOG</a>: <ul> <li><code>select()</code>, <code>selectTag()</code> allow an array of structs to be passed to options</li> <li>Changed <code>default</code> argument on includeContent() to <code>defaultValue</code></li> <li>Add <code>when</code> argument to <code>validate()</code></li> <li>Added the <code>varchar_ignorecase</code> type to the H2 adapter</li> <li>Fix so that the full table name is always retuned</li> <li>Pagination with <code>parameterize</code> set to <code>false</code> for numeric keys</li> <li>Blank should be the selected value when <code>includeBlank</code> is set in <code>select()</code></li> <li><code>validatesLengthOf()</code> failed when both maximum and minimum were specified</li> </ul> Thanks everyone for your support. Please continue to share your experiences in the <a href="http://groups.google.com/group/cfwheels">Google Group</a> and submit issues and feature requests to the <a href="http://code.google.com/p/cfwheels/issues/list">issue tracker</a>.
M
Mohamad

This is awesome! Thanks guys!

Feb 01, 2011

Latest Blog Posts