Changeset 2696272
- Timestamp:
- 03/18/2022 09:56:27 PM (4 years ago)
- Location:
- fws-resize-on-demand/trunk
- Files:
-
- 3 edited
-
fws-resize-on-demand.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
src/Compatibility.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fws-resize-on-demand/trunk/fws-resize-on-demand.php
r2638271 r2696272 5 5 * Plugin URI: https://wordpress.org/plugins/fws-resize-on-demand 6 6 * Description: On-demand image resizer for WordPress. 7 * Version: 0.3. 27 * Version: 0.3.3 8 8 * Author: Miroslav Curcic 9 9 * Author URI: https://profiles.wordpress.org/tekod … … 16 16 define('FWS_ROD_PLUGINBASENAME', plugin_basename(__FILE__)); 17 17 define('FWS_ROD_DIR', __DIR__); 18 define('FWS_ROD_VERSION', '0.3. 1');18 define('FWS_ROD_VERSION', '0.3.3'); 19 19 20 20 -
fws-resize-on-demand/trunk/readme.txt
r2638271 r2696272 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 0.3. 26 Stable tag: 0.3.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
fws-resize-on-demand/trunk/src/Compatibility.php
r2636601 r2696272 80 80 81 81 add_filter('regenerate_thumbnails_missing_thumbnails', function($sizes, $fullsize_metadata = [], $_instance = null) { 82 return Hooks:: DisableSizes($sizes, $fullsize_metadata);82 return Hooks::RemoveSizesFromAutoResizing($sizes, $fullsize_metadata); 83 83 }); 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.