Released: ColdFusion on Wheels Version 1.1.3

March 24, 2011

Posted in Releases

Posted By: Chris Peters

Tags: 1.1

Today, we're releasing another maintenance release, ColdFusion on Wheels version 1.1.3. This release includes several bug fixes. <a href="https://cfwheels.org/download">Upgrade now</a> to increase the stability of your Wheels applications.<!--more--> To upgrade from version 1.1.x, replace the <kbd>wheels</kbd> folder in your application to the new one included in the zip file. If you're upgrading from a version earlier than 1.1, there are <a href="https://cfwheels.org/docs/1-1/chapter/upgrading-wheels">instructions and notes in the documentation</a>. Here are the updates included in version 1.1.3, listed in the <a href="http://github.com/cfwheels/cfwheels/blob/v1.1.3/wheels/CHANGELOG">CHANGELOG</a>: <ul> <li>Allows for relative url linking to be turned off in <code>autoLink()</code></li> <li>Allow for default argument on <code>sendMail()</code> for <code>from</code>, <code>to</code>, and <code>subject</code></li> <li>You can now have bracket markers for all validation arguments</li> <li>Columns marked as <code>NOT NULL</code> should allow for blank strings</li> <li>Fixed issue with <code>$create()</code> supplying incorrect keys to <code>$query()</code></li> <li>The original transaction mode would not be respected during during callbacks</li> <li><code>"none"</code> transaction modes would never close</li> <li>Incorrect <code>$cache</code> argument</li> <li>Route formats prevented fullstops from being used in <code>params</code></li> <li>Controller in <code>params</code> should be upper camel case</li> <li><code>application</code> scope would not initialize in sub</li> <li><code>validatesUniquenessOf()</code> doesn't read soft-deletes</li> <li><code>paginationLinks()</code>: routes with page number marker variable would produce the wrong links</li> </ul> We'd like to extend a heart-felt thank you to everyone for continuing to support this project, submit bugs, and help resolve issues with the framework.

Latest Blog Posts