Changeset 1556598
- Timestamp:
- 12/17/2016 10:45:31 AM (9 years ago)
- Location:
- optimize-images-resizing/trunk
- Files:
-
- 3 edited
-
inc/class-resize-image.php (modified) (1 diff)
-
optimize-images-resizing.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
optimize-images-resizing/trunk/inc/class-resize-image.php
r1556512 r1556598 27 27 public function __construct() { 28 28 29 add_filter( 'image_downsize', array( self::$instance, 'image_downsize' ), 10, 3 );29 add_filter( 'image_downsize', array( $this, 'image_downsize' ), 10, 3 ); 30 30 31 31 } -
optimize-images-resizing/trunk/optimize-images-resizing.php
r1556512 r1556598 9 9 * Text Domain: optimize-images-resizing 10 10 * Domain Path: /languages 11 * Version: 1.4. 011 * Version: 1.4.1 12 12 */ 13 13 … … 52 52 // Plugin version 53 53 if ( ! defined( 'OIR_VERSION' ) ) 54 define( 'OIR_VERSION', '1.4. 0' );54 define( 'OIR_VERSION', '1.4.1' ); 55 55 56 56 // Plugin Folder Path -
optimize-images-resizing/trunk/readme.txt
r1556514 r1556598 4 4 Requires at least: 3.8 5 5 Tested up to: 4.7 6 Stable tag: 1.4. 06 Stable tag: 1.4.1 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 68 68 == Changelog == 69 69 70 = 1.4.1 = 71 * Fix a 1.4.0 PHP bug. 72 70 73 = 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. 73 76 * Declare WordPress 4.7 compatibility. 74 77
Note: See TracChangeset
for help on using the changeset viewer.