From 04a5cea0207a6ebfdc13c5d7d9cc9abe1d128e98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 20 Jan 2022 12:13:26 +0100 Subject: [PATCH] Document the deprecation of StringUtil::encodeJSON() see WoltLab/WCF#4645 --- docs/migration/wsc54/deprecations_removals.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index bcff2025..0fc16dd1 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -34,6 +34,7 @@ With version 5.5, we have deprecated certain components and removed several othe - `wcf\system\session\Session::getDeviceIcon()` ([WoltLab/WCF#4525](https://github.com/WoltLab/WCF/pull/4525)) - `wcf\system\WCF::getAnchor()` ([WoltLab/WCF#4580](https://github.com/WoltLab/WCF/pull/4580)) - `wcf\util\MathUtil::getRandomValue()` ([WoltLab/WCF#4280](https://github.com/WoltLab/WCF/pull/4280)) +- `wcf\util\StringUtil::encodeJSON()` ([WoltLab/WCF#4645](https://github.com/WoltLab/WCF/pull/4645)) - `wcf\util\StringUtil::endsWith()` ([WoltLab/WCF#4509](https://github.com/WoltLab/WCF/pull/4509)) - `wcf\util\StringUtil::getHash()` ([WoltLab/WCF#4279](https://github.com/WoltLab/WCF/pull/4279)) - `wcf\util\StringUtil::split()` ([WoltLab/WCF#4513](https://github.com/WoltLab/WCF/pull/4513)) @@ -79,6 +80,10 @@ With version 5.5, we have deprecated certain components and removed several othe ### Templates +#### Template Modifiers + +- `|encodeJSON` ([WoltLab/WCF#4645](https://github.com/WoltLab/WCF/pull/4645)) + #### Template Events - `pageNavbarTop::navigationIcons` -- 2.20.1