Sunday, September 6, 2015

CakePHP 3.0.13 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 3.0.13. This is a maintenance release for the 3.0 branch that fixes bugs and includes small enhancements.

Bugfixes
--------

You can expect the following changes in 3.0.13. See the [changelog](http://cakephp.org/changelogs/3.0.13) for every commit.

- `Query::count()` no longer fails when there are fields with complex expressions in the select.
- If FormHelper is used to create a visible input after a hidden input was created, the form is no longer blackholed by SecurityComponent.
- Typehints in the API documentation have been corrected in a number of places.
- When a new entity is saved with a specific UUID, the entity returned from save() retains the original id value.
- `Http\Client` now correctly sets the proxy context options, allowing proxy connections to work.
- Compatibility with PHP 5.x improved.

Enhancements
------------

- `Shell::quiet()` and `Shell::verbose()` were added. These helper methods provide shortcuts to `$this->_io->quiet()` and `$this->_io->verbose()` respectively.
- `I18n\Number` has an ordinal() method for formatting the ordinal text for a given number. The `ordinal()` method is also available on `NumberHelper`.

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: