Changeset 3125311
- Timestamp:
- 07/25/2024 01:19:08 PM (20 months ago)
- Location:
- megaoptim-image-optimizer/trunk
- Files:
-
- 2 deleted
- 3 edited
-
assets/resources/jqueryfiletree/.gitignore (deleted)
-
includes/functions/webp.php (modified) (1 diff)
-
languages/.gitkeep (deleted)
-
megaoptim.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
megaoptim-image-optimizer/trunk/includes/functions/webp.php
r3027322 r3125311 423 423 return array(); 424 424 } 425 if ( function_exists( "mb_convert_encoding" ) ) { 426 $content = mb_convert_encoding( $content, 'HTML-ENTITIES', 'UTF-8' ); 427 } 425 426 $content = htmlentities( $content ); 428 427 429 428 $attr = array(); -
megaoptim-image-optimizer/trunk/megaoptim.php
r3027322 r3125311 6 6 Author: MegaOptim 7 7 Author URI: https://megaoptim.com 8 Version: 1.4.23 8 Version: 1.4.24 9 Requires at least: 3.6 10 Tested up to: 6.6 11 Requires PHP: 5.3 9 12 Text Domain: megaoptim-image-optimizer 10 13 Domain Path: /languages … … 15 18 } 16 19 17 define( 'WP_MEGAOPTIM_VER', '1.4.2 3' );20 define( 'WP_MEGAOPTIM_VER', '1.4.24' ); 18 21 define( 'WP_MEGAOPTIM_PATH', plugin_dir_path( __FILE__ ) ); 19 22 define( 'WP_MEGAOPTIM_URL', plugin_dir_url( __FILE__ ) ); -
megaoptim-image-optimizer/trunk/readme.txt
r3027322 r3125311 3 3 Tags: convert webp, webp, optimize images, optimize, images, compress 4 4 Requires at least: 3.6 5 Tested up to: 6. 45 Tested up to: 6.6 6 6 Requires PHP: 5.3 7 Stable tag: 1.4.2 37 Stable tag: 1.4.24 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Changelog == 142 142 143 = 1.4.24 = 144 * Test compatibility with WordPress 6.6 145 * Replace deprecated function mb_convert_encoding 146 143 147 = 1.4.23 = 144 148 * Test compatibility with WordPress 6.4
Note: See TracChangeset
for help on using the changeset viewer.