| @@ -1,37 +1,31 @@ | ||
| 1 | -=== Plus WebP or AVIF === | |
| 1 | +=== Plus WebP === | |
| 2 | 2 | Contributors: Katsushi Kawamori |
| 3 | 3 | Donate link: https://shop.riverforest-wp.info/donate/ |
| 4 | -Tags: media, upload, webp, avif | |
| 5 | -Requires at least: 6.6 | |
| 6 | -Requires PHP: 8.1 | |
| 7 | -Tested up to: 7.1 | |
| 8 | -Stable tag: 5.21 | |
| 4 | +Tags: media, upload, webp | |
| 5 | +Requires at least: 4.7 | |
| 6 | +Requires PHP: 8.0 | |
| 7 | +Tested up to: 6.6 | |
| 8 | +Stable tag: 4.11 | |
| 9 | 9 | License: GPLv2 or later |
| 10 | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | 11 | |
| 12 | -Generate WebP or AVIF. | |
| 12 | +Generate WebP. | |
| 13 | 13 | |
| 14 | 14 | == Description == |
| 15 | 15 | |
| 16 | -= Generate WebP or AVIF = | |
| 17 | -* Generate WebP or AVIF file when adding image file in Media Library. | |
| 18 | -* Generate WebP or AVIF from all the images by async/await. | |
| 19 | -* Optionally, Can replace image files with WebP or AVIF when adding new media, and delete the original image file. Also, when generating all images, the original image file ID will be overwritten as WebP or AVIF and the original image file will be deleted. All URLs in the content are also replaced. | |
| 16 | += Generate WebP = | |
| 17 | +* Generate WebP file when adding image file in Media Library. | |
| 18 | +* Generate WebP from all the images by async/await. | |
| 19 | +* Optionally, Can replace image files with WebP when adding new media, and delete the original image file. Also, when generating all images, the original image file ID will be overwritten as WebP and the original image file will be deleted. All URLs in the content are also replaced. | |
| 20 | 20 | |
| 21 | 21 | = WP-CLI = |
| 22 | 22 | |
| 23 | 23 | WP-CLI commands are available. If you have a large number of files, WP-CLI commands is more reliable. |
| 24 | -* `wp pluswebpavif` | |
| 25 | -* `wp pluswebpavif webp` -> Generated WebP. | |
| 26 | -* `wp pluswebpavif avif` -> Generated AVIF. | |
| 27 | -* `wp pluswebpavif help` -> Specification of this command. | |
| 28 | -* `wp pluswebpavif webp mail` -> Send results via email. | |
| 29 | -* `wp pluswebpavif webp replace` -> WebP or AVIF replacement of images and contents. | |
| 30 | -* `wp pluswebpavif avif addext` -> Append the webp or avif extension to the original filename. | |
| 31 | -* `wp pluswebpavif webp --pid=12152` -> Process only specified Media ID(Conversion source ID). | |
| 32 | -* `wp pluswebpavif avif --quality=90` -> Specifies the quality of WebP or AVIF. | |
| 33 | -* `wp pluswebpavif webp --types=image/png,image/gif` -> MIME type to convert. | |
| 24 | +* `wp pluswebp_cli` | |
| 25 | +* `wp pluswebp_cli mail` -> Send results via email. | |
| 26 | +* `wp pluswebp_cli nomail` -> Do not send results by email. | |
| 27 | +* `wp pluswebp_cli mail --pid=12152` -> Process only specified Media ID(12152). | |
| 34 | 28 | |
| 35 | 29 | = How it works = |
| 36 | 30 | [youtube https://youtu.be/EIheJryR7j0] |
| 37 | 31 | |
| @@ -67,44 +61,8 @@ | ||
| 67 | 61 | 2. Generate |
| 68 | 62 | 3. Settings |
| 69 | 63 | |
| 70 | 64 | == Changelog == |
| 71 | - | |
| 72 | -= [5.21] 2026/08/25 = | |
| 73 | -* Fix - Issues Regarding Email Delivery During Bulk File Conversions. | |
| 74 | - | |
| 75 | -= [5.20] 2026/08/22 = | |
| 76 | -* Fix - Rebuilt the admin dashboard. | |
| 77 | - | |
| 78 | -= [5.12] 2026/08/17 = | |
| 79 | -* Fix - Issue where the app crashes when there are a large number of images. | |
| 80 | - | |
| 81 | -= [5.11] 2026/01/01 = | |
| 82 | -* Fix - Issue where metadata containing the original filename remains after skipping duplicate filenames. | |
| 83 | - | |
| 84 | -= [5.10] 2025/06/19 = | |
| 85 | -* Change - WP-CLI argument specification changes. | |
| 86 | - | |
| 87 | -= [5.04] 2025/04/02 = | |
| 88 | -* Fix - Rebuilt javascript. | |
| 89 | - | |
| 90 | -= [5.03] 2024/11/14 = | |
| 91 | -* Fix - Rebuilt javascript. | |
| 92 | - | |
| 93 | -= [5.02] 2024/11/14 = | |
| 94 | -* Fix - Rebuilt javascript. | |
| 95 | - | |
| 96 | -= [5.01] 2024/11/12 = | |
| 97 | -* Fix - Rebuilt javascript. | |
| 98 | -* Change - Changed the required version of WordPress. | |
| 99 | - | |
| 100 | -= [5.00] 2024/08/23 = | |
| 101 | -* Changed - Plugin name changed from "Plus WebP" to "Plus WebP or AVIF". | |
| 102 | -* Added - AVIF conversion. | |
| 103 | - | |
| 104 | -= [4.20] 2024/08/21 = | |
| 105 | -* Added - WP-CLI command arguments for settings. | |
| 106 | -* Changed - Classified WP-CLI commands. | |
| 107 | 65 | |
| 108 | 66 | = [4.11] 2024/08/17 = |
| 109 | 67 | * Fixed - Transparent PNG conversion issue. |
| 110 | 68 | * Added - Added whether to send email to WP-CLI command arguments. |