WP Google Maps - Version 5.25

Version Description

= 5.05 = This is a must for users on IIS. Older WP Google Maps versions will not be compatible.

= 4.14 = We have updated our Timthumb.php file to the latest version (2.8.5 to 2.8.10) in compliance with new WordPress regulations.

= 4.5 = Previous versions may cause your blog to slow down. Upgrading to 4.5 will get rid of this bug and increase your page load speed.

Download this release

Release Info

Developer WPGMaps
Plugin Icon 128x128 WP Google Maps
Version 5.25
Comparing to
See all releases

Code changes from version 5.24 to 5.25

Files changed (1) hide show
  1. wpGoogleMaps.php +4 -3
wpGoogleMaps.php CHANGED
@@ -3,10 +3,11 @@
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: 5.24
7
  Author: WP Google Maps
8
  Author URI: http://www.wpgmaps.com
9
  */
 
10
  global $wpgmza_version;
11
  global $wpgmza_p_version;
12
  global $wpgmza_t;
@@ -37,8 +38,8 @@ $wpgmza_tblname_poly = $wpdb->prefix . "wpgmza_polygon";
37
  $wpgmza_tblname_polylines = $wpdb->prefix . "wpgmza_polylines";
38
  $wpgmza_tblname_categories = $wpdb->prefix. "wpgmza_categories";
39
  $wpgmza_tblname_category_maps = $wpdb->prefix. "wpgmza_category_maps";
40
- $wpgmza_version = "5.24";
41
- $wpgmza_p_version = "5.24";
42
  $wpgmza_t = "basic";
43
 
44
 
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: 5.25
7
  Author: WP Google Maps
8
  Author URI: http://www.wpgmaps.com
9
  */
10
+ error_reporting(E_ERROR);
11
  global $wpgmza_version;
12
  global $wpgmza_p_version;
13
  global $wpgmza_t;
38
  $wpgmza_tblname_polylines = $wpdb->prefix . "wpgmza_polylines";
39
  $wpgmza_tblname_categories = $wpdb->prefix. "wpgmza_categories";
40
  $wpgmza_tblname_category_maps = $wpdb->prefix. "wpgmza_category_maps";
41
+ $wpgmza_version = "5.25";
42
+ $wpgmza_p_version = "5.25";
43
  $wpgmza_t = "basic";
44
 
45