Plugin Directory

Changeset 1229056


Ignore:
Timestamp:
08/24/2015 08:36:47 AM (11 years ago)
Author:
HeroPlugins
Message:

Additional marker pack support and links

Location:
hero-maps-pro/trunk
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • hero-maps-pro/trunk/assets/css/backend_styles.css

    r1087159 r1229056  
    1111    background-image:url(../images/admin/promo_bg.png);
    1212    background-repeat:no-repeat;
    13 }
    14 .promo_holder .promo_btn{
    15     margin:108px 0 0 24px;
    16     text-align:center;
    17 }
    18 .promo_holder .promo_btn a{
    19     display:table;
    20     background-color:#DE525B;
    21     border-radius:3px;
    22     padding:0 40px;
    23     outline:none !important;
    24 }
    25 .promo_holder .promo_btn img{
    26     padding-top:7px;
    27 }
    28 .promo_holder .promo_btn a:hover{
    29     background-color:#b42918;
     13    cursor:pointer;
    3014}
    3115.hero_top_dashboard{
  • hero-maps-pro/trunk/hmapspro.php

    r1126052 r1229056  
    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.8
     8        Version: 2.0.9
    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.8';
     61        private $plugin_version = '2.0.9';
    6262        private $plugin_prefix = 'hmapspro_';
    6363        private $first_release = '2014-11-24';
    64         private $last_update = '2015-04-02';
     64        private $last_update = '2015-08-24';
    6565        private $api_version = '2.0.1';
    6666       
  • hero-maps-pro/trunk/readme.txt

    r1153516 r1229056  
    6060== Changelog ==
    6161
     62= 2.0.9 =
     63* Additional marker pack support and links
     64
    6265= 2.0.8 =
    6366* Minor bug fix for default developer custom field display
  • hero-maps-pro/trunk/views/dashboard/index.php

    r1099073 r1229056  
    3434    </div>
    3535    <div class="promo_expand">
    36         <div class="promo_holder">
    37             <div class="promo_btn">
    38                 <a href="http://heroplugins.com" target="_blank">
    39                     <img src="<?php echo $_GET['p']; ?>assets/images/admin/promo_btn_copy.png" />
    40                 </a>
    41             </div>
     36        <div class="promo_holder" onClick="window.open('http://heroplugins.com/plugin/hero-maps-premium/');">
    4237        </div>
    4338    </div>
  • hero-maps-pro/trunk/views/markers/marker_packs_view.view.php

    r1087159 r1229056  
    3636        <div id="marker_display_holder"></div>
    3737       
     38        <div style="clear:both; width:100%; height:20px; border-bottom:1px solid #efefef;"></div>
     39       
     40        <div class="hero_section_holder hero_grey size_14">
     41            <div class="hero_col_12">
     42                <div class="hero_col_4">
     43                    <h2 class="size_14 hero_green">Download additional marker packs</h2>
     44                    <p class="size_12 hero_grey">Many markers and colors available</p>
     45                </div>
     46                <div class="hero_col_8">
     47                    <div style="float:right; margin-right:0;" onclick="window.open('http://heroplugins.com/downloads/');" class="hero_button_auto red_button rounded_3">Download Now</div>
     48                </div>
     49            </div>
     50            <div class="hero_col_12">
     51                <img id="additional_markers_img" width="100%">
     52                <script type="text/javascript">
     53                    jQuery(function(){
     54                        jQuery('#additional_markers_img').attr('src', plugin_url +'assets/images/additional_markers.jpg');
     55                    });
     56                </script>
     57            </div> 
     58        </div>
     59       
    3860    </div>
    3961</div>
Note: See TracChangeset for help on using the changeset viewer.