Changeset 2061402
- Timestamp:
- 04/02/2019 07:57:04 AM (7 years ago)
- Location:
- brikshya-map
- Files:
-
- 4 edited
-
tags/1.0.1/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/brikshya-map.php (modified) (2 diffs)
-
trunk/public/BKTMP_public_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
brikshya-map/tags/1.0.1/README.txt
r2048031 r2061402 5 5 Requires at least: 4.0 6 6 Requires PHP: 5.6 7 Tested up to: 5.1 7 Tested up to: 5.1.1 8 8 Stable tag: Map Plugin, Brikshya Plugings 9 9 Requires PHP: 5.4 -
brikshya-map/trunk/README.txt
r2036691 r2061402 5 5 Requires at least: 4.0 6 6 Requires PHP: 5.6 7 Tested up to: 5. 0.37 Tested up to: 5.1.1 8 8 Stable tag: Map Plugin, Brikshya Plugings 9 9 Requires PHP: 5.4 … … 65 65 * Initial release. 66 66 67 = 1.0.1 = 68 *Map Bug Fixed. 69 70 67 71 After 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. 68 72 -
brikshya-map/trunk/brikshya-map.php
r2035887 r2061402 18 18 * Plugin URI: http://brikshya.com/wordpress/pluging 19 19 * Description: This plugin is developed to add google map easily on website. with sortcode user can add the google map. 20 * Version: 1.0. 020 * Version: 1.0.1 21 21 * Author: Brikshya Technologies 22 22 * Author URI: http://brikshya.com/ … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define('BRIKSHYA_MAP_CURRENT_VERSION', '1.0. 0');40 define('BRIKSHYA_MAP_CURRENT_VERSION', '1.0.1'); 41 41 42 42 -
brikshya-map/trunk/public/BKTMP_public_functions.php
r2035887 r2061402 69 69 $html .= '}'; 70 70 $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%;'; 72 72 $html .= '}'; 73 73 $html .= '</style>';
Note: See TracChangeset
for help on using the changeset viewer.