Commit d7462656 by Qiang Xue

2.0.2 release

parent df951d47
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii", "irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2" "source": "https://github.com/yiisoft/yii2"
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii", "irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2" "source": "https://github.com/yiisoft/yii2"
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"config": { "config": {
"vendor-dir": "protected/vendor" "vendor-dir": "protected/vendor"
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"yiisoft/yii2": "*" "yiisoft/yii2": "*"
......
Yii Framework 2 apidoc extension Change Log Yii Framework 2 apidoc extension Change Log
=========================================== ===========================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- no changes in this release. - no changes in this release.
......
Yii Framework 2 authclient extension Change Log Yii Framework 2 authclient extension Change Log
=============================================== ===============================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #6502: Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token (sebathi) - Bug #6502: Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token (sebathi)
- Bug #6510: Fixed infinite redirect loop using default `\yii\authclient\AuthAction::cancelUrl` (klimov-paul) - Bug #6510: Fixed infinite redirect loop using default `\yii\authclient\AuthAction::cancelUrl` (klimov-paul)
......
Yii Framework 2 bootstrap extension Change Log Yii Framework 2 bootstrap extension Change Log
============================================== ==============================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #6672: `yii\bootstrap\Dropdown` should register client event handlers (qiangxue) - Bug #6672: `yii\bootstrap\Dropdown` should register client event handlers (qiangxue)
......
Yii Framework 2 Codeception extension Change Log Yii Framework 2 Codeception extension Change Log
================================================ ================================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- no changes in this release. - no changes in this release.
......
Yii Framework 2 composer extension Change Log Yii Framework 2 composer extension Change Log
============================================= =============================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- no changes in this release. - no changes in this release.
......
Yii Framework 2 debug extension Change Log Yii Framework 2 debug extension Change Log
========================================== ==========================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #4820: Fixed reading incomplete debug index data in case of high request concurrency (martingeorg, samdark) - Bug #4820: Fixed reading incomplete debug index data in case of high request concurrency (martingeorg, samdark)
- Chg #6572: Allow panels to stay even if they do not receive any debug data (qiangxue) - Chg #6572: Allow panels to stay even if they do not receive any debug data (qiangxue)
......
Yii Framework 2 elasticsearch extension Change Log Yii Framework 2 elasticsearch extension Change Log
================================================== ==================================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Enh: Added `ActiveFixture` class for testing fixture support for elasticsearch (cebe, viilveer) - Enh: Added `ActiveFixture` class for testing fixture support for elasticsearch (cebe, viilveer)
......
Yii Framework 2 faker extension Change Log Yii Framework 2 faker extension Change Log
============================================== ==============================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- no changes in this release. - no changes in this release.
......
Yii Framework 2 gii extension Change Log Yii Framework 2 gii extension Change Log
======================================== ========================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #6463: The Gii controller generator generates incorrect controller namespace (pana1990) - Bug #6463: The Gii controller generator generates incorrect controller namespace (pana1990)
- Enh #3665: Better default behavior for ModelSearch generated by the crud generator (qiangxue, mdmunir) - Enh #3665: Better default behavior for ModelSearch generated by the crud generator (qiangxue, mdmunir)
......
Yii Framework 2 imagine extension Change Log Yii Framework 2 imagine extension Change Log
================================================ ================================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- no changes in this release. - no changes in this release.
......
Yii Framework 2 jui extension Change Log Yii Framework 2 jui extension Change Log
======================================== ========================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Enh #6570: Datepicker now uses fallback to find language files, e.g. application language is `de-DE` and the translation files does not exists, it will use `de` instead (cebe) - Enh #6570: Datepicker now uses fallback to find language files, e.g. application language is `de-DE` and the translation files does not exists, it will use `de` instead (cebe)
- Enh #6471: Datepicker will now show an empty field when value is an empty string (cebe) - Enh #6471: Datepicker will now show an empty field when value is an empty string (cebe)
......
Yii Framework 2 mongodb extension Change Log Yii Framework 2 mongodb extension Change Log
============================================ ============================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #6376: Fixed lazy load of relations to `yii\mongodb\file\ActiveRecord` (klimov-paul) - Bug #6376: Fixed lazy load of relations to `yii\mongodb\file\ActiveRecord` (klimov-paul)
......
Yii Framework 2 redis extension Change Log Yii Framework 2 redis extension Change Log
========================================== ==========================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #6547: Fixed redis connection to deal with large data in combination with `mget()` (pyurin) - Bug #6547: Fixed redis connection to deal with large data in combination with `mget()` (pyurin)
......
Yii Framework 2 smarty extension Change Log Yii Framework 2 smarty extension Change Log
=========================================== ===========================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- no changes in this release. - no changes in this release.
......
Yii Framework 2 sphinx extension Change Log Yii Framework 2 sphinx extension Change Log
=========================================== ===========================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #6621: Creating sub query at `yii\sphinx\Query::queryScalar()` fixed (klimov-paul) - Bug #6621: Creating sub query at `yii\sphinx\Query::queryScalar()` fixed (klimov-paul)
......
Yii Framework 2 swiftmailer extension Change Log Yii Framework 2 swiftmailer extension Change Log
================================================ ================================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- no changes in this release. - no changes in this release.
......
Yii Framework 2 twig extension Change Log Yii Framework 2 twig extension Change Log
========================================= =========================================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #6464: `path` and `url` weren't resolving aliases (samdark, lynicidn) - Bug #6464: `path` and `url` weren't resolving aliases (samdark, lynicidn)
......
...@@ -93,7 +93,7 @@ class BaseYii ...@@ -93,7 +93,7 @@ class BaseYii
*/ */
public static function getVersion() public static function getVersion()
{ {
return '2.0.2-dev'; return '2.0.2';
} }
/** /**
......
Yii Framework 2 Change Log Yii Framework 2 Change Log
========================== ==========================
2.0.2 under development 2.0.2 January 11, 2015
----------------------- ----------------------
- Bug #5577: formatting date and time values for years >=2038 or <=1901 on 32bit systems will not use intl extension but fall back to the PHP implementation (cebe) - Bug #5577: formatting date and time values for years >=2038 or <=1901 on 32bit systems will not use intl extension but fall back to the PHP implementation (cebe)
- Bug #6080: Oracle DB schema did not load column types correctly (wenbin1989) - Bug #6080: Oracle DB schema did not load column types correctly (wenbin1989)
...@@ -27,6 +27,61 @@ Yii Framework 2 Change Log ...@@ -27,6 +27,61 @@ Yii Framework 2 Change Log
- Chg #6641: removed zero padding from ETag strings (DaSourcerer) - Chg #6641: removed zero padding from ETag strings (DaSourcerer)
- Chg #6678: `yii\behaviors\SluggableBehavior` will generate a new slug only when the slug attribute is empty or the source attribute is changed (qiangxue) - Chg #6678: `yii\behaviors\SluggableBehavior` will generate a new slug only when the slug attribute is empty or the source attribute is changed (qiangxue)
### Authclient Extension (yii2-authclient)
- Bug #6502: Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token (sebathi)
- Bug #6510: Fixed infinite redirect loop using default `\yii\authclient\AuthAction::cancelUrl` (klimov-paul)
### Bootstrap Extension (yii2-bootstrap)
- Bug #6672: `yii\bootstrap\Dropdown` should register client event handlers (qiangxue)
### Debug Extension (yii2-debug)
- Bug #4820: Fixed reading incomplete debug index data in case of high request concurrency (martingeorg, samdark)
- Chg #6572: Allow panels to stay even if they do not receive any debug data (qiangxue)
### Elasticsearch Extension (yii2-elasticsearch)
- Enh: Added `ActiveFixture` class for testing fixture support for elasticsearch (cebe, viilveer)
### Gii Extension (yii2-gii)
- Bug #6463: The Gii controller generator generates incorrect controller namespace (pana1990)
- Enh #3665: Better default behavior for ModelSearch generated by the crud generator (qiangxue, mdmunir)
### Jui Extension (yii2-jui)
- Enh #6570: Datepicker now uses fallback to find language files, e.g. application language is `de-DE` and the translation files does not exists, it will use `de` instead (cebe)
- Enh #6471: Datepicker will now show an empty field when value is an empty string (cebe)
### Mongodb Extension (yii2-mongodb)
- Bug #6376: Fixed lazy load of relations to `yii\mongodb\file\ActiveRecord` (klimov-paul)
### Redis Extension (yii2-redis)
- Bug #6547: Fixed redis connection to deal with large data in combination with `mget()` (pyurin)
### Sphinx Extension (yii2-sphinx)
- Bug #6621: Creating sub query at `yii\sphinx\Query::queryScalar()` fixed (klimov-paul)
### Twig Extension (yii2-twig)
- Bug #6464: `path` and `url` weren't resolving aliases (samdark, lynicidn)
2.0.1 December 07, 2014 2.0.1 December 07, 2014
----------------------- -----------------------
...@@ -146,16 +201,6 @@ Yii Framework 2 Change Log ...@@ -146,16 +201,6 @@ Yii Framework 2 Change Log
- Chg #5874: Upgraded Twitter Bootstrap to 3.3.x (samdark) - Chg #5874: Upgraded Twitter Bootstrap to 3.3.x (samdark)
### Codeception Extension (yii2-codeception)
- no changes in this release.
### Composer Extension (yii2-composer)
- no changes in this release.
### Debug Extension (yii2-debug) ### Debug Extension (yii2-debug)
- Bug #5402: Debugger was not loading when there were closures in asset classes (samdark) - Bug #5402: Debugger was not loading when there were closures in asset classes (samdark)
...@@ -173,11 +218,6 @@ Yii Framework 2 Change Log ...@@ -173,11 +218,6 @@ Yii Framework 2 Change Log
- Enh: Add support for optimistic locking (cebe) - Enh: Add support for optimistic locking (cebe)
### Faker Extension (yii2-faker)
- no changes in this release.
### Gii Extension (yii2-gii) ### Gii Extension (yii2-gii)
- Bug #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller (qiangxue) - Bug #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller (qiangxue)
...@@ -187,16 +227,6 @@ Yii Framework 2 Change Log ...@@ -187,16 +227,6 @@ Yii Framework 2 Change Log
- Enh #5613: Added `--overwrite` option to Gii console command to support overwriting all files (motin, qiangxue) - Enh #5613: Added `--overwrite` option to Gii console command to support overwriting all files (motin, qiangxue)
### Imagine Extension (yii2-imagine)
- no changes in this release.
### Jui Extension (yii2-jui)
- no changes in this release.
### Mongodb Extension (yii2-mongodb) ### Mongodb Extension (yii2-mongodb)
- Bug #6026: Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty (klimov-paul) - Bug #6026: Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty (klimov-paul)
...@@ -223,16 +253,6 @@ Yii Framework 2 Change Log ...@@ -223,16 +253,6 @@ Yii Framework 2 Change Log
- Enh #5223: Query builder now supports selecting sub-queries as columns (qiangxue) - Enh #5223: Query builder now supports selecting sub-queries as columns (qiangxue)
### Swiftmailer Extension (yii2-swiftmailer)
- no changes in this release.
### Twig Extension (yii2-twig)
- no changes in this release.
2.0.0 October 12, 2014 2.0.0 October 12, 2014
---------------------- ----------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment