CFWheels 1.3.2 maintenance release

November 11, 2014

Posted in Releases

Posted By: Chris Peters

Tags: 1.3

Today we release the second maintenance release in the 1.3.x series. <a href="https://cfwheels.org/download">Download version 1.3.2</a> to fix the following bugs: <ul> <li>Fixed regression bug with setting unique id for nested properties</li> <li>Fixed reversed usage for setting option text/value when passing in an array of structs to <code>select()</code> / selectTag()</li> <li>Tableless models should not require <code>dataSourceName</code> - #351</li> <li>Fixed issue with using group by with calculated properties - #89</li> <li>Fixed ORM incorrectly parsing a property value as <code>NULL</code> - #209</li> <li>Fixed bug with application scope when sharing name across applications - #359</li> <li>Fix for removing <code>AS</code> from <code>ORDER BY</code> clause in Microsoft SQL Server - #132</li> <li>Calling <code>valid()</code> will now correctly validate all associations when using nested properties - #284</li> <li>Fixed issue with <code>save()</code>causing callbacks to run twice when using nested properties - #284</li> <li>Fixed race condition issue with caching - #376</li> <li>Fixed number parsing in <code>WHERE</code> strings</li> </ul> More info in the <a href="https://github.com/cfwheels/cfwheels/blob/v1.3.2/wheels/CHANGELOG">1.3.2 CHANGELOG</a>. If you're upgrading from 1.3.0+, you just need to replace the <code>wheels</code> folder with the new one from the download. If you're upgrading from an older version of CFWheels, see the <a href="https://cfwheels.org/docs/1-3/chapter/upgrading-wheels">instructions</a>.
G
Chris G

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

Nov 13, 2014

Latest Blog Posts