Changeset 2803705
- Timestamp:
- 10/25/2022 03:10:08 AM (2 years ago)
- Location:
- geo-maps
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified geo-maps/tags/1.0.10/geo-maps.php ¶
r2802193 r2803705 6 6 * Author: matrixaddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.0. 98 * Version: 1.0.10 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. 9');30 define('GEO_MAPS_VERSION', '1.0.10'); 31 31 } 32 32 -
TabularUnified geo-maps/tags/1.0.10/includes/Admin/FieldItems/Content.php ¶
r2802193 r2803705 20 20 echo '</div>'; 21 21 } 22 23 public static function sanitize($field, $raw_value, $field_id) 24 { 25 26 return ''; 27 } 22 28 } -
TabularUnified geo-maps/tags/1.0.10/readme.txt ¶
r2802193 r2803705 5 5 Tested up to: 6.0.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 15 15 **Map Plugin for WordPress** 16 16 17 [Geo Maps] 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 18 19 19 WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title - Geo Maps … … 65 65 == Changelog == 66 66 67 = 1.0. 9- 2022-10-21 =67 = 1.0.10 - 2022-10-21 = 68 68 - Fixed - Minor issue fixed -
TabularUnified geo-maps/trunk/geo-maps.php ¶
r2802193 r2803705 6 6 * Author: matrixaddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.0. 98 * Version: 1.0.10 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. 9');30 define('GEO_MAPS_VERSION', '1.0.10'); 31 31 } 32 32 -
TabularUnified geo-maps/trunk/includes/Admin/FieldItems/Content.php ¶
r2802193 r2803705 20 20 echo '</div>'; 21 21 } 22 23 public static function sanitize($field, $raw_value, $field_id) 24 { 25 26 return ''; 27 } 22 28 } -
TabularUnified geo-maps/trunk/readme.txt ¶
r2802193 r2803705 5 5 Tested up to: 6.0.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 15 15 **Map Plugin for WordPress** 16 16 17 [Geo Maps] 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 18 19 19 WordPress OpenStreet Map, Google Map Plugin for WordPress with Marker Tooltip and Title - Geo Maps … … 65 65 == Changelog == 66 66 67 = 1.0. 9- 2022-10-21 =67 = 1.0.10 - 2022-10-21 = 68 68 - Fixed - Minor issue fixed
Note: See TracChangeset
for help on using the changeset viewer.