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
Copy file name to clipboardExpand all lines: readme.txt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,11 @@ Deprecated notices means that the Migration tool is in place making sure these f
58
58
== Changelog ==
59
59
60
60
= v 1.4.0 (2023-07-31) =
61
-
*
61
+
* Fixed a bug where an empty error text would cause the plugin scripts from working properly.
62
+
* Improved how inline scripts are detected and logged when applicable.
63
+
* Improved logging to also capture deprecations within WordPress core.
64
+
* Changed variable declarations for front-end scripts to use `var` instead of `const` and `let`, to improve compatibility for sites servicing older clients.
65
+
* Updated the (modern) bundled jQuery Migrate script to match what is shipped with WordPress core.
62
66
63
67
= v 1.3.0 =
64
68
* Added legacy jQuery UI to be loaded if legacy jQuery is in use.
0 commit comments