From cdf01f357a96b6e447fe1c381827155492d81588 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 21 Feb 2016 18:08:31 +0100 Subject: [PATCH] fixed changelog for HTMLPurifier --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index e1c4ca8bf6..ad6a99aa3d 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -8,7 +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) +- Chg: HTMLPurifier dependency updated to `~4.6` (samdark) 2.0.7 February 14, 2016 -----------------------