Plugin Directory

Changeset 779799


Ignore:
Timestamp:
09/29/2013 09:33:38 AM (13 years ago)
Author:
amtyera
Message:

fixed a bug in getting cached image URL

Location:
amtythumb
Files:
11 added
3 edited

Legend:

Unmodified
Added
Removed
  • amtythumb/trunk/amtyThumb.php

    r779794 r779799  
    66
    77Author: Amit Gupta
    8 Version: 4.0.0
     8Version: 4.0.1
    99Author URI: http://article-stack.com/
    1010*/
  • amtythumb/trunk/cacheFunction.php

    r779794 r779799  
    1818
    1919function getAmtyThumbCacheURL(){
    20     $dir = WP_CONTENT_URL . "/amtythumbcache/";
     20    return WP_CONTENT_URL . "/amtythumbcache/";
    2121}
    2222
  • amtythumb/trunk/readme.txt

    r779794 r779799  
    55Requires at least: 2.5
    66Tested up to: 3.5
    7 Stable tag: 4.0.0
     7Stable tag: 4.0.1
    88
    99Fetch first image of a post and Resize it. Otherwise resize an image.
     
    9494== Changelog ==
    9595
     96= 4.0.1 =
     97* fixed a bug in returning cached image path
     98
    9699= 4.0.0 =
    97100* cache outside plugin folder. So your cache doesnt get empty on plugin update
     
    142145== Upgrade Notice ==
    143146
     147= 4.0.1 =
     148* fixed a bug in returning cached image path
     149
    144150= 4.0.0 =
    145151* cache outside plugin folder. So your cache doesnt get empty on plugin update
Note: See TracChangeset for help on using the changeset viewer.