Sunday, May 24, 2015

CakePHP 2.6.5 Released

The CakePHP core team is proud to announce the immediate availability of CakePHP
2.6.5. 2.6.5 is a bug fix release for the 2.6 release series.

A short list of the changes you can expect in 2.6.5 is:

* Year form fields when created with `input()` now work as expected.
* Support for the 429 HTTP status code has been added.
* JsonView now supports a `_jsonOptions` view variable to configure the
  serialization options used in `json_encode()`.
* XmlView now supports a `_xmlOptions` view variable to configure the
  serialization options used when generating XML.
* Code coverage in the web runner for non-app files works again.
* SchemaShell no longer mangles file names ending in 'p' or 'h'.
* Multi-word irregular nouns are now inflected properly by Inflector. Previously
  words would contain letters transposed between the first and second word.
* All HTML5 attributes that can be minimized have been added to HtmlHelper.
* Identifier quoting of table aliases in sub-queries, used to create virtual
  fields has been corrected.

I'd like to thank the people who have contributed to these releases. Your
issues, documentation edits, and patches/pull requests are a big part of what
keeps CakePHP alive and ticking.  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 cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: