Changeset 1465578
- Timestamp:
- 08/01/2016 11:44:21 PM (10 years ago)
- Location:
- themedy-toolbox/trunk
- Files:
-
- 3 edited
-
includes/shortcodes.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
themedy-toolbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themedy-toolbox/trunk/includes/shortcodes.php
r1130752 r1465578 390 390 'height' => '400px', 391 391 'zoom' => '16', 392 'minZoom' => '0', 393 'maxZoom' => '18', 394 'scrollwheel' => true, 395 'scaleControl' => true, 396 'draggable' => true, 397 'zoomControl'=> true, 398 'fullscreenControl' => true, 392 399 'infowindow_text' => '' 393 400 ), $atts)); … … 412 419 var mapOptions = { 413 420 zoom: ".$zoom.", 421 minZoom: ".$minZoom.", 422 maxZoom: ".$maxZoom.", 414 423 center: myLatlng, 424 scrollwheel: ".$scrollwheel.", 425 scaleControl: ".$scaleControl.", 426 draggable: ".$draggable.", 427 zoomControl: ".$zoomControl.", 428 fullscreenControl: ".$fullscreenControl.", 415 429 mapTypeId: google.maps.MapTypeId.ROADMAP 416 430 } -
themedy-toolbox/trunk/readme.txt
r1394104 r1465578 3 3 Tags: shortcodes, themedy, genesis, thesis 4 4 Requires at least: 4.4 5 Tested up to: 4. 56 Stable tag: 1.0. 95 Tested up to: 4.6 6 Stable tag: 1.0.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 35 = 1.0.10 = 36 * Add more Google Map options to the themedy map shortcode, minZoom, maxZoom, scrollwheel, scaleControl, draggable, zoomControl, fullscreenControl. 34 37 35 38 = 1.0.9 = -
themedy-toolbox/trunk/themedy-toolbox.php
r1394104 r1465578 4 4 Plugin URI: http://themedy.com 5 5 Description: Shortcodes and tools to extend your Themedy site even further. 6 Version: 1.0. 96 Version: 1.0.10 7 7 Author: Themedy 8 8 Author URI: http://themedy.com
Note: See TracChangeset
for help on using the changeset viewer.