In version 1.5 of the plugin, we needed to edit line 40 of /lib/shortcodes.php so that a map url with https was allowed through:
//if it's not a link to maps.google.com, don't allow it
if (substr_count($src, '//maps.google', 0) == 0) return;
In version 1.5 of the plugin, we needed to edit line 40 of /lib/shortcodes.php so that a map url with https was allowed through:
//if it's not a link to maps.google.com, don't allow it
if (substr_count($src, '//maps.google', 0) == 0) return;
Yup - made that change locally a while ago, should get an updated version here soon
And by soon, I meant REALLY soon. Want to confirm this new version works for you?
You must log in to post.