CFWheels 2.0.1 maintenance Release

January 31, 2018

Posted in Releases

Posted By: Tom King

Tags: 2.0

Today sees a maintenance release for the 2.x series. <a href="https://github.com/cfwheels/cfwheels/releases/download/v2.0.1/cfwheels-2.0.1.zip">Download 2.0.1 today</a> to fix the following: <h3>Bug Fixes</h3> <ul> <li>Fixes reload links on application test suite page - <a href="https://github.com/cfwheels/cfwheels/issues/820">#820</a> [Michael Diederich]</li> <li>Set <code>dbname</code> in <code>cfdbinfo</code> calls when using custom database connection string - <a href="https://github.com/cfwheels/cfwheels/issues/822">#822</a> [Per Djurner]</li> <li>Fixes <code>humanize()</code> function - <a href="https://github.com/cfwheels/cfwheels/issues/663">#663</a> [Chris Peters, Per Djurner, kmd1970]</li> <li>Enables the <code>rel</code> attribute for <code>stylesheetlinkTag()</code> - <a href="https://github.com/cfwheels/cfwheels/pull/834">#834</a> [Michael Diederich]</li> <li>Returning a <code>NULL</code> value from a query with NULL support enabled no longer throws an error - <a href="https://github.com/cfwheels/cfwheels/pull/834">#834</a> [Michael Diederich]</li> <li>Accessing a route with incorrect verb now provides a more useful error message - <a href="https://github.com/cfwheels/cfwheels/issues/800">#800</a> [Tom King]</li> <li>Fixed bug with arrays in URLs - <a href="https://github.com/cfwheels/cfwheels/issues/836">#836</a> [Michael Diederich, Per Djurner]</li> <li>startFormTag now properly applies the method attribute - <a href="https://github.com/cfwheels/cfwheels/issues/837">#837</a> [David Paul Belanger]</li> <li>Incompatible plugin notice now ignores patch releases unless specified - <a href="https://github.com/cfwheels/cfwheels/issues/840">#840</a> [Risto, Tom King]</li> </ul>

Latest Blog Posts