Changeset 776680
- Timestamp:
- 09/22/2013 07:03:39 AM (13 years ago)
- Location:
- amtythumb
- Files:
-
- 12 added
- 2 edited
-
tags/3.1.1 (added)
-
tags/3.1.1/amtyThumb.php (added)
-
tags/3.1.1/amtyThumbAdminFunction.php (added)
-
tags/3.1.1/amtyThumbAdminPg.php (added)
-
tags/3.1.1/amtytextthumb.gif (added)
-
tags/3.1.1/cache (added)
-
tags/3.1.1/cacheFunction.php (added)
-
tags/3.1.1/invalid.gif (added)
-
tags/3.1.1/lead-img.php (added)
-
tags/3.1.1/readme.txt (added)
-
tags/3.1.1/supportingFunction.php (added)
-
tags/3.1.1/videothumb.php (added)
-
trunk/amtyThumb.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amtythumb/trunk/amtyThumb.php
r776588 r776680 6 6 7 7 Author: Amit Gupta 8 Version: 3. 0.18 Version: 3.1.1 9 9 Author URI: http://article-stack.com/ 10 10 */ … … 52 52 add_action('publish_post','update_thumb'); 53 53 54 if(isset($_REQUEST['recache'] != '') && !empty($_REQUEST['recache']) { 55 amty_putIntoImageCache($_REQUEST['recache'],1); 56 } 57 58 function getAmtyThumbRecacheLink($pid){ 59 return admin_url( 'options-general.php?page=amtyThumbOptions?recache=' . $pid, 'http' ); 60 } 54 61 ?> -
amtythumb/trunk/readme.txt
r776588 r776680 5 5 Requires at least: 2.5 6 6 Tested up to: 3.5 7 Stable tag: 3. 0.17 Stable tag: 3.1.1 8 8 9 9 Fetch first image of a post and Resize it. Otherwise resize an image. … … 79 79 amty_lead_img($w,$h,1,'','',0); 80 80 81 For direct recaching 82 use getAmtyThumbRecacheLink($pid) somewhere in your theme. 83 81 84 == Frequently Asked Questions == 82 85 … … 90 93 [THZ](http://thinkzarahatke.com/ "amty thumb ") 91 94 == Changelog == 95 96 = 3.1.1 = 97 * direct recache link. 92 98 93 99 = 3.0.1 = … … 125 131 == Upgrade Notice == 126 132 133 = 3.1.1 = 134 * direct recache link. 135 127 136 = 3.0.1 = 128 137 * fixed a bug when it tries to resize invalid or broken images
Note: See TracChangeset
for help on using the changeset viewer.