3.4
Use PHP 5 class constructors (compatibility with WordPress 4.3). Escape HTML and attributes.
3.3.9
Security fix: Escape URLs that use add_query_arg() or remove_query_arg(). Also prevent widgets from overwriting global $post variable.
3.3.8
Fixed a JavaScript error that was breaking other scripts and Google Maps API v3 URL does not require API key.
3.3.7
Only load admin JavaScript on edit post pages - fixes Jetpack plugin conflict.
3.3.6
Fix tooltip titles.
3.3.5
Workaround for when blog is non-ssl but the admin-page is and several new filters and parameters.
3.3.4
Maps use default control setting if not specified. Remove old unused renderMapJS() function. Add post type support settings. Supports media.
3.3.3
Fixes pan, zoom and map type controls.
3.3.2
Fixes minimum zoom levels for maps and widgets, and Google Maps localization.
3.3.1
Some fixes including SSL support including Google sensor parameter on mobile.
3.3
Huge code changes for Google Maps API v3. You may need to update any custom code or plugins.
3.2.7
Various bug fixes. Two new shortcodes. A new category widget. 'wpgeo_show_maps' filter. Better CPT compatibility.
3.2.5
You will need to re-add your widgets after upgrading to 3.2.5!
2.2
Please note that from version 2.2 you should access any WPGeo methods using the $wpgeo instance, not using a static class such as <?php WPGeo::categoryMap(); ?>.