Plugin Directory

Changeset 1709367


Ignore:
Timestamp:
08/07/2017 04:11:19 AM (9 years ago)
Author:
tcoder
Message:

modified trunk/inc/settings.php
modified trunk/plugin-hook.php
modified trunk/readme.txt
added 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

Location:
tcbd-google-map
Files:
17 added
3 edited

Legend:

Unmodified
Added
Removed
  • tcbd-google-map/trunk/inc/settings.php

    r1552337 r1709367  
    44    defined( 'ABSPATH' ) || exit;
    55
    6     // Define Plugin Directory
    7     define('TCBD_GOOGLE_MAP_PLUGIN_URL', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' );   
     6
    87
    98    function TCBD_Google_Map_settings() {
     
    7069                <form method="post" action="options.php">
    7170                    <?php settings_fields( 'TCBD_Google_Map_register_setting' ); ?>
    72                    
     71                    <?php if( !isset($tcbd_google_map_api)): ?>
    7372                    <div class="error updated settings-error notice is-dismissible">
    7473                        <h1>Important Notification</h1>
     
    8685                        <button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button>
    8786                    </div>
     87                    <?php endif; ?>
    8888                   
    8989                    <table class="form-table">
  • tcbd-google-map/trunk/plugin-hook.php

    r1552337 r1709367  
    55Description: This plugin will enable awesome google map in your Wordpress theme.
    66Author: Md Touhidul Sadeek
    7 Version: 2.0
     7Version: 2.1
    88Author URI: http://tcoderbd.com
    99*/
  • tcbd-google-map/trunk/readme.txt

    r1552337 r1709367  
    33Tags: 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
    44Requires at least: 3.0
    5 Tested up to: 4.7
    6 Stable tag: 2.0
     5Tested up to: 4.8.1
     6Stable tag: 2.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Frequently Asked Questions ==
    4949
    50 * For more questions or help, [contact me](mailto:info@tcoderbd.com).
     50* For more questions or help, [contact me](mailto:tcoderbd@gmail.com).
    5151
    5252== Changelog ==
     
    6666* Fix Bugs
    6767
     68= 2.1 =
     69* Fix Bugs
     70
Note: See TracChangeset for help on using the changeset viewer.