mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-22 11:21:01 +08:00
CHANGELOG for #1773
This commit is contained in:
@ -4,7 +4,7 @@ Yii Framework 2 redis extension Change Log
|
||||
2.0.0 beta under development
|
||||
----------------------------
|
||||
|
||||
- no changes in this release.
|
||||
- Enh #1773: keyPrefix property of Session and Cache is not restricted to alnum characters anymore (cebe)
|
||||
|
||||
2.0.0 alpha, December 1, 2013
|
||||
-----------------------------
|
||||
|
@ -49,6 +49,7 @@ Yii Framework 2 Change Log
|
||||
- Enh #1645: Added `Connection::$pdoClass` property (Ragazzo)
|
||||
- Enh #1681: Added support for automatically adjusting the "for" attribute of label generated by `ActiveField::label()` (qiangxue)
|
||||
- Enh #1706: Added support for registering a single JS/CSS file with dependency (qiangxue)
|
||||
- Enh #1773: keyPrefix property of Cache is not restricted to alnum characters anymore, however it is still recommended (cebe)
|
||||
- Enh: Added `favicon.ico` and `robots.txt` to default application templates (samdark)
|
||||
- Enh: Added `Widget::autoIdPrefix` to support prefixing automatically generated widget IDs (qiangxue)
|
||||
- Enh: Support for file aliases in console command 'message' (omnilight)
|
||||
|
Reference in New Issue
Block a user