Posts Tagged ‘Languages’

WP Geo 3.1

Thursday, November 19th, 2009

This release of WP Geo contains a few often-requested features and a few bug fixes.

WP Geo 3.1 Post Admin

  • Added custom marker title setting per post.
  • Added settings for custom zoom and map type per post.
  • Added widget zoom option.
  • Added Default Map Location setting.
  • Croatian language added.
  • Bulgarian language added.
  • Show warning if the marker images folder has not been created.
  • Fix marker tooltip text to be compatible with qTranslate plugin.
  • Added filter hook to override ‘wpgeo_google_api_key’.

(more…)

WP Geo 3.0.9.2

Thursday, August 27th, 2009

This release adds support for the Belorussian language thanks to Ilyuha.

It also includes a Wordpress hook ‘wpgeomapjs_preoverlays’ which can be used to add extra javascript to a map via a plugin or your theme’s functions.php file. This hook enables you to add additional overlays to the map such as custom tiles – tutorial coming soon…

WP Geo 3.0.9.1

Saturday, August 1st, 2009

This update has a minor bug fix and adds support for Russian language.

  • Fix for GUnload() and GBrowserIsCompatible() being called when not available/required.
  • Russian language added – translation by Fat Cower.

WP Geo 3.0.9

Wednesday, July 29th, 2009

Some extra features…

You can now add width and height parameters to the categoryMap() function and shortcodes, and the Danish language has been updated.

Shortcode

You can specify either a width or height parameter (or both). If you just enter a number, the width will be set in pixels. You can also specify a percentage as illustrated below:

[wp_geo_map width="50%" height="200"]

Category Map

With the category map function, you can pass width and height arguments as a string:

$wpgeo->categoryMap('width=75%&height=200');

WP Geo 3.0.8

Sunday, June 14th, 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

(more…)