説明
WordPress 5.5 へのアップデートでは、jquery-migrate
として知られている移行ツールがデフォルトで有効にならなくなりました。これにより、古いコードを実行している一部のテーマやプラグインで予期せぬ動作をする可能性があります。
このプラグインは一時的なソリューションとして機能し、サイトの移行スクリプトを有効にして、プラグインやテーマの作者がコードを更新したり、テストしたりするための時間を与えます。
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.
Some of the features no longer working will just stop working behind the scenes without any apparent problem.
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.
インストール
- プラグインフォルダーにアップロードします。通常は
wp-content/plugins/
です。 - プラグイン画面でプラグインを有効化します
- それだけです!プラグインは残りを自動的に処理します。
FAQ
-
何かが「非推奨」になるとはどういうことですか?
-
スクリプト、ファイル、他のいくつかのコードは、開発者がより最新のコードに置き換えたり、完全に削除したりしている場合には、非推奨となります。
-
What happens after WordPress 5.6
-
With the release of WordPress 5.6, the jQuery version also gets updated. This means that plugins or themes that previously caused deprecation warnings now instead will cause errors.
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. -
ブラウザコンソールの見つけ方と使い方
-
WordPress.orgに、ブラウザのコンソールログを使用して JavaScript のエラーを診断するに関する記事があります。
-
The plugin isn’t logging deprecations or changing jQuery versions
-
If your site has any plugins for combining JavaScript files, or loading them asynchronously, this plugin may be negatively affected and not be able to operate as intended.
If your site requires this plugin to operate, please disable any plugins which interact with the loading of JavaScript files such as the types mentioned above. Once the underlying issue has been resolved, you may remove this plugin and re-enable those other tools.
-
How do I know if I need this plugin, or not
-
If something isn’t working correctly on your site after you upgraded WordPress, then you can simply try installing and activating this plugin. If this helps, then you leave this plugin activated and follow the instructions in the plugin. The plugin will tell you when you don’t need it any more.
-
There are a lot of deprecation warnings when using jQuery version 3
-
As jQuery version 3 is very new to WordPress, this is expected.
Deprecated notices means that the Migration tool is in place making sure these features still continue working while the related code is updated.
評価
貢献者と開発者
Enable jQuery Migrate Helper はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
v 1.4.0 (2023-07-31)
- Fixed a bug where an empty error text would cause the plugin scripts from working properly.
- Improved how inline scripts are detected and logged when applicable.
- Improved logging to also capture deprecations within WordPress core.
- Changed variable declarations for front-end scripts to use
var
instead ofconst
andlet
, to improve compatibility for sites servicing older clients. - Updated the (modern) bundled jQuery Migrate script to match what is shipped with WordPress core.
v 1.3.0
- Added legacy jQuery UI to be loaded if legacy jQuery is in use.
- Added mention of site URLs in automatic emails.
- Added option to enable/disable automatic downgrades.
- Added logic to ensure only one downgrade request is sent per page load.
- Updated logic around automatic downgrades for improved performance.
- Fixed core deprecation notices being incorrectly labeled as undetermined inline ones.
v 1.2.0
- Added settings page
- Added option for downgrading to legacy jQuery
- Added automatic downgrades
- Added option to log deprecations in modern jQuery
- Added e-mail notifications
- Added weekly email digest of deprecations
- Added option to allow logging deprecations from anonymous site visitors
- Changed the handling of inline JavaScript code causing deprecation notices
- Changed the admin bar to be two fixed links to avoid ever changing contexts
- Changed the admin notices to be persistent when using legacy jQuery after upgrading to WordPress 5.6
- Changed how concatenation is disabled, to address public-facing performance concerns
- Fixed recommendation to remove plugin when not logging any deprecations having the wrong logic and not being displayed.
v 1.1.0
- バックエンドで非推奨の通知を解除するオプションを追加
- フロントエンドでの非推奨通知のロギングを追加
- 非推奨が発生した場合に表示するための管理者バーのエントリを追加
- ログに記録された非推奨のビューを追加
- 非推奨がしばらく(1週間)記録されていない場合にプラグインを削除するようユーザーに促すダッシュボード通知を追加しました。
- WordPress 5.6 が近づくにつれ、ダッシュボードのナグを表示する間隔を2週間から1週間に変更しました。
v 1.0.1
- 管理者通知の1つが非表示にならないように修正しました。
v 1.0.0
- 初回リリース。