Plugin Directory

Changeset 1842583


Ignore:
Timestamp:
03/19/2018 09:11:46 AM (8 years ago)
Author:
WPGMaps
Message:

6.4.11 - 2018-03-19 - Low priority

  • Added a missing marker PNG file
Location:
wp-google-maps/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-google-maps/trunk/readme.txt

    r1838574 r1842583  
    211211== Changelog ==
    212212
     213= 6.4.11 - 2018-03-19 - Low priority =
     214* Added a missing marker PNG file
     215
    213216= 6.4.10 - 2018-03-12 - High priority =
    214217* XSS vulnerability fixed. Ouch! (thank you Luigi Gubello)
  • wp-google-maps/trunk/wpGoogleMaps.php

    r1838573 r1842583  
    44Plugin URI: https://www.wpgmaps.com
    55Description: 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.10
     6Version: 6.4.11
    77Author: WP Google Maps
    88Author URI: https://www.wpgmaps.com
     
    1313/*
    1414 *
    15  *
     15 * 6.4.11 - 2018-03-19 - Low priority
     16 * Added a missing marker PNG file
     17 *
    1618 * 6.4.10 - 2018-03-12 - High priority
    1719 * XSS vulnerability fixed. Ouch! (thank you Luigi Gubello)
     
    366368$wpgmza_tblname_categories = $wpdb->prefix. "wpgmza_categories";
    367369$wpgmza_tblname_category_maps = $wpdb->prefix. "wpgmza_category_maps";
    368 $wpgmza_version = "6.4.10";
     370$wpgmza_version = "6.4.11";
    369371$wpgmza_p_version = "6.19";
    370372$wpgmza_t = "basic";
Note: See TracChangeset for help on using the changeset viewer.