Plugin Directory

Changeset 1556598


Ignore:
Timestamp:
12/17/2016 10:45:31 AM (9 years ago)
Author:
OriginalEXE
Message:

Version 1.4.1

Location:
optimize-images-resizing/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • optimize-images-resizing/trunk/inc/class-resize-image.php

    r1556512 r1556598  
    2727    public function __construct() {
    2828
    29       add_filter( 'image_downsize', array( self::$instance, 'image_downsize' ), 10, 3 );
     29      add_filter( 'image_downsize', array( $this, 'image_downsize' ), 10, 3 );
    3030
    3131    }
  • optimize-images-resizing/trunk/optimize-images-resizing.php

    r1556512 r1556598  
    99 * Text Domain: optimize-images-resizing
    1010 * Domain Path: /languages
    11  * Version: 1.4.0
     11 * Version: 1.4.1
    1212 */
    1313
     
    5252      // Plugin version
    5353      if ( ! defined( 'OIR_VERSION' ) )
    54         define( 'OIR_VERSION', '1.4.0' );
     54        define( 'OIR_VERSION', '1.4.1' );
    5555
    5656      // Plugin Folder Path
  • optimize-images-resizing/trunk/readme.txt

    r1556514 r1556598  
    44Requires at least: 3.8
    55Tested up to: 4.7
    6 Stable tag: 1.4.0
     6Stable tag: 1.4.1
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6868== Changelog ==
    6969
     70= 1.4.1 =
     71* Fix a 1.4.0 PHP bug.
     72
    7073= 1.4.0 =
    71 * Move plugin to the Tools menu
    72 * Add support for resuming image sizes removing
     74* Move plugin to the Tools menu.
     75* Add support for resuming image sizes removing.
    7376* Declare WordPress 4.7 compatibility.
    7477
Note: See TracChangeset for help on using the changeset viewer.