Hello,
I have been seeing this in our site’ s log console: “JQMIGRATE: Migrate is installed, version 1.4.1”
I found this:
jQuery Migrate Plugin – Warning Messages
To allow developers to identify and fix compatibility issues when migrating older jQuery code, the development (uncompressed) version of the plugin generates console warning messages whenever any of its functionality is called. The messages only appear once on the console for each unique message.
In most cases these messages are simply warnings; code should continue to work properly with later versions of jQuery as long as the jQuery Migrate plugin is used, but we recommend changing the code where possible to eliminate warnings so that the plugin does not need to be used.
The production (compressed) version of the plugin does not generate these warnings. To continue using jQuery code that has compatibility issues without making any changes and without console messages, simply include the production version in the file rather than the development version. See the README for download instructions.
All warnings generated by this plugin start with the text “JQMIGRATE” for easy identification. The warning messages, causes, and remediation instructions are listed below.
JQMIGRATE: Migrate is installed, version X
JQMIGRATE: Migrate is installed with logging active, version X
This is not a warning, but a console log message the plugin shows when it first loads to indicate whether warnings will be shown on the console when appropriate. As of version 1.4.0 this message is also shown with production builds. The use jQuery Migrate in production has performance impacts and can complicate debugging as it modifies the normal behavior of the version of jQuery being used.
https://blog.jquery.com/2016/05/19/jquery-migrate-1-4-1-released-and-the-path-to-jquery-3-0/
Is it safe to search and replace any calls to jquery 1.4.1 to version 3 or will there be any issues with the theme, have you experienced it before?
Kind Regards
Hello ihora,
Please keep in mind that our theme does not load the J Querry Library but also, WordPress loads it. Notice that we have not tried to change the version of J Querry and also, the theme does not allow you to make these changes. This task is not theme related, and if you want to make some tests you are free to do them, but please notice that all of these will be your responsibility because we cannot provide support for your additional customizations, sorry!
Thanks for your understanding!