Plugin Directory

Changeset 2803705


Ignore:
Timestamp:
10/25/2022 03:10:08 AM (2 years ago)
Author:
matrixaddons
Message:

Update to version 1.0.10 from GitHub

Location:
geo-maps
Files:
6 edited
1 copied

Legend:

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

    r2802193 r2803705  
    66 * Author: matrixaddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.0.9
     8 * Version: 1.0.10
    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.9');
     30    define('GEO_MAPS_VERSION', '1.0.10');
    3131}
    3232
  • TabularUnified geo-maps/tags/1.0.10/includes/Admin/FieldItems/Content.php

    r2802193 r2803705  
    2020        echo '</div>';
    2121    }
     22
     23    public static function sanitize($field, $raw_value, $field_id)
     24    {
     25
     26        return '';
     27    }
    2228}
  • TabularUnified geo-maps/tags/1.0.10/readme.txt

    r2802193 r2803705  
    55Tested up to: 6.0.3
    66Requires PHP: 5.6
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    1515**Map Plugin for WordPress**
    1616
    17 [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.
     17[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.
    1818
    1919WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title - Geo Maps
     
    6565== Changelog ==
    6666
    67 = 1.0.9 - 2022-10-21 =
     67= 1.0.10 - 2022-10-21 =
    6868- Fixed - Minor issue fixed
  • TabularUnified geo-maps/trunk/geo-maps.php

    r2802193 r2803705  
    66 * Author: matrixaddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.0.9
     8 * Version: 1.0.10
    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.9');
     30    define('GEO_MAPS_VERSION', '1.0.10');
    3131}
    3232
  • TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Content.php

    r2802193 r2803705  
    2020        echo '</div>';
    2121    }
     22
     23    public static function sanitize($field, $raw_value, $field_id)
     24    {
     25
     26        return '';
     27    }
    2228}
  • TabularUnified geo-maps/trunk/readme.txt

    r2802193 r2803705  
    55Tested up to: 6.0.3
    66Requires PHP: 5.6
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    1515**Map Plugin for WordPress**
    1616
    17 [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.
     17[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.
    1818
    1919WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title - Geo Maps
     
    6565== Changelog ==
    6666
    67 = 1.0.9 - 2022-10-21 =
     67= 1.0.10 - 2022-10-21 =
    6868- Fixed - Minor issue fixed
Note: See TracChangeset for help on using the changeset viewer.