Skip to content

CFWheels Version 1.4.2

Compare
Choose a tag to compare
@perdjurner perdjurner released this 31 Aug 13:34
· 3050 commits to develop since this release

Bug Fixes

  • Fix for selecting distinct with calculated property.
  • Fixed so default values are applied to non persistent properties.
  • Fixed missing var scope causing error on Lucee.
  • Don't show debug info on AJAX requests.
  • Fixed permissions issue with imageTag() when running on shared hosting.
  • Removed use of ExpandPath() in debug file since it was causing file permission issues.
  • Skip setting object property when NULL is passed in.
  • Fixed edge case issue with calling dynamic association methods.
  • Fixed lock name in onSessionEnd event.
  • Ignore white space in the "where" argument to finders.
  • Ignore spaces in the "keys" argument to hasManyCheckBox() and hasManyRadioButton().
  • Skip running callbacks when validating uniqueness and similar situations.
  • Avoid plugin directory exception during first application load.
  • Fix for using cfscript operators in "condition" and "unless" argument on ACF 8.
  • Fix for rolling back nested properties.
  • Ability to pass in list to "includeBlank" argument on dateSelect() and similar functions.
  • Ability to set attributes on the input element created by buttonTo().
  • Added missing "onlyPath" argument to imageTag().
  • Corrected output of property labels in error messages.