Browse Source

HTMLPurifier dependency updated to ~4.7.0

batch-query-test
Alexander Makarov 9 years ago
parent
commit
d7f6f11193
  1. 2
      composer.json
  2. 1
      framework/CHANGELOG.md
  3. 2
      framework/composer.json

2
composer.json

@ -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",

1
framework/CHANGELOG.md

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

2
framework/composer.json

@ -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",

Loading…
Cancel
Save