Changeset 848871
- Timestamp:
- 01/31/2014 03:56:23 PM (12 years ago)
- Location:
- amtythumb
- Files:
-
- 11 added
- 2 edited
-
tags/4.1.1 (added)
-
tags/4.1.1/amtyThumb.php (added)
-
tags/4.1.1/amtyThumbAdminFunction.php (added)
-
tags/4.1.1/amtyThumbAdminPg.php (added)
-
tags/4.1.1/amtytextthumb.gif (added)
-
tags/4.1.1/cacheFunction.php (added)
-
tags/4.1.1/invalid.gif (added)
-
tags/4.1.1/lead-img.php (added)
-
tags/4.1.1/readme.txt (added)
-
tags/4.1.1/supportingFunction.php (added)
-
tags/4.1.1/videothumb.php (added)
-
trunk/amtyThumb.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amtythumb/trunk/amtyThumb.php
r848861 r848871 6 6 7 7 Author: Amit Gupta 8 Version: 4.1. 08 Version: 4.1.1 9 9 Author URI: http://article-stack.com/ 10 10 */ 11 global $clearAmtyCache;12 $clearAmtyCache = TRUE;13 11 14 12 add_shortcode( 'amtyThumbOnly', 'amtyThumbOnly_shortcode' ); … … 45 43 add_action('admin_menu', 'amtyThumb_admin_actions'); 46 44 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');54 45 55 46 //Fetch thumbnail when post get published -
amtythumb/trunk/readme.txt
r848861 r848871 5 5 Requires at least: 2.5 6 6 Tested up to: 3.5 7 Stable tag: 4.1. 07 Stable tag: 4.1.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.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 96 100 = 4.1.0 = 97 101 * Performance improvment 4 times. … … 160 164 == Upgrade Notice == 161 165 166 = 4.1.1 = 167 * perofrmance improvment 168 * you require to clear soft cache from plugin admin page after installing the plugin 169 162 170 = 4.0.5 = 163 171 * bug fix : in saving resized PNG images
Note: See TracChangeset
for help on using the changeset viewer.