Plugin Directory

Changeset 3125311


Ignore:
Timestamp:
07/25/2024 01:19:08 PM (20 months ago)
Author:
megaoptim
Message:

Version 1.4.24

Location:
megaoptim-image-optimizer/trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • megaoptim-image-optimizer/trunk/includes/functions/webp.php

    r3027322 r3125311  
    423423        return array();
    424424    }
    425     if ( function_exists( "mb_convert_encoding" ) ) {
    426         $content = mb_convert_encoding( $content, 'HTML-ENTITIES', 'UTF-8' );
    427     }
     425
     426    $content = htmlentities( $content );
    428427
    429428    $attr = array();
  • megaoptim-image-optimizer/trunk/megaoptim.php

    r3027322 r3125311  
    66Author: MegaOptim
    77Author URI: https://megaoptim.com
    8 Version: 1.4.23
     8Version: 1.4.24
     9Requires at least: 3.6
     10Tested up to: 6.6
     11Requires PHP: 5.3
    912Text Domain: megaoptim-image-optimizer
    1013Domain Path: /languages
     
    1518}
    1619
    17 define( 'WP_MEGAOPTIM_VER', '1.4.23' );
     20define( 'WP_MEGAOPTIM_VER', '1.4.24' );
    1821define( 'WP_MEGAOPTIM_PATH', plugin_dir_path( __FILE__ ) );
    1922define( 'WP_MEGAOPTIM_URL', plugin_dir_url( __FILE__ ) );
  • megaoptim-image-optimizer/trunk/readme.txt

    r3027322 r3125311  
    33Tags: convert webp, webp, optimize images, optimize, images, compress
    44Requires at least: 3.6
    5 Tested up to: 6.4
     5Tested up to: 6.6
    66Requires PHP: 5.3
    7 Stable tag: 1.4.23
     7Stable tag: 1.4.24
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Changelog ==
    142142
     143= 1.4.24 =
     144* Test compatibility with WordPress 6.6
     145* Replace deprecated function mb_convert_encoding
     146
    143147= 1.4.23 =
    144148* Test compatibility with WordPress 6.4
Note: See TracChangeset for help on using the changeset viewer.