Changeset 776331
- Timestamp:
- 09/21/2013 11:49:19 AM (13 years ago)
- Location:
- amty-thumb-recent-post
- Files:
-
- 6 added
- 2 edited
-
tags/8.1.2 (added)
-
tags/8.1.2/amtyThumbPostsAdminPg.php (added)
-
tags/8.1.2/amtyThumb_posts.php (added)
-
tags/8.1.2/logo.jpg (added)
-
tags/8.1.2/readme.txt (added)
-
tags/8.1.2/supportingfunctions.php (added)
-
trunk/amtyThumb_posts.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amty-thumb-recent-post/trunk/amtyThumb_posts.php
r776306 r776331 1 <?php2 1 /* 3 2 Plugin Name: amtyThumb Posts … … 8 7 9 8 Author: Amit Gupta 10 Version: 8.1. 19 Version: 8.1.2 11 10 Author URI: http://article-stack.com/ 12 11 */ … … 306 305 <div style="clear:both;"></div> 307 306 <?php 308 }//function end309 310 function lead_img_thumb_post($w=70,$h=70,$default_src='',$post_id) {311 312 if (function_exists('amty_lead_img')) {313 if($post_id != '')314 $img_url = amty_lead_img($w,$h,1,'','',0,$post_id,'',$default_src);315 else316 $img_url = amty_lead_img($w,$h,1,'','',0,'','',$default_src);317 }318 else{319 echo "amtyThumb plugin is missing";320 $img_url = "";321 }322 return $img_url;323 307 }//function end 324 308 -
amty-thumb-recent-post/trunk/readme.txt
r776306 r776331 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5 7 Stable tag: 8.1. 17 Stable tag: 8.1.2 8 8 9 9 All-In-One. It shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail in your style. … … 118 118 == Changelog == 119 119 120 = 8.1.2 = 121 * removed duplicate error. causing plugin instalation failure 122 120 123 = 8.1.1 = 121 124 * fixed a bug of calling amtyThumb plugin … … 182 185 == Upgrade Notice == 183 186 187 = 8.1.2 = 188 * removed duplicate error. causing plugin instalation failure 189 184 190 = 8.1.1 = 185 191 * fixed a bug of calling amtyThumb plugin 186 192 * Now user can decide wheter an image should resized in ratio or be stretched as per given dimentions. 187 188 193 189 194 = 8.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.