CFWheels 1.4.2 maintenance release

August 31, 2015

Posted in Releases

Posted By: Tom King

Tags: 1.4

Today sees another maintenance release for the 1.4.x series <a href="https://github.com/cfwheels/cfwheels/releases/download/v1.4.2/cfwheels.1.4.2.zip">Download 1.4.2 today</a> to fix the following: <h3>Bug Fixes</h3> <ul> <li>Fix for selecting distinct with calculated property - [Edward Chanter, Per Djurner]</li> <li>Fixed so default values are applied to non persistent properties - #519 [Andy Bellenie]</li> <li>Fixed missing var scope causing error on Lucee - [Russ Michaels, Tom King]</li> <li>Don't show debug info on AJAX requests - #496 [Leroy Mah, Per Djurner]</li> <li>Fixed permissions issue with imageTag() when running on shared hosting - [Per Djurner]</li> <li>Removed use of ExpandPath() in debug file since it was causing file permission issues - [Peter Hopman, Per Djurner]</li> <li>Skip setting object property when NULL is passed in - #507 [Andy Bellenie, Per Djurner]</li> <li>Fixed edge case issue with calling dynamic association methods - #501 [Dominik Hofer, Per Djurner]</li> <li>Fixed lock name in onSessionEnd event - #499 [Per Djurner]</li> <li>Ignore white space in the "where" argument to finders - #503 [Per Djurner]</li> <li>Ignore spaces in the "keys" argument to hasManyCheckBox() and hasManyRadioButton() - [Song Lin, Per Djurner]</li> <li>Skip running callbacks when validating uniqueness and similar situations - #492 [Andy Bellenie, Per Djurner]</li> <li>Avoid plugin directory exception during first application load - #541 [Adam Chapman, Per Djurner]</li> <li>Fix for using cfscript operators in "condition" and "unless" argument on ACF 8 - #531 [Per Djurner]</li> <li>Fix for rolling back nested properties - #539 [James Gibson, Chris Peters, Per Djurner]</li> <li>afterSave and afterCreate callbacks are not firing on nested objects - #525 [Adam Chapman, Chris Peters, Per Djurner]</li> <li>Ability to pass in list to "includeBlank" argument on dateSelect() and similar functions - #502 [Thorsten Eilers, Per Djurner]</li> <li>Ability to set attributes on the input element created by buttonTo() - [Per Djurner]</li> <li>Added missing "onlyPath" argument to imageTag() - #508 [Per Djurner]</li> <li>Corrected output of property labels in error messages - #494 [Andy Bellenie]</li> </ul> Also don't forget to check the <a href="http://docs.cfwheels.org/v1.4/docs/upgrading">upgrade notes</a>.

Latest Blog Posts