Changeset 1842583
- Timestamp:
- 03/19/2018 09:11:46 AM (8 years ago)
- Location:
- wp-google-maps/trunk
- Files:
-
- 1 added
- 2 edited
-
images/spotlight-poi2_hdpi.png (added)
-
readme.txt (modified) (1 diff)
-
wpGoogleMaps.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-google-maps/trunk/readme.txt
r1838574 r1842583 211 211 == Changelog == 212 212 213 = 6.4.11 - 2018-03-19 - Low priority = 214 * Added a missing marker PNG file 215 213 216 = 6.4.10 - 2018-03-12 - High priority = 214 217 * XSS vulnerability fixed. Ouch! (thank you Luigi Gubello) -
wp-google-maps/trunk/wpGoogleMaps.php
r1838573 r1842583 4 4 Plugin URI: https://www.wpgmaps.com 5 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.4.1 06 Version: 6.4.11 7 7 Author: WP Google Maps 8 8 Author URI: https://www.wpgmaps.com … … 13 13 /* 14 14 * 15 * 15 * 6.4.11 - 2018-03-19 - Low priority 16 * Added a missing marker PNG file 17 * 16 18 * 6.4.10 - 2018-03-12 - High priority 17 19 * XSS vulnerability fixed. Ouch! (thank you Luigi Gubello) … … 366 368 $wpgmza_tblname_categories = $wpdb->prefix. "wpgmza_categories"; 367 369 $wpgmza_tblname_category_maps = $wpdb->prefix. "wpgmza_category_maps"; 368 $wpgmza_version = "6.4.1 0";370 $wpgmza_version = "6.4.11"; 369 371 $wpgmza_p_version = "6.19"; 370 372 $wpgmza_t = "basic";
Note: See TracChangeset
for help on using the changeset viewer.