Thread Starter
Dennis
(@datvaniersel)
Hotfix worked for me:
For those users which cant wait till v9.0.21 is available in a few days, please manually download the current plugin package and manually overwrite the plugin file head.php on your server via FTP.
As an alternative, you can fix this issue on your server by opening yourdomain.com/wp-content/plugins/comprehensive-google-map-plugin/head.php
find the line
wp_enqueue_script(‘comprehensive-google-map-plugin’, CGMP_PLUGIN_JS. ‘/cgmp.admin’.$minified.’.js’, array(‘jquery’, ‘media’, ‘wp-ajax-response’), CGMP_VERSION, true);
and replace this line with
wp_enqueue_script(‘comprehensive-google-map-plugin’, CGMP_PLUGIN_JS. ‘/cgmp.admin’.$minified.’.js’, array(‘jquery’, ‘wp-ajax-response’), CGMP_VERSION, true);
v9.0.21 which includes this fix will be available soon via automatic plugin updater…
Alex
https://wordpress.org/plugins/comprehensive-google-map-plugin/