Plugin Directory

Changeset 1091650


Ignore:
Timestamp:
02/16/2015 07:13:18 PM (11 years ago)
Author:
HeroPlugins
Message:

Decreased minimum size requirements for custom markers to 15px

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

Legend:

Unmodified
Added
Removed
  • hero-maps-pro/trunk/hmapspro.php

    r1089014 r1091650  
    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.3
     8        Version: 2.0.4
    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.3';
     61        private $plugin_version = '2.0.4';
    6262        private $plugin_prefix = 'hmapspro_';
    6363        private $first_release = '2014-11-24';
    64         private $last_update = '2015-02-13';
     64        private $last_update = '2015-02-16';
    6565        private $api_version = '2.0.1';
    6666       
  • hero-maps-pro/trunk/inc/custom_marker_uploader.php

    r1087159 r1091650  
    1515                'image/png'
    1616            );
    17             $min_dim = 40;
     17            $min_dim = 15;
    1818            $max_dim = 150;
    1919            $img_info = getimagesize($_FILES['custom_marker']['tmp_name']);
  • hero-maps-pro/trunk/readme.txt

    r1089014 r1091650  
    33Requires at least: 3.3
    44Tested up to: 4.1
    5 Stable Tag: 2.0.3
     5Stable Tag: 2.0.4
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858== Changelog ==
    5959
     60= 2.0.4 =
     61* Decreased minimum size requirements for custom markers to 15px
     62
    6063= 2.0.3 =
    6164* Relative path fix for certain server environments
  • hero-maps-pro/trunk/views/markers/marker_custom_upload_view.view.php

    r1087159 r1091650  
    1616            <div class="custom_marker_upload_holder"></div>
    1717            <p>
    18                 <i class="size_12">Custom marker images must be in <b>PNG</b> format. Image width and height must be between <b>40px</b> and <b>150px</b>.</i>
     18                <i class="size_12">Custom marker images must be in <b>PNG</b> format. Image width and height must be between <b>15px</b> and <b>150px</b>.</i>
    1919            </p>
    2020        </div>
Note: See TracChangeset for help on using the changeset viewer.