PluginProbe
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress / 4.0.0
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress v4.0.0
4.1.2 4.1.1 4.1.0 4.0.1 4.0.0 3.3.1 3.3.0 trunk 1.0.0 2.0.0 2.1.0 3.0.0 3.1.0 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8
quickwebp / changelog.txt

changelog.txt in QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress 4.0.0, at changelog.txt

71 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 == Changelog ==
2
3 = 4.0.0 =
4 * Added QuickWebP Pro positioning with the AVIF upgrade path.
5 * Reworked the README and plugin metadata to clarify Free vs Pro features.
6 * Updated the QuickWebP Pro product link.
7
8 = 3.3.1 =
9 * FIX: replace sanitize_filename() with sanitize_text_field() to preserve special characters in the filename for autocomplete seo features.
10
11 = 3.3.0 =
12 * UI/UX: Fully redesigned settings page with a modern card-based layout, quick navigation, and a live configuration summary.
13 * UX: Added first-configuration onboarding assistant with recommended presets for new sites vs existing sites.
14 * UX: Onboarding assistant is now shown only during first configuration.
15 * UX: Added live examples for SEO metadata automation and filename cleanup, including realistic filenames with spaces, apostrophes, and accents.
16 * UX: Live previews now update instantly when related options are checked/unchecked.
17 * LOGIC: Enforced coherent setting combinations for WebP display mode based on conversion and original-image preservation options.
18 * LOGIC: Display mode "Deactivate" is automatically forced when originals are not preserved or conversion is disabled.
19 * LOGIC: Display mode "Deactivate" is no longer selectable when originals are preserved and conversion is enabled.
20 * LOGIC: Bulk optimization is now available only when "Save original images" is enabled.
21
22 = 3.2.8 =
23 * SECURITY: Hardened AJAX attachment actions with capability and attachment validation.
24 * SECURITY: Undo optimization now deletes only expected generated WebP files inside uploads.
25
26 = 3.2.7 =
27 * FIX: Added support for EXIF orientation data during image optimization
28
29 = 3.2.6 =
30 * FIX: problem with lite speed cache plugin.
31
32 = 3.2.5 =
33 * FIX: problem with image weight after resize if "Do not compress images already in WebP" is enabled.
34
35 = 3.2.4 =
36 * FIX: problem with image weight after resize.
37
38 = 3.2.3 =
39 * FIX: problem with translation on WP 6.7.
40 * Add informations for migrate to WPMasterToolKit plugin.
41
42 = 3.2.2 =
43 * FIX: problem if an image file has a special character in the name.
44
45 = 3.2.1 =
46 * FIX: bug on bulk convertion.
47
48 = 3.2.0 =
49 * Add buymeacoffee link in settings page.
50
51 = 3.1.0 =
52 * Add new option on rewrite rules for webp images, for better compatibility with some website.
53
54 = 3.0.0 =
55 * Bulk convert images to webp format and preserve original images (for old media on your website).
56 * Copy paste image on Elementor supported.
57 * Preview feature in settings page.
58
59 = 2.1.0 =
60 * Add GD library, and assign by default.
61 * Select for switch between GD or Imagick library.
62 * Condition for convert only JPEG and PNG images (not GIF).
63 * Admin notices if error.
64 * Better compatibility with php extensions.
65
66 = 2.0.0 =
67 * Added new feature: paste image directly from clipboard (CTRL + V OR CMD + V) directly into the WP Media Frame.
68 * French translation added.
69
70 = 1.0.0 =
71 * First version.