Changeset 779799
- Timestamp:
- 09/29/2013 09:33:38 AM (13 years ago)
- Location:
- amtythumb
- Files:
-
- 11 added
- 3 edited
-
tags/4.0.1 (added)
-
tags/4.0.1/amtyThumb.php (added)
-
tags/4.0.1/amtyThumbAdminFunction.php (added)
-
tags/4.0.1/amtyThumbAdminPg.php (added)
-
tags/4.0.1/amtytextthumb.gif (added)
-
tags/4.0.1/cacheFunction.php (added)
-
tags/4.0.1/invalid.gif (added)
-
tags/4.0.1/lead-img.php (added)
-
tags/4.0.1/readme.txt (added)
-
tags/4.0.1/supportingFunction.php (added)
-
tags/4.0.1/videothumb.php (added)
-
trunk/amtyThumb.php (modified) (1 diff)
-
trunk/cacheFunction.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amtythumb/trunk/amtyThumb.php
r779794 r779799 6 6 7 7 Author: Amit Gupta 8 Version: 4.0. 08 Version: 4.0.1 9 9 Author URI: http://article-stack.com/ 10 10 */ -
amtythumb/trunk/cacheFunction.php
r779794 r779799 18 18 19 19 function getAmtyThumbCacheURL(){ 20 $dir =WP_CONTENT_URL . "/amtythumbcache/";20 return WP_CONTENT_URL . "/amtythumbcache/"; 21 21 } 22 22 -
amtythumb/trunk/readme.txt
r779794 r779799 5 5 Requires at least: 2.5 6 6 Tested up to: 3.5 7 Stable tag: 4.0. 07 Stable tag: 4.0.1 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.1 = 97 * fixed a bug in returning cached image path 98 96 99 = 4.0.0 = 97 100 * cache outside plugin folder. So your cache doesnt get empty on plugin update … … 142 145 == Upgrade Notice == 143 146 147 = 4.0.1 = 148 * fixed a bug in returning cached image path 149 144 150 = 4.0.0 = 145 151 * cache outside plugin folder. So your cache doesnt get empty on plugin update
Note: See TracChangeset
for help on using the changeset viewer.