| @@ -1,15 +1,15 @@ | ||
| 1 | 1 | === QuickWebP - WebP & AVIF Image Optimizer, Compression & SEO for WordPress === |
| 2 | 2 | Contributors: ludwigyou |
| 3 | 3 | Tags: webp, avif, image optimization, seo, performance |
| 4 | -Requires at least: 6.8.2 | |
| 5 | -Tested up to: 7.0.2 | |
| 4 | +Requires at least: 6.5.0 | |
| 5 | +Tested up to: 7.1 | |
| 6 | 6 | Requires PHP: 8.1 |
| 7 | -Stable tag: 4.0.0 | |
| 7 | +Stable tag: 4.1.2 | |
| 8 | 8 | License: GPLv2 or later |
| 9 | 9 | License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt |
| 10 | 10 | |
| 11 | -QuickWebP is a WordPress image optimizer that converts JPG and PNG to WebP, compresses uploads locally, improves image SEO, and unlocks AVIF with QuickWebP Pro. | |
| 11 | +QuickWebP converts JPG and PNG to WebP, compresses images locally, improves image SEO, and adds AVIF with QuickWebP Pro. | |
| 12 | 12 | |
| 13 | 13 | == Description == |
| 14 | 14 | |
| 15 | 15 | QuickWebP helps you optimize images in WordPress as soon as they are uploaded. It converts JPG and PNG files to WebP, compresses them locally without any external API, cleans filenames for better image SEO, pre-fills media metadata, and resizes oversized uploads automatically. |
| @@ -24,9 +24,9 @@ | ||
| 24 | 24 | * Local image compression without any external API |
| 25 | 25 | * SEO-friendly filename cleanup |
| 26 | 26 | * Automatic image metadata pre-fill for alt text, caption, description, legend, and title |
| 27 | 27 | * Automatic resize with maximum width and height controls |
| 28 | -* Choice between GD and Imagick when available | |
| 28 | +* Uses the native WordPress image editor with the best available server backend | |
| 29 | 29 | * Bulk optimization for older media when originals are preserved |
| 30 | 30 | * Clipboard paste support inside the WordPress media frame |
| 31 | 31 | * Optimization preview inside the settings screen |
| 32 | 32 | |
| @@ -100,10 +100,10 @@ | ||
| 100 | 100 | Yes. You can paste images from tools such as Photoshop, Illustrator, GIMP, Affinity, Finder, screenshots, and webpages directly into the WordPress media frame. |
| 101 | 101 | |
| 102 | 102 | == Screenshots == |
| 103 | 103 | |
| 104 | -1. QuickWebP optimization results compared with the original image | |
| 105 | -2. QuickWebP settings page | |
| 104 | +1. QuickWebP WebP optimization results compared with the original image | |
| 105 | +2. QuickWebP settings page and an explanation of the available options | |
| 106 | 106 | |
| 107 | 107 | == More from Webdeclic == |
| 108 | 108 | |
| 109 | 109 | QuickWebP is developed by Webdeclic. If you want a broader WordPress toolbox, also check [Webdeclic plugins](https://wordpress.org/plugins/search/webdeclic/). |
| @@ -115,25 +115,22 @@ | ||
| 115 | 115 | If you want to support the project, you can do it here: [Buy me a coffee](https://bmc.link/ludwig) |
| 116 | 116 | |
| 117 | 117 | == Changelog == |
| 118 | 118 | |
| 119 | -= 4.0.0 = | |
| 120 | -* Added QuickWebP Pro positioning with the AVIF upgrade path. | |
| 121 | -* Reworked the README and plugin metadata to clarify Free vs Pro features. | |
| 122 | -* Updated the QuickWebP Pro product link. | |
| 119 | += 4.1.2 = | |
| 120 | +* PERFORMANCE: Moved the optimization statistics migration out of admin requests and process it in small scheduled batches. | |
| 121 | +* PERFORMANCE: Replaced counted page-based migration queries with ID cursor pagination and no_found_rows. | |
| 122 | +* PERFORMANCE: Reduced bulk optimization option writes by persisting progress and statistics once per batch. | |
| 123 | +* FIX: Added expiring locks to prevent overlapping bulk optimization and statistics migration workers. | |
| 124 | +* FIX: Serialized cumulative statistics updates and preserved increments received during concurrent requests. | |
| 123 | 125 | |
| 124 | -= 3.3.1 = | |
| 125 | -* FIX: replace sanitize_filename() with sanitize_text_field() to preserve special characters in the filename for autocomplete seo features. | |
| 126 | += 4.1.1 = | |
| 127 | +* Better informations about pro version and AVIF format in settings page. | |
| 128 | +* Added cumulative image optimization statistics and an existing-media statistics migration. | |
| 126 | 129 | |
| 127 | -= 3.3.0 = | |
| 128 | -* UI/UX: Fully redesigned settings page with a modern card-based layout, quick navigation, and a live configuration summary. | |
| 129 | -* UX: Added first-configuration onboarding assistant with recommended presets for new sites vs existing sites. | |
| 130 | -* UX: Onboarding assistant is now shown only during first configuration. | |
| 131 | -* UX: Added live examples for SEO metadata automation and filename cleanup, including realistic filenames with spaces, apostrophes, and accents. | |
| 132 | -* UX: Live previews now update instantly when related options are checked/unchecked. | |
| 133 | -* LOGIC: Enforced coherent setting combinations for WebP display mode based on conversion and original-image preservation options. | |
| 134 | -* LOGIC: Display mode "Deactivate" is automatically forced when originals are not preserved or conversion is disabled. | |
| 135 | -* LOGIC: Display mode "Deactivate" is no longer selectable when originals are preserved and conversion is enabled. | |
| 136 | -* LOGIC: Bulk optimization is now available only when "Save original images" is enabled. | |
| 130 | += 4.1.0 = | |
| 131 | +* Added a Debug Mode setting with detailed logs written to a custom file in uploads/quickwebp. | |
| 132 | +* Improved image conversion compatibility by using the WordPress image editor only as a targeted fallback when GD cannot load the source format. | |
| 133 | +* Added a safety check to reject conversions from the WordPress image editor when the generated file is larger than the source. | |
| 137 | 134 | |
| 138 | 135 | |
| 139 | -[See changelog for all versions.](https://svn.wordpress.org/plugins/quickwebp/trunk/changelog.txt) | |
| 136 | +[See changelog for all versions.](https://plugins.svn.wordpress.org/quickwebp/trunk/changelog.txt) | |