You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get information about deprecated jQuery features in plugins or themes.
11
+
Get information about calls to deprecated jQuery features in plugins or themes.
12
12
13
13
== Description ==
14
14
15
-
With the update to WordPress 5.5, a migration tool known as `jquery-migrate` will no longer be enabled by default. This may lead to lacking functionnality or unexpected behavior in some themes or plugins that run older code.
15
+
With the update to WordPress 5.5, a migration tool known as `jquery-migrate` was no longer enabled by default. This may lead to lacking functionality or unexpected behavior in some themes or plugins that run older code.
16
16
17
17
This plugin serves as a temporary solution, enabling the migration script for your site to give your plugin and theme authors some more time to update, and test, their code.
18
18
19
19
---
20
20
21
-
With the update to WordPress 5.6, the included version of jQuery is also upgraded. This means old code that previously caused warnings may now cause errors and stop working entirely.
21
+
With the update to WordPress 5.6, the included version of jQuery is also upgraded. This means that old code that previously caused warnings now may instead may cause errors or stop working entirely.
22
22
23
-
Some of these features no longer working will just stop working behind the scenes without any apparent problem.
23
+
Some of the features no longer working will just stop working behind the scenes without any apparent problem.
24
24
25
25
The plugin will let you downgrade to a previous version of jQuery for a period, but as a site administrator you are encouraged to get the underlying issue fixed.
26
26
27
27
== Frequently Asked Questions ==
28
28
29
-
= What does it mean that something is "deprecated" =
29
+
= What does it mean that something is “deprecated” =
30
30
A script, a file, or some other piece of code is deprecated when its developers are in the process of replacing it with more modern code or removing it entirely.
31
31
32
32
= What happens after WordPress 5.6 =
33
-
With the release of WordPress 5.6, the jQuery version also gets updated. This means plugins or themes that caused deprecated warnings previously will now cause errors instead.
34
-
The plugin will let you, temporarily, return to the previous version of jQuery if this happens (it will also try to do so automatically for website visitors the first time an error happens) allowing you to fix the code, or replace it.
33
+
With the release of WordPress 5.6, the jQuery version also gets updated. This means plugins or themes that previously caused deprecation warnings now instead will cause.
34
+
This plugin will allow you to, temporarily, return to the previous version of jQuery if this happens (it will also try to do so automatically for website visitors the first time an error happens) allowing you to fix the code, or replace it.
35
35
36
36
= How do I find and use the browser console =
37
37
WordPress.org has an article about [using the browsers console log to diagnose JavaScript errors](https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/).
@@ -42,7 +42,7 @@ If something isn’t working correctly on your site after you upgraded WordPress
42
42
= There are a lot of deprecation warnings when using jQuery version 3 =
43
43
As jQuery version 3 is very new to WordPress, this is expected.
44
44
45
-
Deprecated notices means that there is a Migrate tool in place making sure these features still continue working while the related code is updated.
45
+
Deprecated notices means that the Migration tool is in place making sure these features still continue working while the related code is updated.
0 commit comments