CFWheels 1.3.2 maintenance release


Today we release the second maintenance release in the 1.3.x series.

Download version 1.3.2 to fix the following bugs:

  • Fixed regression bug with setting unique id for nested properties
  • Fixed reversed usage for setting option text/value when passing in an array of structs to select() / selectTag()
  • Tableless models should not require dataSourceName – #351
  • Fixed issue with using group by with calculated properties – #89
  • Fixed ORM incorrectly parsing a property value as NULL – #209
  • Fixed bug with application scope when sharing name across applications – #359
  • Fix for removing AS from ORDER BY clause in Microsoft SQL Server – #132
  • Calling valid() will now correctly validate all associations when using nested properties – #284
  • Fixed issue with save()causing callbacks to run twice when using nested properties – #284
  • Fixed race condition issue with caching – #376
  • Fixed number parsing in WHERE strings

More info in the 1.3.2 CHANGELOG.

If you’re upgrading from 1.3.0+, you just need to replace the wheels folder with the new one from the download. If you’re upgrading from an older version of CFWheels, see the instructions.

Comments

  1. Chris Geir*** says:

    Nice work! Thank you! I really want to contribute and I will