From 030bc539a66f8b01b3365ffe0ed5c36a15cfd353 Mon Sep 17 00:00:00 2001 From: Ben Huson Date: Thu, 23 Apr 2015 06:18:39 +0100 Subject: [PATCH] Version 3.3.9 --- readme.txt | 19 +++++++++++++++---- wp-geo.php | 6 +++--- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/readme.txt b/readme.txt index b5ddc4c..1278986 100755 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. @@ -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. diff --git a/wp-geo.php b/wp-geo.php index 0481ba2..e2e97f5 100644 --- a/wp-geo.php +++ b/wp-geo.php @@ -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