JQuery 1.10.2 version not correctly parsed
-
After updating WP to 3.8.1, I get this error when loading pages:
ATTENTION! (by Comprehensive Google Map Plugin)
Your blog/site theme or one of your plugins uses jQuery javascript library which is older than the version 1.3.0.
…I tracked the issue to line 1042 of comprehensive-google-map-plugin/assets/js/cgmp.framework.js
var version = parseFloat($.fn.jquery);The current version of JQuery in WP is 1.10.3, and parseFloat() drops the trailing zero, so version = 1.1 and it fails the comparison.
https://ww.wp.xz.cn/plugins/comprehensive-google-map-plugin/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘JQuery 1.10.2 version not correctly parsed’ is closed to new replies.