ColdFusion on Wheels 1.1.6 Released

October 20, 2011

Posted in Releases

Posted By: Chris Peters

Tags: 1.1

Another round of enhancements and bug fixes has been fixed and incorporated into version 1.1.6 of ColdFusion on Wheels. <a href="https://cfwheels.org/download">Download it today</a> to increase the stability of your Wheels applications. <strong>Upgrading from 1.1.x is easy.</strong> Download the zip file, extract it, and replace your application's <kbd>wheels</kbd> folder with the new <kbd>wheels</kbd> folder from the zip file. Read on for details from the CHANGELOG.<!--more-->From the <a href="https://github.com/cfwheels/cfwheels/blob/v1.1.6/wheels/CHANGELOG">CHANGELOG</a> for version 1.1.6... <h3>Model Enhancements</h3> <ul> <li>validatesUniquenessOf only selects primary keys - [Jordan Clark, Don Humphreys]</li> </ul> <h3>View Enhancements</h3> <ul> <li>Allow removal height and/or width attributes from imageTag when set to false - [downtroden, Tony Petruzzi]</li> <li>Allow delimiter to be specified for stylesheets and javascripts - [Derek, Tony Petruzzi]</li> </ul> <h3>Bug Fixes</h3> <ul> <li>hasChanged was incorrectly evaluating boolean values - [Jordan Clark, Don Humphreys]</li> <li>Do not perform update when no changes have been made to the properties of a model - #786 [Mohamad El-Husseini, Tony Petruzzi]</li> <li>OnlyPath argument of urlFor does not correctly recognise HTTPS urls - [Andy Bellenie, Tony Petruzzi]</li> <li>Pagination clause wasn't enclosed - [Karl Deterville, Tony Petruzzi]</li> <li>Pagination endrow was incorrectly calculated - [Karl Deterville, Tony Petruzzi]</li> </ul>

Latest Blog Posts