Yii2 Bootstrap 3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.5 KiB

Yii Framework 2 Change Log
==========================
2.0.0 beta under development
----------------------------
- Bug #1446: Logging while logs are processed causes infinite loop (qiangxue)
- Enh #1293: Replaced Console::showProgress() with a better approach. See Console::startProgress() for details (cebe)
- Enh #1406: DB Schema support for Oracle Database (p0larbeer, qiangxue)
- Enh #1437: Added ListView::viewParams (qiangxue)
- Enh #1469: ActiveRecord::find() now works with default conditions (default scope) applied by createQuery (cebe)
- New extension #1438: [MongoDB integration](https://github.com/yiisoft/yii2-mongodb) ActiveRecord and Query (klimov-paul)
2.0.0 alpha, December 1, 2013
---------------------------
- Initial release.
- Official extensions released in this version:
- [Twitter bootstrap 3.0](https://github.com/yiisoft/yii2-bootstrap)
- [Jquery UI](https://github.com/yiisoft/yii2-jui)
- [Debug Toolbar](https://github.com/yiisoft/yii2-debug)
- [Gii code generator](https://github.com/yiisoft/yii2-gii)
- [Elasticsearch integration](https://github.com/yiisoft/yii2-elasticsearch): ActiveRecord and Query
- [Redis integration](https://github.com/yiisoft/yii2-redis): ActiveRecord, Cache and Session
- [Sphinx integration](https://github.com/yiisoft/yii2-sphinx): ActiveRecord and Query
- [Swiftmailer](https://github.com/yiisoft/yii2-swiftmailer)
- [Smarty View Renderer](https://github.com/yiisoft/yii2-smarty)
- [Twig View Renderer](https://github.com/yiisoft/yii2-twig)