From 5c1fbfc29f0a6a4282e50eaf40c025e3e4617798 Mon Sep 17 00:00:00 2001 From: Ramon Date: Mon, 5 Dec 2022 11:15:50 +1100 Subject: [PATCH] Update reference to IE Gutenberg does not support it any more since 5.8 --- docs/explanations/faq.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/explanations/faq.md b/docs/explanations/faq.md index c56dd2e0c3c6c..08fcc6cbdce52 100644 --- a/docs/explanations/faq.md +++ b/docs/explanations/faq.md @@ -408,9 +408,11 @@ _See:_ [Editor Styles](/docs/how-to-guides/themes/theme-support.md#editor-styles ## What browsers does Gutenberg support? -Gutenberg works in modern browsers, and Internet Explorer 11. +Gutenberg works in modern browsers. -Our [list of supported browsers can be found in the Make WordPress handbook](https://make.wordpress.org/core/handbook/best-practices/browser-support/). By “modern browsers” we generally mean the _current and past two versions_ of each major browser. +The [list of supported browsers can be found in the Make WordPress handbook](https://make.wordpress.org/core/handbook/best-practices/browser-support/). The term “modern browsers” generally refers to the _current and previous two versions_ of each major browser. + +Since WordPress 5.8, Gutenberg no longer supports any version of Internet Explorer. ## Should I be concerned that Gutenberg will make my plugin obsolete?