Skip to content

Commit

Permalink
Drop support for Internet Explorer
Browse files Browse the repository at this point in the history
WordPress abandonned support of IE with WP5.8 in July 2021.
https://wordpress.org/news/2021/05/dropping-support-for-internet-explorer-11/

Though we don't require that version of WP, it's time to abandon
that legacy. See also this very old ticket: #32.

1) Remove workaround for `RegExp:@@split`
See also https://caniuse.com/?search=%40%40split

2) Update our `browserslist` for JS to be synced with WordPress
https://github.com/WordPress/wordpress-develop/blob/trunk/package.json

3) Add more debug info about browser in the troubleshooting section.
  • Loading branch information
herrvigg committed Apr 7, 2023
1 parent ba8e615 commit 00316fe
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion dist/block-editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/acf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/notices.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00316fe

Please sign in to comment.