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
* Add plugin header checking
This patch will scan plugin headers for plugins declaring a requirement for WordPress 5.0 and above.
* Update patch to use WP_PLUGIN_DIR
* Fix a HTML typos, add Requires at least: header to plugin file, and extend plugin checking to screen plugin header and readme as well as listing plugins that don't contain the Requires at least: header
* Improved logic to prevent duplicate issue warnings under different sections based on testing feedback
* Avoid array use when collecting plugin names from API conflict data
'We have detected one or more plugins that fail to declare a minimum compatible WordPress version. They may prevent or impact on migrating your site to ClassicPress.',
572
+
'switch-to-classicpress'
573
+
);
574
+
echo"<br>\n";
575
+
_e(
576
+
'We would recommned deactivating the following plugins if you wish to continue migrating your site to ClassicPress:',
577
+
'switch-to-classicpress'
578
+
);
579
+
echo"<br>\n";
580
+
/* translators: List of conflicting plugin names */
0 commit comments