Generate WebP.
WP-CLI commands are available. If you have a large number of files, WP-CLI commands is more reliable.
* wp pluswebp_cli
/** ================================================== * Filter for advanced change database. * If you want to replace other databases besides content. */ add_filter( 'plus_webp_advanced_change_db', function( $before_url, $after_url ) { /* Your processing */ return array( $before_url, $after_url ); }, 10, 2 );
plus-webp
directory to the /wp-content/plugins/
directorynone
Changed json_encode to wp_json_encode.
Supported WordPress 6.4.
Fixed link to plugin page.
Fixed about sending e-mail.
Added description.
Removed unnecessary codes.
Moved the location of the Admin page to the Media Library.
The admin screen has been converted to React.
Batch generation of webp by async/await is now supported.
Fixed a problem where title name comparison failed and generated duplicate files.
Metadata generation for WordPress 6.1-alpha to match WordPress 6.2.
Supported WordPress 6.1-alpha.
Added a hook for Organize Media Folder.
Fixed with processing when media does not exist.
Supported XAMPP.
Fixed problem of metadta.
Fixed problem of metadta.
Fixed content replacement issue.
Fixes various messages and branches in ajax.
Added ajax generation for webp.
Fixed an issue with saving options.
Added options for extension.
Fixed clear cron schedules issue.
Fixed problem of threshold big image.
Fixed the problem of title acquisition in bulk generation.
Fixed background processing.
Give details when email notification.
Added the management screen notification of the end of batch generation.
Added ability to choose which file types to convert and which not.
Supported transparent gif & png.
Fixed file name issue.
Fixed content URL replacement issue.
Fixed an image replacement issue.
Conformed to the WordPress coding standard.
Conformed to the WordPress coding standard.
Added html escape on the management screen.
Fixed an issue with image conversion.
Fixed an image replacement issue.
Added the setting of quality.
Fixed problem of PNG files.
Added uninstall script.
Initial release.