WP Google Maps - Version 5.24

Version Description

  • Bug fix - The map style changed the style of your theme.
Download this release

Release Info

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

Code changes from version 5.23 to 5.24

cache/timthumb_cacheLastCleanTime.touch DELETED
File without changes
cache/timthumb_int_cdd2c9a00da301a4027988eb5a14c005.timthumb.txt DELETED
Binary file
css/wpgmza_style.css CHANGED
@@ -28,7 +28,7 @@
28
  }
29
  .wpgmza_markerbox img { margin: 3px !important; }
30
 
31
- .wpgmza_markerbox h1,h2,h3,h4,h5,h6,h7,h8,strong,p,br {
32
  padding-left:0 !important;
33
  padding-right:0 !important;
34
  margin-left:0 !important;
28
  }
29
  .wpgmza_markerbox img { margin: 3px !important; }
30
 
31
+ .wpgmza_markerbox h1, .wpgmza_markerbox h2, .wpgmza_markerbox h3, .wpgmza_markerbox h4, .wpgmza_markerbox h5, .wpgmza_markerbox h6, .wpgmza_markerbox h7, .wpgmza_markerbox h8, .wpgmza_markerbox strong, .wpgmza_markerbox p, .wpgmza_markerbox br {
32
  padding-left:0 !important;
33
  padding-right:0 !important;
34
  margin-left:0 !important;
readme.txt CHANGED
@@ -92,6 +92,9 @@ Previous versions may cause your blog to slow down. Upgrading to 4.5 will get ri
92
 
93
  == Changelog ==
94
 
 
 
 
95
  = 5.23 =
96
  * Add animations to your map markers (lite)
97
  * Choose to have the infowindow open by default (lite)
92
 
93
  == Changelog ==
94
 
95
+ = 5.24 =
96
+ * Bug fix - The map style changed the style of your theme.
97
+
98
  = 5.23 =
99
  * Add animations to your map markers (lite)
100
  * Choose to have the infowindow open by default (lite)
wpGoogleMaps.php CHANGED
@@ -3,7 +3,7 @@
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.23
7
  Author: WP Google Maps
8
  Author URI: http://www.wpgmaps.com
9
  */
@@ -37,8 +37,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.23";
41
- $wpgmza_p_version = "5.23";
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.24
7
  Author: WP Google Maps
8
  Author URI: http://www.wpgmaps.com
9
  */
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