From 503140f9704655d532ef1080360defa22f5cc89b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 16 May 2023 16:49:58 +0200 Subject: [PATCH] Add a remark on the removal of the style API versions Closes #341 --- docs/migration/wsc55/deprecations_removals.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration/wsc55/deprecations_removals.md b/docs/migration/wsc55/deprecations_removals.md index 8fbad57f..b59cf3ee 100644 --- a/docs/migration/wsc55/deprecations_removals.md +++ b/docs/migration/wsc55/deprecations_removals.md @@ -337,3 +337,4 @@ With version 6.0, we have deprecated certain components and removed several othe - Using non-standard ports for package servers is no longer supported. ([WoltLab/WCF#4790](https://github.com/WoltLab/WCF/pull/4790)) - Using the insecure `http://` scheme for package servers is no longer supported. The use of `https://` is enforced. ([WoltLab/WCF#4790](https://github.com/WoltLab/WCF/pull/4790)) - The support for AMP pages was removed. ([WoltLab/WCF#5425](https://github.com/WoltLab/WCF/pull/5425)) +- The support for style API version was removed. All styles are treated as if they are fully compatible with the latest version. ([WoltLab/WCF#5036](https://github.com/WoltLab/WCF/issues/5036)) -- 2.20.1