Skip to content

Commit

Permalink
Version 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Apr 23, 2015
1 parent 768cdd4 commit 030bc53
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
19 changes: 15 additions & 4 deletions readme.txt
Expand Up @@ -2,9 +2,9 @@
Contributors: husobj
Tags: maps, map, geo, geocoding, google, location, georss
Donate link: http://www.benhuson.co.uk/donate/
Requires at least: 3.5
Tested up to: 4.0
Stable tag: 3.3.8
Requires at least: 3.7
Tested up to: 4.2
Stable tag: 3.3.9
License: GPLv3
License URI: http://www.opensource.org/licenses/gpl-license.php

Expand Down Expand Up @@ -97,6 +97,14 @@ None at the moment.

== Changelog ==

= WP Geo 3.3.9 =

* Security fix: Escape URLs that use add_query_arg() or remove_query_arg().
* Only load admin scripts for post types that support WP Geo.
* Prevent widgets from overwriting global $post variable.
* Added Serbian translation. Props Borisa Djuraskovic.
* Tested up to WordPress 4.2

= WP Geo 3.3.8 =

* Google Maps API v3 URL does not require API key.
Expand Down Expand Up @@ -444,8 +452,11 @@ NOTE: You will need to re-add your widgets after upgrading!

== Upgrade Notice ==

= 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.
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.
Expand Down
6 changes: 3 additions & 3 deletions wp-geo.php
Expand Up @@ -7,9 +7,9 @@
Description: Adds location maps to your posts, pages and custom post types.
Author: Ben Huson
Author URI: https://github.com/benhuson/wp-geo
Version: 3.3.8
Tested up to: 4.0
Minimum WordPress Version Required: 3.5
Version: 3.3.9
Tested up to: 4.2
Minimum WordPress Version Required: 3.7
Released under the GPL:
http://www.opensource.org/licenses/gpl-license.php
Expand Down

0 comments on commit 030bc53

Please sign in to comment.