Plugin Directory

Changeset 3392581


Ignore:
Timestamp:
11/10/2025 01:39:02 AM (4 months ago)
Author:
Webilia
Message:

Released Listdom KML 2.0.0

Location:
listdom-kml
Files:
66 added
4 edited

Legend:

Unmodified
Added
Removed
  • listdom-kml/trunk/init.php

    r3373303 r3392581  
    1010     * @var string
    1111     */
    12     public $version = '1.9.1';
     12    public $version = '2.0.0';
    1313
    1414    /**
  • listdom-kml/trunk/listdom-kml.php

    r3373303 r3392581  
    44 * Plugin URI: https://listdom.net
    55 * Description: Display KML layers on the map easily
    6  * Version: 1.9.1
     6 * Version: 2.0.0
    77 * Author: Webilia
    88 * Author URI: https://webilia.com/
  • listdom-kml/trunk/readme.txt

    r3373303 r3392581  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 1.9.1
     8Stable tag: 2.0.0
    99Requires Plugins: listdom
    1010License: GPLv2 or later
     
    6666== Changelog ==
    6767
     68= 2.0.0 - November 9th, 2025 =
     69* Fixed some issues.
     70
    6871= 1.9.1 - October 5th, 2025 =
    6972* Addressed some background issues.
  • listdom-kml/trunk/vendor/webilia/listdom-p-kml/app/Addon.php

    r3373303 r3392581  
    1313    {
    1414        // Don't add it for none map skins
    15         if (!in_array($skin, ['grid', 'halfmap', 'list', 'listgrid', 'singlemap', 'accordion', 'mosaic', 'gallery', 'timeline'])) return;
     15        if (!\LSD_Skins::is_mappable($skin)) return;
    1616
    1717        $this->include_html_file('shortcode.php', [
Note: See TracChangeset for help on using the changeset viewer.