WP Geo 3.0.8

Sunday, 14th June 2009

WP Geo 3.0.8 is another minor update to the plugin.

New features include:

  • Load maps from GeoRSS or KML data
  • Additional Geo Feed control
  • Languages updated and Danish language added

Read the rest of this entry »


WordPress 2.8 and WP Geo

Thursday, 11th June 2009

WordPress 2.8 has recently been made available for download.

The current version of WP Geo should be fully compatible with this version of WordPress – if you do experience any problems please post them below.

Future development of the plugin will take advanced of the improved Javascript loading in WordPress 2.8 and the ability to use multiple instances of widgets.


WP Geo 3.0.7

Thursday, 9th April 2009

WP Geo Dashboard

Version 3.0.7 fixes a few bugs and introduces a few often-requested features:

  • Added map button in rich text editor.
  • Added setting to turn on/off polylines.
  • Added setting to set colour of polylines.
  • Added setting to override polylines in Widget.
  • Widget map never zooms in more than default zoom setting.
  • Added WP Geo news feed widget on admin dashboard.
  • Admin panels re-implemented using WordPress API.
  • Using v2.118 of Google Maps to prevent Javascript errors.

Read the rest of this entry »


WP Geo 3.0.6

Wednesday, 4th March 2009

Marker Tooltip

Another minor WP Geo update:

  • Marker Tooltip improved (can now but style via css)
  • Spanish language added.

The Marker Tooltip is now handled via jQuery and does not suffer from cropping at the edges of the map as with the previous version which was handled as a Google Map overlay.

Read the rest of this entry »


WP Geo 3.0.5

Saturday, 17th January 2009

This is a minor WP Geo update with a few extra features:

  • Added way to escape shortcode [wp_geo_map escape="true"]
  • CSS Max-width image fixed added.
  • Italian language added.
  • German language updated.

It adds Italian language support and updated German language support.

The shortcode ‘escape’ parameter allows you to write the shortcode as text instead of it displaying a map (although recently I discovered another plugin wpNSC which probably does this better).

It also reinstates the CSS Max-width image fix. Many WordPress Themes seem to have a CSS styles which sets the max-width of images to 100%. Unfortunately this seems to break Google Maps. Previously I removed this as it breaks the display of the map scale (if you have selected to show it in the options). However, there seem to be so many themes that use max-width:100% for images that I though it better to include the fix by default with the option to remove it if you really need to show the map scale.