PluginProbe
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress / 4.0.1
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress v4.0.1
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.1, at changelog.txt

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