Changeset 780086
- Timestamp:
- 09/30/2013 01:40:47 AM (13 years ago)
- Location:
- amtythumb
- Files:
-
- 11 added
- 3 edited
-
tags/4.0.5 (added)
-
tags/4.0.5/amtyThumb.php (added)
-
tags/4.0.5/amtyThumbAdminFunction.php (added)
-
tags/4.0.5/amtyThumbAdminPg.php (added)
-
tags/4.0.5/amtytextthumb.gif (added)
-
tags/4.0.5/cacheFunction.php (added)
-
tags/4.0.5/invalid.gif (added)
-
tags/4.0.5/lead-img.php (added)
-
tags/4.0.5/readme.txt (added)
-
tags/4.0.5/supportingFunction.php (added)
-
tags/4.0.5/videothumb.php (added)
-
trunk/amtyThumb.php (modified) (1 diff)
-
trunk/lead-img.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amtythumb/trunk/amtyThumb.php
r779883 r780086 6 6 7 7 Author: Amit Gupta 8 Version: 4.0. 48 Version: 4.0.5 9 9 Author URI: http://article-stack.com/ 10 10 */ -
amtythumb/trunk/lead-img.php
r779883 r780086 181 181 imagegif($thumb, $imgPath ); 182 182 }elseif($imgInfo[2] == IMAGETYPE_PNG){ 183 imagepng($ image_p, $imgPath, 9);183 imagepng($thumb, $imgPath, 9); 184 184 } 185 185 } -
amtythumb/trunk/readme.txt
r779883 r780086 5 5 Requires at least: 2.5 6 6 Tested up to: 3.5 7 Stable tag: 4.0. 47 Stable tag: 4.0.5 8 8 9 9 Fetch first image of a post and Resize it. Otherwise resize an image. … … 94 94 == Changelog == 95 95 96 = 4.0.5 = 97 * bug fix : in saving resized PNG images 98 96 99 = 4.0.4 = 97 100 * bug fix … … 154 157 == Upgrade Notice == 155 158 159 = 4.0.5 = 160 * bug fix : in saving resized PNG images 161 156 162 = 4.0.4 = 157 163 * bug fix
Note: See TracChangeset
for help on using the changeset viewer.