Version Description
- 2016-01-04 - Low priority =
- Tested with WP 4.4
Download this release
Release Info
Developer | WPGMaps |
Plugin | WP Google Maps |
Version | 6.3.04 |
Comparing to | |
See all releases |
Code changes from version 6.3.03 to 6.3.04
cache/timthumb_cacheLastCleanTime.touch
DELETED
File without changes
|
cache/timthumb_int_1feb94dfe4564036dfa309e87c1c70aa.timthumb.txt
DELETED
Binary file
|
cache/timthumb_int_9b31d30bd2ddcfe0c062091cc5c498d7.timthumb.txt
DELETED
Binary file
|
cache/wpgmaps.tmp
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Permission Check
|
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: WPGMaps, NickDuncan, CodeCabin_, Jarryd Long
|
|
3 |
Donate link: http://www.wpgmaps.com
|
4 |
Tags: google maps, maps, map, map markers, google, google map, google maps plugin, wp maps, wp google maps, wp google map, easy map, store locator, map plugin, directions, map directions, google map plugin, routes, polygons, polylines, streetview, location, marker, latitude, longitude, map widget, map themes
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2
|
9 |
|
@@ -206,6 +206,9 @@ Please upgrade your version of WP Google Maps to version 6.0.27 as it includes m
|
|
206 |
|
207 |
== Changelog ==
|
208 |
|
|
|
|
|
|
|
209 |
= 6.3.03 - 2015-11-19 - Medium Priority =
|
210 |
* Fixed a bug that caused the map to not display when a theme was not selected
|
211 |
|
3 |
Donate link: http://www.wpgmaps.com
|
4 |
Tags: google maps, maps, map, map markers, google, google map, google maps plugin, wp maps, wp google maps, wp google map, easy map, store locator, map plugin, directions, map directions, google map plugin, routes, polygons, polylines, streetview, location, marker, latitude, longitude, map widget, map themes
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.4
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2
|
9 |
|
206 |
|
207 |
== Changelog ==
|
208 |
|
209 |
+
= 6.3.04 - 2016-01-04 - Low priority =
|
210 |
+
* Tested with WP 4.4
|
211 |
+
|
212 |
= 6.3.03 - 2015-11-19 - Medium Priority =
|
213 |
* Fixed a bug that caused the map to not display when a theme was not selected
|
214 |
|
wpGoogleMaps.php
CHANGED
@@ -3,16 +3,19 @@
|
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: http://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
-
Version: 6.3.
|
7 |
Author: WP Google Maps
|
8 |
Author URI: http://www.wpgmaps.com
|
9 |
Text Domain: wp-google-maps
|
10 |
Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
-
/*
|
14 |
-
*
|
|
|
15 |
*
|
|
|
|
|
16 |
*
|
17 |
* 6.3.02 - 2015-11-06 - Low priority
|
18 |
* A new theme directory has been created - this allows you to use any map theme or style that you want simply by copying and pasting it's data
|
@@ -204,8 +207,8 @@ $wpgmza_tblname_poly = $wpdb->prefix . "wpgmza_polygon";
|
|
204 |
$wpgmza_tblname_polylines = $wpdb->prefix . "wpgmza_polylines";
|
205 |
$wpgmza_tblname_categories = $wpdb->prefix. "wpgmza_categories";
|
206 |
$wpgmza_tblname_category_maps = $wpdb->prefix. "wpgmza_category_maps";
|
207 |
-
$wpgmza_version = "6.3.
|
208 |
-
$wpgmza_p_version = "6.3.
|
209 |
$wpgmza_t = "basic";
|
210 |
define("WPGMAPS", $wpgmza_version);
|
211 |
define("WPGMAPS_DIR",plugin_dir_url(__FILE__));
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: http://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
+
Version: 6.3.04
|
7 |
Author: WP Google Maps
|
8 |
Author URI: http://www.wpgmaps.com
|
9 |
Text Domain: wp-google-maps
|
10 |
Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
+
/*
|
14 |
+
* 6.3.04 - 2016-01-04 - Low priority
|
15 |
+
* Tested with WP 4.4
|
16 |
*
|
17 |
+
* 6.3.03 - 2015-11-19 - Low Priority
|
18 |
+
* Fixed a bug that caused the map to not display when a theme was not selected
|
19 |
*
|
20 |
* 6.3.02 - 2015-11-06 - Low priority
|
21 |
* A new theme directory has been created - this allows you to use any map theme or style that you want simply by copying and pasting it's data
|
207 |
$wpgmza_tblname_polylines = $wpdb->prefix . "wpgmza_polylines";
|
208 |
$wpgmza_tblname_categories = $wpdb->prefix. "wpgmza_categories";
|
209 |
$wpgmza_tblname_category_maps = $wpdb->prefix. "wpgmza_category_maps";
|
210 |
+
$wpgmza_version = "6.3.04";
|
211 |
+
$wpgmza_p_version = "6.3.04";
|
212 |
$wpgmza_t = "basic";
|
213 |
define("WPGMAPS", $wpgmza_version);
|
214 |
define("WPGMAPS_DIR",plugin_dir_url(__FILE__));
|