Cakephp core team has released the new Cakephp version 2.4.6
on March 02, 2014. People, who are struggling with previous Cakephp version’s issues,
now can download this bug-fix Cakephp 2.4.6 release from Githhub.com/cakephp
.
Some of the changes are given below:
- 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.
Please find original source: http://bakery.cakephp.org/articles/markstory/2014/03/02/cakephp_2_4_6_released
No comments:
Post a Comment