Plugin Directory

Changeset 848871


Ignore:
Timestamp:
01/31/2014 03:56:23 PM (12 years ago)
Author:
amtyera
Message:

fixed a bug for auto clearing thumb cache.

Location:
amtythumb
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • amtythumb/trunk/amtyThumb.php

    r848861 r848871  
    66
    77Author: Amit Gupta
    8 Version: 4.1.0
     8Version: 4.1.1
    99Author URI: http://article-stack.com/
    1010*/
    11 global $clearAmtyCache;
    12 $clearAmtyCache = TRUE;
    1311
    1412add_shortcode( 'amtyThumbOnly', 'amtyThumbOnly_shortcode' );
     
    4543add_action('admin_menu', 'amtyThumb_admin_actions');
    4644
    47 function amtyThumb_update_check() {
    48     global $clearAmtyCache;
    49     if ( $clearAmtyCache == TRUE) {
    50        amty_clearImageCacheFull();
    51     }
    52 }
    53 add_action('plugins_loaded', 'amtyThumb_update_check');
    5445
    5546//Fetch thumbnail when post get published
  • amtythumb/trunk/readme.txt

    r848861 r848871  
    55Requires at least: 2.5
    66Tested up to: 3.5
    7 Stable tag: 4.1.0
     7Stable tag: 4.1.1
    88
    99Fetch first image of a post and Resize it. Otherwise resize an image.
     
    9494== Changelog ==
    9595
     96= 4.1.1 =
     97* bug fix : auto cache clear on plugin update is failing
     98* you are required to clear soft cache from plugin admin page after installing the plugin
     99
    96100= 4.1.0 =
    97101* Performance improvment 4 times.
     
    160164== Upgrade Notice ==
    161165
     166= 4.1.1 =
     167* perofrmance improvment
     168* you require to clear soft cache from plugin admin page after installing the plugin
     169
    162170= 4.0.5 =
    163171* bug fix : in saving resized PNG images
Note: See TracChangeset for help on using the changeset viewer.