Changeset 2802193
- Timestamp:
- 10/21/2022 02:04:59 AM (2 years ago)
- Location:
- geo-maps
- Files:
-
- 16 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified geo-maps/tags/1.0.9/geo-maps.php ¶
r2801586 r2802193 6 6 * Author: matrixaddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.0. 88 * Version: 1.0.9 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 // Define GEO_MAPS_VERSION. 29 29 if (!defined('GEO_MAPS_VERSION')) { 30 define('GEO_MAPS_VERSION', '1.0. 8');30 define('GEO_MAPS_VERSION', '1.0.9'); 31 31 } 32 32 -
TabularUnified geo-maps/tags/1.0.9/includes/Admin/FieldItems/Checkbox.php ¶
r2700580 r2802193 18 18 <input <?php checked($value, 1); ?> type="checkbox" name="<?php echo esc_attr($field_name); ?>" value="1" 19 19 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 )); ?> 21 25 </div> 22 26 -
TabularUnified geo-maps/tags/1.0.9/includes/Admin/FieldItems/Content.php ¶
r2699947 r2802193 8 8 public static function render($field, $field_id, $value, $group_id = null) 9 9 { 10 $content = $field['content'] ?? ''; 11 10 12 echo '<div class="geo-maps-map-render-element-wrap">'; 11 13 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 )); 13 19 echo '</div>'; 14 20 echo '</div>'; -
TabularUnified geo-maps/tags/1.0.9/includes/Admin/FieldItems/Number.php ¶
r2700580 r2802193 17 17 <div class="matrixaddons-fieldset"> 18 18 <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 )) . ' 20 24 </div> 21 25 -
TabularUnified geo-maps/tags/1.0.9/includes/Admin/FieldItems/Text.php ¶
r2699947 r2802193 17 17 <div class="matrixaddons-fieldset"> 18 18 <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 )) . ' 20 24 </div> 21 25 -
TabularUnified geo-maps/tags/1.0.9/includes/Shortcodes.php ¶
r2700580 r2802193 35 35 36 36 // @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']); 38 38 call_user_func($function, $atts); 39 echo empty($wrapper['after']) ? '</div>' : $wrapper['after'];39 echo empty($wrapper['after']) ? '</div>' : esc_html($wrapper['after']); 40 40 // @codingStandardsIgnoreEnd 41 41 -
TabularUnified geo-maps/tags/1.0.9/languages/geo-maps.pot ¶
r2801586 r2802193 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Geo Maps 1.0. 8\n"5 "Project-Id-Version: Geo Maps 1.0.9\n" 6 6 "Report-Msgid-Bugs-To: matrixaddons@gmail.com\n" 7 "POT-Creation-Date: 2022-10-2 0 02:35:51+00:00\n"7 "POT-Creation-Date: 2022-10-21 02:03:23+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "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 WordPresswith Marker Tooltip and Title ===1 === Geo Maps - OpenStreet Map, Google Map Support with Marker Tooltip and Title === 2 2 Contributors: matrixaddons 3 3 Tags: maps, world map, openstreet map, google maps, map block … … 5 5 Tested up to: 6.0.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 16 16 17 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. 18 19 WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title - Geo Maps 18 20 19 21 = WordPress Map Plugin Features = … … 63 65 == Changelog == 64 66 65 = 1.0. 8 - 2022-10-20=67 = 1.0.9 - 2022-10-21 = 66 68 - Fixed - Minor issue fixed -
TabularUnified geo-maps/trunk/geo-maps.php ¶
r2801586 r2802193 6 6 * Author: matrixaddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.0. 88 * Version: 1.0.9 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 // Define GEO_MAPS_VERSION. 29 29 if (!defined('GEO_MAPS_VERSION')) { 30 define('GEO_MAPS_VERSION', '1.0. 8');30 define('GEO_MAPS_VERSION', '1.0.9'); 31 31 } 32 32 -
TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Checkbox.php ¶
r2700580 r2802193 18 18 <input <?php checked($value, 1); ?> type="checkbox" name="<?php echo esc_attr($field_name); ?>" value="1" 19 19 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 )); ?> 21 25 </div> 22 26 -
TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Content.php ¶
r2699947 r2802193 8 8 public static function render($field, $field_id, $value, $group_id = null) 9 9 { 10 $content = $field['content'] ?? ''; 11 10 12 echo '<div class="geo-maps-map-render-element-wrap">'; 11 13 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 )); 13 19 echo '</div>'; 14 20 echo '</div>'; -
TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Number.php ¶
r2700580 r2802193 17 17 <div class="matrixaddons-fieldset"> 18 18 <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 )) . ' 20 24 </div> 21 25 -
TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Text.php ¶
r2699947 r2802193 17 17 <div class="matrixaddons-fieldset"> 18 18 <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 )) . ' 20 24 </div> 21 25 -
TabularUnified geo-maps/trunk/includes/Shortcodes.php ¶
r2700580 r2802193 35 35 36 36 // @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']); 38 38 call_user_func($function, $atts); 39 echo empty($wrapper['after']) ? '</div>' : $wrapper['after'];39 echo empty($wrapper['after']) ? '</div>' : esc_html($wrapper['after']); 40 40 // @codingStandardsIgnoreEnd 41 41 -
TabularUnified geo-maps/trunk/languages/geo-maps.pot ¶
r2801586 r2802193 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Geo Maps 1.0. 8\n"5 "Project-Id-Version: Geo Maps 1.0.9\n" 6 6 "Report-Msgid-Bugs-To: matrixaddons@gmail.com\n" 7 "POT-Creation-Date: 2022-10-2 0 02:35:51+00:00\n"7 "POT-Creation-Date: 2022-10-21 02:03:23+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "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 WordPresswith Marker Tooltip and Title ===1 === Geo Maps - OpenStreet Map, Google Map Support with Marker Tooltip and Title === 2 2 Contributors: matrixaddons 3 3 Tags: maps, world map, openstreet map, google maps, map block … … 5 5 Tested up to: 6.0.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 16 16 17 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. 18 19 WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title - Geo Maps 18 20 19 21 = WordPress Map Plugin Features = … … 63 65 == Changelog == 64 66 65 = 1.0. 8 - 2022-10-20=67 = 1.0.9 - 2022-10-21 = 66 68 - Fixed - Minor issue fixed
Note: See TracChangeset
for help on using the changeset viewer.