Saturday, March 1, 2014

CakePHP 2.4.6 Released

The CakePHP core team is proud to announce the immediate availability of CakePHP 2.4.6. 2.4.6 is a bugfix release for the 2.4 release branch. A short list of the changes you can expect is:

* Extract task handles quotes inside validation messages correctly.
* Model::field() now works with fields translated with TranslateBehavior.
* Core tests are no longer part of PEAR packages. This solves issues when the pear package is used as a composer dependency, and
  an incorrect classmap was generated.
* FormHelper::checkbox() can now generate checkboxes for empty values.
* Postgres can now convert boolean fields to integer when using SchemaShell.
* Changes to how ID's are generated for radio inputs were reverted. These changes caused issues in some applications.
* API documentation has been improved.
* Reverse routing for prefixed actions was improved.
* Temporary associations setup with TranslateBehavior::bindTranslation() are now correctly unbound & restored.
* Clearing data with MemcacheEngine will now work with greater than 100 slabs.
* Validation::decimal() now works with localized floats.
* Invalid data in datetime pickers is now correctly handled.
* FormHelper::postLink() and FormHelper::postButton() now handle N dimensional data.

You can view the full changelog on cakephp.org[1]. I'd like to thank the people who have contributed to this release. Your bug tickets, documentation edits, and patches/pull requests are a big part of what keeps CakePHP alive and ticking. Download a packaged release on github[2].

### Links

* [1] http://cakephp.org/changelogs/2.4.6
* [2] https://github.com/cakephp/cakephp/releases/2.4.6

--
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/groups/opt_out.

No comments: