Plugin Directory

Changeset 3392812


Ignore:
Timestamp:
11/10/2025 09:30:35 AM (5 months ago)
Author:
DylanAuty
Message:
  • Fixed issue with compatibility layer for older versions of Pro add-on (V8 and below)
Location:
wp-google-maps
Files:
738 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-google-maps/trunk/includes/compat/class.pro-10-compatibility.php

    r3392708 r3392812  
    185185                            }
    186186
     187                            if(empty($target)){
     188                                continue;
     189                            }
     190
    187191                            $targetStyle = $target->getAttribute('style');
    188192                            if(strpos($targetStyle, 'display')){
  • wp-google-maps/trunk/readme.txt

    r3392726 r3392812  
    66Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 10.0.00
     8Stable tag: 10.0.01
    99License: GPLv2
    1010
     
    215215== Upgrade Notice ==
    216216
     217= 10.0.01 =
     218Please update to 10.0.01 or above to ensure you are using the latest architecture, and latest features.
     219
    217220= 10.0.00 =
    218221Please update to 10.0.00 or above to ensure you are using the latest architecture, and latest features.
     
    351354
    352355== Changelog ==
     356
     357= 10.0.01 - 2025-11-10 =
     358* Fixed issue with compatibility layer for older versions of Pro add-on (V8 and below)
    353359
    354360= 10.0.00 - 2025-11-10 =
     
    453459
    454460
     461
     462
  • wp-google-maps/trunk/wpGoogleMaps.php

    r3392708 r3392812  
    44Plugin URI: https://www.wpgmaps.com
    55Description: The easiest to use Google Maps plugin! Create custom Google Maps or a map block 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: 10.0.00
     6Version: 10.0.01
    77Author: WP Go Maps (formerly WP Google Maps)
    88Author URI: https://www.wpgmaps.com
     
    1313
    1414/*
     15 * 10.0.01 - 2025-11-10
     16 * Fixed issue with compatibility layer for older versions of Pro add-on (V8 and below)
     17 *
    1518 * 10.0.00 - 2025-11-10
    1619 * Added Leaflet engine support
Note: See TracChangeset for help on using the changeset viewer.