Enable jQuery Migrate Helper

Описание

С обновлением WordPress 5.5 инструмент миграции, известный как jquery-migrate, больше не будет включен по умолчанию. Это может привести к неожиданному поведению некоторых тем или плагинов, которые используют старый код.

Этот плагин служит временным решением, позволяя авторам плагинов и тем получить больше времени для обновления и тестирования своего кода.

Установка

  1. Upload to your plugins folder, usually wp-content/plugins/.
  2. Activate the plugin on the plugin screen.
  3. That’s it! The plugin handles the rest automatically for you.

Часто задаваемые вопросы

What does it mean that something is «deprecated»

Скрипт, файл или иной фрагмент кода считается устаревшим, когда разработчики заменяют его более современным или удаляют полностью.

How do I find and use the browser console

WordPress.org has an article about using the browsers console log to diagnose JavaScript errors.

Отзывы

27.10.2020
Works as expected to fix plugins not updated, but whenever I enable the plugin my page load times go from about 800ms to 2500-3000+ miliseconds.
24.10.2020
your fine plugin solved a whole bag of problems I had run into. 🙂 very helpful + utterly appreciated (y)
Посмотреть все 87 отзывов

Участники и разработчики

«Enable jQuery Migrate Helper» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«Enable jQuery Migrate Helper» переведён на 12 языков. Благодарим переводчиков за их работу.

Перевести «Enable jQuery Migrate Helper» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

v 1.1.0

  • Added option to dismiss deprecation notices in backend
  • Added logging of deprecation notices in the front end
  • Added admin bar entry to show when deprecations occur
  • Added view of logged deprecations
  • Added dashboard notice encouraging users to remove the plugin if no deprecations have been logged in a while (1 week).
  • Changed the time interval between showing the dashboard nag from 2 weeks to 1 week, as WordPress 5.6 comes closer.

v 1.0.1

  • Fix one of the admin notices being non-dismissible.

v 1.0.0

  • Initial release.