Plugin Directory

Changeset 2802193


Ignore:
Timestamp:
10/21/2022 02:04:59 AM (2 years ago)
Author:
matrixaddons
Message:

Update to version 1.0.9 from GitHub

Location:
geo-maps
Files:
16 edited
1 copied

Legend:

Unmodified
Added
Removed
  • TabularUnified geo-maps/tags/1.0.9/geo-maps.php

    r2801586 r2802193  
    66 * Author: matrixaddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.0.8
     8 * Version: 1.0.9
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2828// Define GEO_MAPS_VERSION.
    2929if (!defined('GEO_MAPS_VERSION')) {
    30     define('GEO_MAPS_VERSION', '1.0.8');
     30    define('GEO_MAPS_VERSION', '1.0.9');
    3131}
    3232
  • TabularUnified geo-maps/tags/1.0.9/includes/Admin/FieldItems/Checkbox.php

    r2700580 r2802193  
    1818            <input <?php checked($value, 1); ?> type="checkbox" name="<?php echo esc_attr($field_name); ?>" value="1"
    1919                                                class="<?php echo esc_attr($class); ?>"/>
    20             <?php echo $after; ?>
     20            <?php echo wp_kses($after, array(
     21                    'a' => array('href' => array(), 'class' => array(), 'target' => array()),
     22                    'h2' => array('class' => array()),
     23                    'div' => array('class' => array())
     24            )); ?>
    2125        </div>
    2226
  • TabularUnified geo-maps/tags/1.0.9/includes/Admin/FieldItems/Content.php

    r2699947 r2802193  
    88    public static function render($field, $field_id, $value, $group_id = null)
    99    {
     10        $content = $field['content'] ?? '';
     11
    1012        echo '<div class="geo-maps-map-render-element-wrap">';
    1113        echo "<div id='{$group_id}' class='geo-maps-marker-content-wrap'>";
    12         echo $field['content'] ?? '';
     14        echo wp_kses($content, array(
     15            'a' => array('href' => array(), 'class' => array(), 'target' => array()),
     16            'h2' => array('class' => array()),
     17            'div' => array('class' => array())
     18        ));
    1319        echo '</div>';
    1420        echo '</div>';
  • TabularUnified geo-maps/tags/1.0.9/includes/Admin/FieldItems/Number.php

    r2700580 r2802193  
    1717                    <div class="matrixaddons-fieldset">
    1818                    <input type="number" name="' . esc_attr($field_name) . '" value="' . esc_attr($value) . '" class="' . esc_attr($class) . '" />
    19                     ' . $after . '
     19                    ' . wp_kses($after, array(
     20                'a' => array('href' => array(), 'class' => array(), 'target' => array()),
     21                'h2' => array('class' => array()),
     22                'div' => array('class' => array())
     23            )) . '
    2024                    </div>
    2125
  • TabularUnified geo-maps/tags/1.0.9/includes/Admin/FieldItems/Text.php

    r2699947 r2802193  
    1717                    <div class="matrixaddons-fieldset">
    1818                    <input type="text" name="' . esc_attr($field_name) . '" value="' . esc_attr($value) . '" class="' . esc_attr($class) . '" />
    19                     ' . $after . '
     19                    ' . wp_kses($after, array(
     20                'a' => array('href' => array(), 'class' => array(), 'target' => array()),
     21                'h2' => array('class' => array()),
     22                'div' => array('class' => array())
     23            )) . '
    2024                    </div>
    2125
  • TabularUnified geo-maps/tags/1.0.9/includes/Shortcodes.php

    r2700580 r2802193  
    3535
    3636        // @codingStandardsIgnoreStart
    37         echo empty($wrapper['before']) ? '<div class="' . esc_attr($wrapper['class']) . '">' : $wrapper['before'];
     37        echo empty($wrapper['before']) ? '<div class="' . esc_attr($wrapper['class']) . '">' : esc_html($wrapper['before']);
    3838        call_user_func($function, $atts);
    39         echo empty($wrapper['after']) ? '</div>' : $wrapper['after'];
     39        echo empty($wrapper['after']) ? '</div>' : esc_html($wrapper['after']);
    4040        // @codingStandardsIgnoreEnd
    4141
  • TabularUnified geo-maps/tags/1.0.9/languages/geo-maps.pot

    r2801586 r2802193  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Geo Maps 1.0.8\n"
     5"Project-Id-Version: Geo Maps 1.0.9\n"
    66"Report-Msgid-Bugs-To: matrixaddons@gmail.com\n"
    7 "POT-Creation-Date: 2022-10-20 02:35:51+00:00\n"
     7"POT-Creation-Date: 2022-10-21 02:03:23+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
  • TabularUnified geo-maps/tags/1.0.9/readme.txt

    r2801586 r2802193  
    1 === Geo Maps - WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title ===
     1=== Geo Maps - OpenStreet Map, Google Map Support with Marker Tooltip and Title ===
    22Contributors: matrixaddons
    33Tags: maps, world map, openstreet map, google maps, map block
     
    55Tested up to: 6.0.3
    66Requires PHP: 5.6
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    1616
    1717[Geo Maps] (https://matrixaddons.com/downloads/geo-maps-wordpress-map-plugin/)  is Easy to use WordPress Map Plugin with unlimited marker and marker tooltip feature. You can easily create interactive map with multiple markers and place anywhere of your WordPress website using gutenberg block or shortcodes. For now geo maps WordPress interactive map plugin support OpenStreet Maps and Google Maps. You can choose OpenStreet map providers on this WordPress Map Plugin.
     18
     19WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title - Geo Maps
    1820
    1921= WordPress Map Plugin Features =
     
    6365== Changelog ==
    6466
    65 = 1.0.8 - 2022-10-20 =
     67= 1.0.9 - 2022-10-21 =
    6668- Fixed - Minor issue fixed
  • TabularUnified geo-maps/trunk/geo-maps.php

    r2801586 r2802193  
    66 * Author: matrixaddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.0.8
     8 * Version: 1.0.9
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2828// Define GEO_MAPS_VERSION.
    2929if (!defined('GEO_MAPS_VERSION')) {
    30     define('GEO_MAPS_VERSION', '1.0.8');
     30    define('GEO_MAPS_VERSION', '1.0.9');
    3131}
    3232
  • TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Checkbox.php

    r2700580 r2802193  
    1818            <input <?php checked($value, 1); ?> type="checkbox" name="<?php echo esc_attr($field_name); ?>" value="1"
    1919                                                class="<?php echo esc_attr($class); ?>"/>
    20             <?php echo $after; ?>
     20            <?php echo wp_kses($after, array(
     21                    'a' => array('href' => array(), 'class' => array(), 'target' => array()),
     22                    'h2' => array('class' => array()),
     23                    'div' => array('class' => array())
     24            )); ?>
    2125        </div>
    2226
  • TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Content.php

    r2699947 r2802193  
    88    public static function render($field, $field_id, $value, $group_id = null)
    99    {
     10        $content = $field['content'] ?? '';
     11
    1012        echo '<div class="geo-maps-map-render-element-wrap">';
    1113        echo "<div id='{$group_id}' class='geo-maps-marker-content-wrap'>";
    12         echo $field['content'] ?? '';
     14        echo wp_kses($content, array(
     15            'a' => array('href' => array(), 'class' => array(), 'target' => array()),
     16            'h2' => array('class' => array()),
     17            'div' => array('class' => array())
     18        ));
    1319        echo '</div>';
    1420        echo '</div>';
  • TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Number.php

    r2700580 r2802193  
    1717                    <div class="matrixaddons-fieldset">
    1818                    <input type="number" name="' . esc_attr($field_name) . '" value="' . esc_attr($value) . '" class="' . esc_attr($class) . '" />
    19                     ' . $after . '
     19                    ' . wp_kses($after, array(
     20                'a' => array('href' => array(), 'class' => array(), 'target' => array()),
     21                'h2' => array('class' => array()),
     22                'div' => array('class' => array())
     23            )) . '
    2024                    </div>
    2125
  • TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Text.php

    r2699947 r2802193  
    1717                    <div class="matrixaddons-fieldset">
    1818                    <input type="text" name="' . esc_attr($field_name) . '" value="' . esc_attr($value) . '" class="' . esc_attr($class) . '" />
    19                     ' . $after . '
     19                    ' . wp_kses($after, array(
     20                'a' => array('href' => array(), 'class' => array(), 'target' => array()),
     21                'h2' => array('class' => array()),
     22                'div' => array('class' => array())
     23            )) . '
    2024                    </div>
    2125
  • TabularUnified geo-maps/trunk/includes/Shortcodes.php

    r2700580 r2802193  
    3535
    3636        // @codingStandardsIgnoreStart
    37         echo empty($wrapper['before']) ? '<div class="' . esc_attr($wrapper['class']) . '">' : $wrapper['before'];
     37        echo empty($wrapper['before']) ? '<div class="' . esc_attr($wrapper['class']) . '">' : esc_html($wrapper['before']);
    3838        call_user_func($function, $atts);
    39         echo empty($wrapper['after']) ? '</div>' : $wrapper['after'];
     39        echo empty($wrapper['after']) ? '</div>' : esc_html($wrapper['after']);
    4040        // @codingStandardsIgnoreEnd
    4141
  • TabularUnified geo-maps/trunk/languages/geo-maps.pot

    r2801586 r2802193  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Geo Maps 1.0.8\n"
     5"Project-Id-Version: Geo Maps 1.0.9\n"
    66"Report-Msgid-Bugs-To: matrixaddons@gmail.com\n"
    7 "POT-Creation-Date: 2022-10-20 02:35:51+00:00\n"
     7"POT-Creation-Date: 2022-10-21 02:03:23+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
  • TabularUnified geo-maps/trunk/readme.txt

    r2801586 r2802193  
    1 === Geo Maps - WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title ===
     1=== Geo Maps - OpenStreet Map, Google Map Support with Marker Tooltip and Title ===
    22Contributors: matrixaddons
    33Tags: maps, world map, openstreet map, google maps, map block
     
    55Tested up to: 6.0.3
    66Requires PHP: 5.6
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    1616
    1717[Geo Maps] (https://matrixaddons.com/downloads/geo-maps-wordpress-map-plugin/)  is Easy to use WordPress Map Plugin with unlimited marker and marker tooltip feature. You can easily create interactive map with multiple markers and place anywhere of your WordPress website using gutenberg block or shortcodes. For now geo maps WordPress interactive map plugin support OpenStreet Maps and Google Maps. You can choose OpenStreet map providers on this WordPress Map Plugin.
     18
     19WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title - Geo Maps
    1820
    1921= WordPress Map Plugin Features =
     
    6365== Changelog ==
    6466
    65 = 1.0.8 - 2022-10-20 =
     67= 1.0.9 - 2022-10-21 =
    6668- Fixed - Minor issue fixed
Note: See TracChangeset for help on using the changeset viewer.