Skip to content

Commit

Permalink
2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jan 11, 2015
1 parent df951d4 commit d746265
Show file tree
Hide file tree
Showing 22 changed files with 95 additions and 75 deletions.
2 changes: 1 addition & 1 deletion apps/advanced/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/basic/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/benchmark/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"config": {
"vendor-dir": "protected/vendor"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*"
Expand Down
4 changes: 2 additions & 2 deletions extensions/apidoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 apidoc extension Change Log
===========================================

2.0.2 under development
-----------------------
2.0.2 January 11, 2015
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/authclient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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 #6510: Fixed infinite redirect loop using default `\yii\authclient\AuthAction::cancelUrl` (klimov-paul)
Expand Down
4 changes: 2 additions & 2 deletions extensions/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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)

Expand Down
4 changes: 2 additions & 2 deletions extensions/codeception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 Codeception extension Change Log
================================================

2.0.2 under development
-----------------------
2.0.2 January 11, 2015
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 composer extension Change Log
=============================================

2.0.2 under development
-----------------------
2.0.2 January 11, 2015
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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)
- Chg #6572: Allow panels to stay even if they do not receive any debug data (qiangxue)
Expand Down
4 changes: 2 additions & 2 deletions extensions/elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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)

Expand Down
4 changes: 2 additions & 2 deletions extensions/faker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 faker extension Change Log
==============================================

2.0.2 under development
-----------------------
2.0.2 January 11, 2015
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/gii/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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)
- Enh #3665: Better default behavior for ModelSearch generated by the crud generator (qiangxue, mdmunir)
Expand Down
4 changes: 2 additions & 2 deletions extensions/imagine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 imagine extension Change Log
================================================

2.0.2 under development
-----------------------
2.0.2 January 11, 2015
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/jui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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 #6471: Datepicker will now show an empty field when value is an empty string (cebe)
Expand Down
4 changes: 2 additions & 2 deletions extensions/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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)

Expand Down
4 changes: 2 additions & 2 deletions extensions/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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)

Expand Down
4 changes: 2 additions & 2 deletions extensions/smarty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 smarty extension Change Log
===========================================

2.0.2 under development
-----------------------
2.0.2 January 11, 2015
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/sphinx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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)

Expand Down
4 changes: 2 additions & 2 deletions extensions/swiftmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 swiftmailer extension Change Log
================================================

2.0.2 under development
-----------------------
2.0.2 January 11, 2015
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/twig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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)

Expand Down
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.2-dev';
return '2.0.2';
}

/**
Expand Down
94 changes: 57 additions & 37 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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 #6080: Oracle DB schema did not load column types correctly (wenbin1989)
Expand All @@ -27,6 +27,61 @@ Yii Framework 2 Change Log
- 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)


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

Expand Down Expand Up @@ -146,16 +201,6 @@ Yii Framework 2 Change Log
- 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)

- Bug #5402: Debugger was not loading when there were closures in asset classes (samdark)
Expand All @@ -173,11 +218,6 @@ Yii Framework 2 Change Log
- Enh: Add support for optimistic locking (cebe)


### Faker Extension (yii2-faker)

- no changes in this release.


### Gii Extension (yii2-gii)

- Bug #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller (qiangxue)
Expand All @@ -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)


### Imagine Extension (yii2-imagine)

- no changes in this release.


### Jui Extension (yii2-jui)

- no changes in this release.


### Mongodb Extension (yii2-mongodb)

- Bug #6026: Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty (klimov-paul)
Expand All @@ -223,16 +253,6 @@ Yii Framework 2 Change Log
- 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
----------------------

Expand Down

0 comments on commit d746265

Please sign in to comment.