Plugin Directory

Changeset 2061402


Ignore:
Timestamp:
04/02/2019 07:57:04 AM (7 years ago)
Author:
brikshyatechnologies
Message:

fixing map bugs

Location:
brikshya-map
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • brikshya-map/tags/1.0.1/README.txt

    r2048031 r2061402  
    55Requires at least: 4.0
    66Requires PHP: 5.6
    7 Tested up to: 5.1
     7Tested up to: 5.1.1
    88Stable tag: Map Plugin, Brikshya Plugings
    99Requires  PHP: 5.4
  • brikshya-map/trunk/README.txt

    r2036691 r2061402  
    55Requires at least: 4.0
    66Requires PHP: 5.6
    7 Tested up to: 5.0.3
     7Tested up to: 5.1.1
    88Stable tag: Map Plugin, Brikshya Plugings
    99Requires  PHP: 5.4
     
    6565* Initial release.
    6666
     67= 1.0.1 =
     68*Map Bug Fixed.
     69
     70
    6771After installing the Plugin user have to save the google map api key, until the key is saved the map will not properly, may cause errors.
    6872
  • brikshya-map/trunk/brikshya-map.php

    r2035887 r2061402  
    1818 * Plugin URI:        http://brikshya.com/wordpress/pluging
    1919 * Description:       This plugin is developed to add google map easily on website. with sortcode user can add the google map.
    20  * Version:           1.0.0
     20 * Version:           1.0.1
    2121 * Author:            Brikshya Technologies
    2222 * Author URI:        http://brikshya.com/
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define('BRIKSHYA_MAP_CURRENT_VERSION', '1.0.0');
     40define('BRIKSHYA_MAP_CURRENT_VERSION', '1.0.1');
    4141
    4242
  • brikshya-map/trunk/public/BKTMP_public_functions.php

    r2035887 r2061402  
    6969        $html .= '}';
    7070        $html .= '.brikshya_map_iframe{';
    71         $html .= 'position:absolute;top:0;left:0;height:' . $map_height . 'px; width:100%;';
     71        $html .= 'position:relative;top:0;left:0;height:' . $map_height . 'px; width:100%;';
    7272        $html .= '}';
    7373        $html .= '</style>';
Note: See TracChangeset for help on using the changeset viewer.