Plugin Directory

Changeset 2696272


Ignore:
Timestamp:
03/18/2022 09:56:27 PM (4 years ago)
Author:
tekod
Message:

bugfix: 0.3.3

Location:
fws-resize-on-demand/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fws-resize-on-demand/trunk/fws-resize-on-demand.php

    r2638271 r2696272  
    55 * Plugin URI:  https://wordpress.org/plugins/fws-resize-on-demand
    66 * Description: On-demand image resizer for WordPress.
    7  * Version:     0.3.2
     7 * Version:     0.3.3
    88 * Author:      Miroslav Curcic
    99 * Author URI:  https://profiles.wordpress.org/tekod
     
    1616define('FWS_ROD_PLUGINBASENAME', plugin_basename(__FILE__));
    1717define('FWS_ROD_DIR', __DIR__);
    18 define('FWS_ROD_VERSION', '0.3.1');
     18define('FWS_ROD_VERSION', '0.3.3');
    1919
    2020
  • fws-resize-on-demand/trunk/readme.txt

    r2638271 r2696272  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 0.3.2
     6Stable tag: 0.3.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
  • fws-resize-on-demand/trunk/src/Compatibility.php

    r2636601 r2696272  
    8080
    8181        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);
    8383        });
    8484    }
Note: See TracChangeset for help on using the changeset viewer.