开发者 | remzicavdar |
---|---|
更新时间 | 2020年7月20日 19:07 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.5 |
版权: | GPLv3 |
版权网址: | 版权信息 |
Plugins
> Add New
Upload Plugin
and select your .zip file you downloaded from wordpress.org and click Install Now
Tools
)
Manual installation by uploading folder/directory via FTP, SFTP or SSH
jquery-manager
to the /wp-content/plugins/
directory on your serverTools
)Short answer: probably. Long answer: I honestly don't know for sure. As far as I know I didn't use specific PHP 7 features. I made a simple plugin. That's why I recommend a minimum of PHP 5.6. Also I do specific tests to ensure that I stay compatible with PHP 5.6
Deactivate the plugin and report this on the plugin support forum or report it on the GitHub project page, so that I could take a look into the matter.
No modification to the WordPress installation is made, therefore deactivation and/or uninstallation of this plugin returns your site to it`s original state.
This plugin supports the 3 jQuery branches/versions and 2 versions of jQuery Migrate. You're able to select/activate a specific version or to disable it/turn it off completely There are two versions of jQuery Migrate. jQuery Migrate 1.x will help you update your pre-1.9 jQuery code to jQuery 1.9 up to 3.0. jQuery Migrate 3.x helps you update code to run on jQuery 3.0 or higher. Most websites need jQuery Migrate 3.x, but if you have a modern/well supported WP theme and/or plugin(s) than you could give it a try to disable it. Check your browser dev tools if you see any errors. jQuery versions jQuery 3.x (default is compressed/minified production) jQuery 2.x jQuery 1.x jQuery Migrate versions jQuery Migrate 3.x (default is compressed/minified production) jQuery Migrate 1.x
Yes, this is possible and done in the plugin settings.
Yes, this is possible and done in the plugin settings.
The jQuery Migrate plugin was created to simplify the transition from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on newer versions of jQuery. Use the uncompressed development version to diagnose compatibility issues, it will generate warnings on the console that you can use to identify and fix problems. Use the compressed production version to simply fix compatibility issues without generating console warnings. There are two versions of jQuery Migrate. jQuery Migrate 1.x will help you update your pre-1.9 jQuery code to jQuery 1.9 up to 3.0. jQuery Migrate 3.x helps you update code to run on jQuery 3.0 or higher.
We update the plugin if a new version of jQuery is released. If you update the plugin, all jQuery versions will be updated.