Sunday, May 3, 2015

CakePHP 3.0.3 Released

The CakePHP core team is proud to announce the immediate availability of CakePHP 3.0.3. This is maintenance releases that improves speed and reliability of the framework.

Some of the changes introduced were:

  • Extracted the validation logic into a trait that can be reused in projects outside the framework or directly into other parts of your application.
  • Fixed several problems in the Http client class, added support for the OPTIONS and TRACE methods. Improved ssl connections in PHP 5.6
  • Improved performance of find('list') by only selecting the columns that it needs to use for generating the result, when possible.
  • Using the multi-table update syntax in MySQL is now allowed when using a ORMQuery object
  • Numerous bug fixes.

--
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: