The CakePHP core team is happy to announce the immediate availability of CakePHP 2.6.8. This is a maintenance release for the 2.6 branch.
Bugfixes -------- You can expect the following changes in 2.6.8. See the [changelog](http://cakephp.org/changelogs/2.6.8) for every commit. * Fix issue with overlapping irregular inflections. When irregular inflections overlap we should choose the longest match, not the shortest. * Fix regression in Inflector::camelize(). The input should not be lowercased before camelizing, as this can cause inputs that were previously camelized to create incorrect results. * Fix Validation::multiple() regarding 0 value. Previously 0 could not be a valid option. * FormHelper::radio() now supports complex option definition. This makes it easier to define custom attributes on each radio button. * Element tags had trailing whitespace removed. If you have custom element tags with HtmlHelper you might need to update your templates. * Shells will now never print HTML errors. Previously if you used custom the console error handlers you could end up with HTML in your terminal. * SQL operators in Postgres are now less greedy when fields are quoted. As always, a huge thanks to all the community members that helped make this release happen by reporting issues and sending pull requests. Download a [packaged release on github](https://github.com/cakephp/cakephp/releases>). -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
