Linux 软件免费装

Plus WebP or AVIF

开发者 Katsushi Kawamori
power2009
更新时间 2024年11月14日 19:39
捐献地址: 去捐款
PHP版本: 8.1 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

media upload webp avif

下载

1.07 1.08 1.09 1.11 1.13 2.00 2.02 2.03 2.05 2.06 1.01 1.06 5.02 5.03 1.10 4.10 4.02 4.03 3.00 4.06 4.08 2.01 4.00 1.12 2.07 4.01 1.03 2.04 4.11 5.00 1.00 1.02 4.07 1.05 1.04 4.05 4.20 4.04 4.09 5.01

详情介绍:

Generate WebP or AVIF WP-CLI WP-CLI commands are available. If you have a large number of files, WP-CLI commands is more reliable. How it works [youtube https://youtu.be/EIheJryR7j0] Filter hooks /** ================================================== * 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 );

安装:

  1. Upload plus-webp directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Generate
  • Settings

升级注意事项:

1.00 Initial release.

更新日志:

[5.03] 2024/11/14 [5.02] 2024/11/14 [5.01] 2024/11/12 [5.00] 2024/08/23 [4.20] 2024/08/21 [4.11] 2024/08/17 [4.10] 2024/07/19 [4.09] 2024/07/18 [4.08] 2024/07/15 [4.07] 2024/06/20 [4.06] 2024/03/05 4.05 Changed json_encode to wp_json_encode. 4.04 Supported WordPress 6.4. 4.03 Fixed link to plugin page. 4.02 Fixed about sending e-mail. 4.01 Added description. Removed unnecessary codes. 4.00 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. 3.00 Supported WordPress 6.1-alpha. 2.07 Added a hook for Organize Media Folder. 2.06 Fixed with processing when media does not exist. 2.05 Supported XAMPP. 2.04 Fixed problem of metadta. 2.03 Fixed problem of metadta. 2.02 Fixed content replacement issue. 2.01 Fixes various messages and branches in ajax. 2.00 Added ajax generation for webp. 1.13 Fixed an issue with saving options. Added options for extension. 1.12 Fixed clear cron schedules issue. Fixed problem of threshold big image. 1.11 Fixed the problem of title acquisition in bulk generation. 1.10 Fixed background processing. 1.09 Give details when email notification. Added the management screen notification of the end of batch generation. 1.08 Added ability to choose which file types to convert and which not. 1.07 Supported transparent gif & png. Fixed file name issue. 1.06 Fixed content URL replacement issue. 1.05 Fixed an image replacement issue. Conformed to the WordPress coding standard. 1.04 Conformed to the WordPress coding standard. 1.03 Added html escape on the management screen. 1.02 Fixed an issue with image conversion. Fixed an image replacement issue. Added the setting of quality. 1.01 Fixed problem of PNG files. Added uninstall script. 1.00 Initial release.