Changeset 1251433
- Timestamp:
- 09/22/2015 07:09:26 PM (10 years ago)
- Location:
- addendio/trunk
- Files:
-
- 4 edited
-
addendio-search-plugins-and-themes.php (modified) (1 diff)
-
includes/awppt-search-plugins-page.php (modified) (5 diffs)
-
includes/awppt-search-themes-page.php (modified) (5 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addendio/trunk/addendio-search-plugins-and-themes.php
r1238003 r1251433 4 4 * Plugin URI: https://addendio.com 5 5 * Description: Find plugins and themes like The Flash. Filter and sort based on installations, ratings, and many other criteria. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Addendio 8 8 * Author URI: https://addendio.com -
addendio/trunk/includes/awppt-search-plugins-page.php
r1237896 r1251433 27 27 <li role="presentation" ><a href="#newsletter-tab" aria-controls="newsletter" role="tab" data-toggle="tab">Newsletter</a></li> 28 28 <li role="presentation" ><a href="#faq-tab" aria-controls="faq" role="tab" data-toggle="tab">FAQ</a></li> 29 <li role="presentation"><a href="<? echo AWPPT_ADMIN_FOLDER;?>themes.php?page=addendio-search-themes" aria-controls="themes" role="tab" >Search Themes</a></li>29 <li role="presentation"><a href="<?php echo AWPPT_ADMIN_FOLDER;?>themes.php?page=addendio-search-themes" aria-controls="themes" role="tab" >Search Themes</a></li> 30 30 </ul> 31 31 … … 46 46 <!-- Logo --> 47 47 <div class="col-md-2 col-xs-11" > 48 <a href="https://addendio.com/contact/?utm_source=plugin&utm_medium=plugins&utm_campaign=searchpage_logo" target="_blank" ><img id="logo" style="max-height:45px; max-width: 196px;" src="<? echo AWPPT_PLUGIN_URL;?>assets/img/addendio_color_logo.png"/></a>48 <a href="https://addendio.com/contact/?utm_source=plugin&utm_medium=plugins&utm_campaign=searchpage_logo" target="_blank" ><img id="logo" style="max-height:45px; max-width: 196px;" src="<?php echo AWPPT_PLUGIN_URL;?>assets/img/addendio_color_logo.png"/></a> 49 49 </div> 50 50 … … 204 204 <li><a href="{{author_href}}" target="_blank" rel="nofollow" >View author's page <span class="glyphicon glyphicon-new-window" style="color:#f5874f;"></span></a></li> 205 205 {{/author_href_flag}} 206 <li><a class="thickbox" href="<? echo AWPPT_ADMIN_FOLDER;?>plugin-install.php?tab=plugin-information&plugin={{ slug }}&TB_iframe=true&width={{page_width}}&height={{page_height}}">206 <li><a class="thickbox" href="<?php echo AWPPT_ADMIN_FOLDER;?>plugin-install.php?tab=plugin-information&plugin={{ slug }}&TB_iframe=true&width={{page_width}}&height={{page_height}}"> 207 207 {{#plugin_installed_flag}} 208 208 Info … … 282 282 <br/> We know you have enough emails to read. Be reassured we won't bother you with boring stuff. 283 283 <br/><br/> 284 <? echo awppt_subscribe_newsletter();?>284 <?php echo awppt_subscribe_newsletter();?> 285 285 </div> 286 286 <!-- END FAQ TAB --> … … 298 298 </div> <!-- END WRAP DIV --> 299 299 300 <? 300 <?php 301 301 302 302 } -
addendio/trunk/includes/awppt-search-themes-page.php
r1237896 r1251433 24 24 <li role="presentation" ><a href="#newsletter-tab" aria-controls="newsletter" role="tab" data-toggle="tab">Newsletter</a></li> 25 25 <li role="presentation" ><a href="#faq-tab" aria-controls="faq" role="tab" data-toggle="tab">FAQ</a></li> 26 <li role="presentation"><a href="<? echo AWPPT_ADMIN_FOLDER;?>plugins.php?page=addendio-search-plugins" aria-controls="plugins" role="tab" >Search Plugins</a></li>26 <li role="presentation"><a href="<?php echo AWPPT_ADMIN_FOLDER;?>plugins.php?page=addendio-search-plugins" aria-controls="plugins" role="tab" >Search Plugins</a></li> 27 27 </ul> 28 28 … … 43 43 <!-- Logo --> 44 44 <div class="col-md-2 col-xs-11"> 45 <a href="https://addendio.com/contact/?utm_source=plugin&utm_medium=themes&utm_campaign=searchpage_logo" target="_blank" ><img id="logo" style="max-height:45px; max-width: 196px;" src="<? echo AWPPT_PLUGIN_URL;?>assets/img/addendio_color_logo.png"/></a>45 <a href="https://addendio.com/contact/?utm_source=plugin&utm_medium=themes&utm_campaign=searchpage_logo" target="_blank" ><img id="logo" style="max-height:45px; max-width: 196px;" src="<?php echo AWPPT_PLUGIN_URL;?>assets/img/addendio_color_logo.png"/></a> 46 46 </div> 47 47 … … 196 196 <li><a href="{{ author_href }}" target="_blank">View author's page <span class="glyphicon glyphicon-new-window" style="color:#f5874f;"></span></a></li> 197 197 <li><a class="thickbox" href="https://plugins.trac.wordpress.org//wp-themes.com/{{slug}}/?TB_iframe=true&width={{page_width}}&height={{page_height}}">Preview</a></li> 198 <li><a href="<? echo AWPPT_ADMIN_FOLDER;?>theme-install.php?theme={{slug}}">Install</a></li>198 <li><a href="<?php echo AWPPT_ADMIN_FOLDER;?>theme-install.php?theme={{slug}}">Install</a></li> 199 199 </ul> 200 200 </div> … … 263 263 <br/> We know you have enough emails to read. Be reassured we won't bother you with boring stuff. 264 264 <br/><br/> 265 <? echo awppt_subscribe_newsletter();?>265 <?php echo awppt_subscribe_newsletter();?> 266 266 </div> 267 267 <!-- END FAQ TAB --> … … 279 279 280 280 </div> <!-- END WRAP DIV --> 281 <? 281 <?php 282 282 283 283 } -
addendio/trunk/readme.txt
r1238003 r1251433 7 7 Requires at least: 3.8 8 8 Tested up to: 4.3 9 Stable tag: 1.0. 29 Stable tag: 1.0.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 > Still don't like what you see? You can simply sort the results according to your criteria. 19 19 20 **Available filters** 20 Available filters 21 21 1. Installs 22 22 2. Downloads … … 133 133 == Changelog == 134 134 135 = 1.0.3 = 136 * Fix - PHP short tags compatibility 137 135 138 = 1.0.2 = 136 139 * Fix - Compatibility for PHP < 5.5 … … 145 148 == Upgrade Notice == 146 149 147 = 1.0.2 = 148 Fix compatibility for PHP < 5.5 149 Fix some issues with theme previews plus some libraries updates. 150 = 1.0.3 = 151 Fix PHP short tags compatibility
Note: See TracChangeset
for help on using the changeset viewer.