mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
HTMLPurifier dependency updated to ~4.7.0
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
"ext-ctype": "*",
|
||||
"lib-pcre": "*",
|
||||
"yiisoft/yii2-composer": "~2.0.4",
|
||||
"ezyang/htmlpurifier": "4.6.*",
|
||||
"ezyang/htmlpurifier": "~4.7.0",
|
||||
"cebe/markdown": "~1.0.0 | ~1.1.0",
|
||||
"bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable",
|
||||
"bower-asset/jquery.inputmask": "~3.2.2",
|
||||
|
||||
@@ -8,6 +8,7 @@ Yii Framework 2 Change Log
|
||||
- Enh #10451: Check of existence of `$_SERVER` in `\yii\web\Request` before using it (quantum13)
|
||||
- Enh #10610: Added `BaseUrl::$urlManager` to be able to set URL manager used for creating URLs (samdark)
|
||||
- Enh #10764: `yii\helpers\Html::tag()` and `::beginTag()` return content without any HTML when the `$tag` attribute is `false` or `null` (pana1990)
|
||||
- Chg: HTMLPurifier dependency updated to ~4.7.0 (samdark)
|
||||
|
||||
2.0.7 February 14, 2016
|
||||
-----------------------
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
"ext-ctype": "*",
|
||||
"lib-pcre": "*",
|
||||
"yiisoft/yii2-composer": "~2.0.4",
|
||||
"ezyang/htmlpurifier": "4.6.*",
|
||||
"ezyang/htmlpurifier": "~4.7.0",
|
||||
"cebe/markdown": "~1.0.0 | ~1.1.0",
|
||||
"bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable",
|
||||
"bower-asset/jquery.inputmask": "~3.2.2",
|
||||
|
||||
Reference in New Issue
Block a user