WP Google Map - Version 1.7.6

Version Description

Google Map Info Window auto focus bug fixed cause by google map last update

Download this release

Release Info

Developer milonfci
Plugin Icon 128x128 WP Google Map
Version 1.7.6
Comparing to
See all releases

Code changes from version 1.7.5 to 1.7.6

assets/images/{logo_tags_1_7_5.jpg → logo_trunk.jpg} RENAMED
File without changes
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: google map, map, maps, google maps, map markers, google map plugin, google map embed, google maps plugin, wp google map, map plugin, map embed, best google maps, store locator, map direction, map widget, street view
5
  Requires at least: 2.9
6
  Tested up to: 5.7
7
- Version: 1.7.4
8
- Stable tag: 1.7.5
9
  Requires PHP: 5.3
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
@@ -198,13 +198,18 @@ See the [Video](https://www.youtube.com/watch?v=o90H34eacHg) ,hope you will get
198
 
199
  == Changelog ==
200
 
201
- = 1.7.4 =
 
 
 
202
  * media_buttons_context deprecated issue resolving
203
  * Review system modification, made standard
204
  * Code re-organize with trait system
205
  * Admin UI updated to more user friendly
206
  * In case of shortcode not found shown a custom message only for logged in admin user
207
  * According to plugin guide updated code and optimized
 
 
208
  * Setup Wizard implementation for user Better experience
209
  * Installation wizard video and blog documentation included
210
  * Installation and knowledge base updated
4
  Tags: google map, map, maps, google maps, map markers, google map plugin, google map embed, google maps plugin, wp google map, map plugin, map embed, best google maps, store locator, map direction, map widget, street view
5
  Requires at least: 2.9
6
  Tested up to: 5.7
7
+ Version: 1.7.6
8
+ Stable tag: 1.7.6
9
  Requires PHP: 5.3
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
198
 
199
  == Changelog ==
200
 
201
+ = 1.7.6 =
202
+ Google Map Info Window auto focus bug fixed cause by google map last update
203
+
204
+ = 1.7.5 =
205
  * media_buttons_context deprecated issue resolving
206
  * Review system modification, made standard
207
  * Code re-organize with trait system
208
  * Admin UI updated to more user friendly
209
  * In case of shortcode not found shown a custom message only for logged in admin user
210
  * According to plugin guide updated code and optimized
211
+
212
+ = 1.7.4 =
213
  * Setup Wizard implementation for user Better experience
214
  * Installation wizard video and blog documentation included
215
  * Installation and knowledge base updated
srm_gmap_embed.php CHANGED
@@ -7,7 +7,7 @@
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: https://www.srmilon.info?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
10
- Version: 1.7.4
11
  */
12
 
13
  if (!defined('ABSPATH')) {
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: https://www.srmilon.info?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
10
+ Version: 1.7.6
11
  */
12
 
13
  if (!defined('ABSPATH')) {