Changeset 776683
- Timestamp:
- 09/22/2013 07:20:12 AM (13 years ago)
- Location:
- amtythumb
- Files:
-
- 12 added
- 2 edited
-
tags/3.1.2 (added)
-
tags/3.1.2/amtyThumb.php (added)
-
tags/3.1.2/amtyThumbAdminFunction.php (added)
-
tags/3.1.2/amtyThumbAdminPg.php (added)
-
tags/3.1.2/amtytextthumb.gif (added)
-
tags/3.1.2/cache (added)
-
tags/3.1.2/cacheFunction.php (added)
-
tags/3.1.2/invalid.gif (added)
-
tags/3.1.2/lead-img.php (added)
-
tags/3.1.2/readme.txt (added)
-
tags/3.1.2/supportingFunction.php (added)
-
tags/3.1.2/videothumb.php (added)
-
trunk/amtyThumb.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amtythumb/trunk/amtyThumb.php
r776680 r776683 6 6 7 7 Author: Amit Gupta 8 Version: 3.1. 18 Version: 3.1.2 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']) {54 if(isset($_REQUEST['recache']) && !empty($_REQUEST['recache'])) { 55 55 amty_putIntoImageCache($_REQUEST['recache'],1); 56 56 } -
amtythumb/trunk/readme.txt
r776680 r776683 5 5 Requires at least: 2.5 6 6 Tested up to: 3.5 7 Stable tag: 3.1. 17 Stable tag: 3.1.2 8 8 9 9 Fetch first image of a post and Resize it. Otherwise resize an image. … … 94 94 == Changelog == 95 95 96 = 3.1.2 = 97 * fixed syntax error 98 96 99 = 3.1.1 = 97 100 * direct recache link.
Note: See TracChangeset
for help on using the changeset viewer.