Changeset 1709367
- Timestamp:
- 08/07/2017 04:11:19 AM (9 years ago)
- Location:
- tcbd-google-map
- Files:
-
- 17 added
- 3 edited
-
tags/2.0 (added)
-
tags/2.0/css (added)
-
tags/2.0/css/tcbd-map-css.css (added)
-
tags/2.0/img (added)
-
tags/2.0/img/style-1.png (added)
-
tags/2.0/img/style-2.png (added)
-
tags/2.0/img/style-3.png (added)
-
tags/2.0/img/style-4.png (added)
-
tags/2.0/inc (added)
-
tags/2.0/inc/settings.php (added)
-
tags/2.0/js (added)
-
tags/2.0/js/icon.png (added)
-
tags/2.0/js/tcbd-maplace-0.1.3.min.js (added)
-
tags/2.0/js/tinymce.js (added)
-
tags/2.0/plugin-hook.php (added)
-
tags/2.0/readme.txt (added)
-
tags/2.0/uninstall.php (added)
-
trunk/inc/settings.php (modified) (3 diffs)
-
trunk/plugin-hook.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tcbd-google-map/trunk/inc/settings.php
r1552337 r1709367 4 4 defined( 'ABSPATH' ) || exit; 5 5 6 // Define Plugin Directory 7 define('TCBD_GOOGLE_MAP_PLUGIN_URL', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' ); 6 8 7 9 8 function TCBD_Google_Map_settings() { … … 70 69 <form method="post" action="options.php"> 71 70 <?php settings_fields( 'TCBD_Google_Map_register_setting' ); ?> 72 71 <?php if( !isset($tcbd_google_map_api)): ?> 73 72 <div class="error updated settings-error notice is-dismissible"> 74 73 <h1>Important Notification</h1> … … 86 85 <button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button> 87 86 </div> 87 <?php endif; ?> 88 88 89 89 <table class="form-table"> -
tcbd-google-map/trunk/plugin-hook.php
r1552337 r1709367 5 5 Description: This plugin will enable awesome google map in your Wordpress theme. 6 6 Author: Md Touhidul Sadeek 7 Version: 2. 07 Version: 2.1 8 8 Author URI: http://tcoderbd.com 9 9 */ -
tcbd-google-map/trunk/readme.txt
r1552337 r1709367 3 3 Tags: address, best google maps, best maps, bing maps, cluster, cross-browser, custom google map, custom google maps, directions, easy map, geo, geo-mashup, geocoder, georss, gmaps, google earth, google map, google map plugin, google map short code, google map shortcode, google map widget, google maps, google maps v3, googlemaps, gpx, grouping, kml, latitude, location, location by address, longitude, map, map directions, map markers, map plugin, map short code, map styles, map widget, maps, marker, openstreetmap, panoramio, pin, place, point, polygons, polylines, Post, post map, posts, routes, shape, store locator, streetview, wp google map, wp google maps, wp maps 4 4 Requires at least: 3.0 5 Tested up to: 4. 76 Stable tag: 2. 05 Tested up to: 4.8.1 6 Stable tag: 2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Frequently Asked Questions == 49 49 50 * For more questions or help, [contact me](mailto: info@tcoderbd.com).50 * For more questions or help, [contact me](mailto:tcoderbd@gmail.com). 51 51 52 52 == Changelog == … … 66 66 * Fix Bugs 67 67 68 = 2.1 = 69 * Fix Bugs 70
Note: See TracChangeset
for help on using the changeset viewer.