Changeset 1229056
- Timestamp:
- 08/24/2015 08:36:47 AM (11 years ago)
- Location:
- hero-maps-pro/trunk
- Files:
-
- 1 added
- 1 deleted
- 6 edited
-
assets/css/backend_styles.css (modified) (1 diff)
-
assets/images/additional_markers.jpg (added)
-
assets/images/admin/promo_bg.png (modified) (previous)
-
assets/images/admin/promo_btn_copy.png (deleted)
-
hmapspro.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
views/dashboard/index.php (modified) (1 diff)
-
views/markers/marker_packs_view.view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hero-maps-pro/trunk/assets/css/backend_styles.css
r1087159 r1229056 11 11 background-image:url(../images/admin/promo_bg.png); 12 12 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; 30 14 } 31 15 .hero_top_dashboard{ -
hero-maps-pro/trunk/hmapspro.php
r1126052 r1229056 6 6 Plugin URI: http://www.heroplugins.com 7 7 Description: Easily create your own Google Maps with a simple drag and drop interface 8 Version: 2.0. 88 Version: 2.0.9 9 9 Author: Hero Plugins 10 10 Author URI: http://www.heroplugins.com … … 59 59 private $plugin_friendly_name = 'Hero Maps Pro'; 60 60 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'; 62 62 private $plugin_prefix = 'hmapspro_'; 63 63 private $first_release = '2014-11-24'; 64 private $last_update = '2015-0 4-02';64 private $last_update = '2015-08-24'; 65 65 private $api_version = '2.0.1'; 66 66 -
hero-maps-pro/trunk/readme.txt
r1153516 r1229056 60 60 == Changelog == 61 61 62 = 2.0.9 = 63 * Additional marker pack support and links 64 62 65 = 2.0.8 = 63 66 * Minor bug fix for default developer custom field display -
hero-maps-pro/trunk/views/dashboard/index.php
r1099073 r1229056 34 34 </div> 35 35 <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/');"> 42 37 </div> 43 38 </div> -
hero-maps-pro/trunk/views/markers/marker_packs_view.view.php
r1087159 r1229056 36 36 <div id="marker_display_holder"></div> 37 37 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 38 60 </div> 39 61 </div>
Note: See TracChangeset
for help on using the changeset viewer.