From: Tim Düsterhus Date: Tue, 21 Sep 2021 15:44:37 +0000 (+0200) Subject: Add deprecation of the global `escapeString` helper X-Git-Tag: 5.6.final~160 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=abb1ed7881e200499b20e45e3ccf37b503975ba6;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Add deprecation of the global `escapeString` helper se WoltLab/WCF#4506 --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index e5c7c350..279f28c4 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -27,6 +27,10 @@ With version 5.5, we have deprecated certain components and removed several othe - `wcf\acp\page\PackagePage::$compatibleVersions` ([WoltLab/WCF#4371](https://github.com/WoltLab/WCF/pull/4371)) - `wcf\system\io\GZipFile::$gzopen64` ([WoltLab/WCF#4381](https://github.com/WoltLab/WCF/pull/4381)) +#### Functions + +- The global `escapeString` helper ([WoltLab/WCF#4506](https://github.com/WoltLab/WCF/pull/4506)) + #### Options - `HTTP_SEND_X_FRAME_OPTIONS` ([WoltLab/WCF#4474](https://github.com/WoltLab/WCF/pull/4474))