Plugin Directory

Changeset 1260316


Ignore:
Timestamp:
10/06/2015 11:18:56 AM (10 years ago)
Author:
HeroPlugins
Message:

Updated map initialization to allow for v3.21 Google Maps JavaScript API controls

Location:
hero-maps-pro
Files:
372 added
4 edited

Legend:

Unmodified
Added
Removed
  • hero-maps-pro/trunk/assets/js/frontend_script.js

    r1095048 r1260316  
    6565    //initialise map
    6666    latlng = eval("new google.maps.LatLng("+ map_object.map_settings.map_center +");");
     67    google.maps.controlStyle = 'azteca';
    6768    var map_options = {
    6869        zoom: map_object.map_advanced.map_load_zoom,
  • hero-maps-pro/trunk/hmapspro.php

    r1229056 r1260316  
    66        Plugin URI: http://www.heroplugins.com
    77        Description: Easily create your own Google Maps with a simple drag and drop interface
    8         Version: 2.0.9
     8        Version: 2.1.0
    99        Author: Hero Plugins
    1010        Author URI: http://www.heroplugins.com
     
    5959        private $plugin_friendly_name = 'Hero Maps Pro';
    6060        private $plugin_friendly_description = 'Easily create your own Google Maps with a simple drag and drop interface';
    61         private $plugin_version = '2.0.9';
     61        private $plugin_version = '2.1.0';
    6262        private $plugin_prefix = 'hmapspro_';
    6363        private $first_release = '2014-11-24';
    64         private $last_update = '2015-08-24';
     64        private $last_update = '2015-09-06';
    6565        private $api_version = '2.0.1';
    6666       
  • hero-maps-pro/trunk/readme.txt

    r1229078 r1260316  
    44Requires at least: 4.0
    55Tested up to: 4.3
    6 Stable Tag: 2.0.9
     6Stable Tag: 2.1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 2.1.0 =
     72* Updated map initialization to allow for v3.21 Google Maps JavaScript API controls
     73
    7174= 2.0.9 =
    7275* Additional marker pack support and links
  • hero-maps-pro/trunk/views/maps/js/view.core.js

    r1126051 r1260316  
    137137    //initialise map
    138138    defaultLatLon = eval("new google.maps.LatLng("+ map_object.map_settings.map_center +");");
     139    google.maps.controlStyle = 'azteca';
    139140    var map_options = {
    140141        zoom: map_object.map_settings.rest_zoom,
Note: See TracChangeset for help on using the changeset viewer.