Plugin Directory

Changeset 1465578


Ignore:
Timestamp:
08/01/2016 11:44:21 PM (10 years ago)
Author:
mahodder
Message:

v1.0.10

Location:
themedy-toolbox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themedy-toolbox/trunk/includes/shortcodes.php

    r1130752 r1465578  
    390390        'height' => '400px',
    391391        'zoom' => '16',
     392        'minZoom' => '0',
     393        'maxZoom' => '18',
     394        'scrollwheel' => true,
     395        'scaleControl' => true,
     396        'draggable' => true,
     397        'zoomControl'=> true,
     398        'fullscreenControl' => true,
    392399        'infowindow_text' => ''
    393400    ), $atts));
     
    412419            var mapOptions = {
    413420              zoom: ".$zoom.",
     421              minZoom: ".$minZoom.",
     422              maxZoom: ".$maxZoom.",
    414423              center: myLatlng,
     424              scrollwheel: ".$scrollwheel.",
     425              scaleControl: ".$scaleControl.",
     426              draggable: ".$draggable.",
     427              zoomControl: ".$zoomControl.",
     428              fullscreenControl: ".$fullscreenControl.",
    415429              mapTypeId: google.maps.MapTypeId.ROADMAP
    416430            }
  • themedy-toolbox/trunk/readme.txt

    r1394104 r1465578  
    33Tags: shortcodes, themedy, genesis, thesis
    44Requires at least: 4.4
    5 Tested up to: 4.5
    6 Stable tag: 1.0.9
     5Tested up to: 4.6
     6Stable tag: 1.0.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34
     35= 1.0.10 =
     36* Add more Google Map options to the themedy map shortcode, minZoom, maxZoom, scrollwheel, scaleControl, draggable, zoomControl, fullscreenControl.
    3437
    3538= 1.0.9 =
  • themedy-toolbox/trunk/themedy-toolbox.php

    r1394104 r1465578  
    44Plugin URI: http://themedy.com
    55Description: Shortcodes and tools to extend your Themedy site even further.
    6 Version: 1.0.9
     6Version: 1.0.10
    77Author: Themedy
    88Author URI: http://themedy.com
Note: See TracChangeset for help on using the changeset viewer.