webp-converter-for-media
Last commit date
assets
7 months ago
includes
7 months ago
src
7 months ago
templates
7 months ago
vendor
7 months ago
vendor_prefixed
7 months ago
changelog.txt
7 months ago
readme.txt
7 months ago
webp-converter-for-media.php
7 months ago
changelog.txt
703 lines
| 1 | == Changelog == |
| 2 | |
| 3 | = 6.3.2 (2025-11-24) = |
| 4 | * `[Added]` Support for WordPress 6.9 |
| 5 | |
| 6 | = 6.3.1 (2025-11-09) = |
| 7 | * `[Fixed]` Support for Bunny CDN and BunnyCDN plugin |
| 8 | * `[Fixed]` Support for QUIC.cloud CDN |
| 9 | |
| 10 | = 6.3.0 (2025-10-28) = |
| 11 | * `[Changed]` Message about rewrites_uploads_blocked server configuration error |
| 12 | * `[Added]` Support for WordPress 6.9 |
| 13 | |
| 14 | = 6.2.4 (2025-09-09) = |
| 15 | * `[Fixed]` Deprecated notice for implicitly nullable parameter when converting images |
| 16 | |
| 17 | = 6.2.3 (2025-09-02) = |
| 18 | * `[Fixed]` Unknown error when converting images when file is unavailable or file size verification failed |
| 19 | |
| 20 | = 6.2.2 (2025-04-29) = |
| 21 | * `[Security]` Update of Axios HTTP client |
| 22 | |
| 23 | = 6.2.1 (2025-04-01) = |
| 24 | * `[Fixed]` Handling of excluded directories when uploading new images |
| 25 | * `[Added]` Error detection of required functions in disable_functions list in PHP configuration |
| 26 | * `[Added]` Support for WordPress 6.8 |
| 27 | |
| 28 | = 6.2.0 (2024-12-18) = |
| 29 | * `[Changed]` Minimum required PHP version from 7.0 to 7.1 |
| 30 | * `[Added]` Compatibility with PHP 8.4 |
| 31 | |
| 32 | = 6.1.3 (2024-11-19) = |
| 33 | * `[Fixed]` Translations in command registration for WP-CLI |
| 34 | * `[Added]` Support for WordPress 6.7 |
| 35 | |
| 36 | = 6.1.2 (2024-10-26) = |
| 37 | * `[Fixed]` Removing converted files after uninstalling plugin |
| 38 | |
| 39 | = 6.1.1 (2024-10-02) = |
| 40 | * `[Changed]` Bulk Optimization of Images section |
| 41 | |
| 42 | = 6.1.0 (2024-09-13) = |
| 43 | * `[Removed]` Filter `webpc_supported_source_directory` |
| 44 | * `[Fixed]` Handling of excluded directories when uploading new images |
| 45 | * `[Fixed]` Handling of excluded filenames when uploading new images |
| 46 | * `[Fixed]` Adding support for custom directories using webpc_source_directories filter |
| 47 | * `[Fixed]` Verification of rewrites_not_working server configuration error when HTTP referer is required |
| 48 | |
| 49 | = 6.0.0 (2024-08-28) = |
| 50 | * `[Fixed]` Generating statistics on plugin settings page when WebP format is unchecked |
| 51 | * `[Fixed]` Restoring original images in Media Library |
| 52 | * `[Changed]` Optimization statistics in Media Library |
| 53 | * `[Added]` Warnings with explanations in plugin settings field: Image loading mode |
| 54 | |
| 55 | = 5.13.1 (2024-08-04) = |
| 56 | * `[Changed]` Optimization statistics in Media Library |
| 57 | |
| 58 | = 5.13.0 (2024-06-27) = |
| 59 | * `[Fixed]` Filter `webpc_option_quality_levels` to change conversion quality levels |
| 60 | * `[Added]` Support for WordPress 6.6 |
| 61 | |
| 62 | = 5.12.5 (2024-04-15) = |
| 63 | * `[Fixed]` Modification of plugin settings via filters |
| 64 | |
| 65 | = 5.12.4 (2024-04-12) = |
| 66 | * `[Fixed]` Support for changed upload directory path based on absolute path from upload_path option |
| 67 | * `[Fixed]` UX of plugin settings page |
| 68 | * `[Changed]` Error message for rewrites_not_executed error in server configuration |
| 69 | |
| 70 | = 5.12.3 (2024-03-19) = |
| 71 | * `[Fixed]` Support for changed upload directory path based on upload_path option |
| 72 | |
| 73 | = 5.12.2 (2024-03-14) = |
| 74 | * `[Changed]` Verification of rewrites_not_executed server configuration error |
| 75 | * `[Added]` Support for changed upload directory path based on upload_path option |
| 76 | * `[Added]` Support for WordPress 6.5 |
| 77 | |
| 78 | = 5.12.1 (2024-02-15) = |
| 79 | * `[Fixed]` Verification of rewrites_not_executed server configuration error when there is also a problem with the Gd or Imagick libraries |
| 80 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 81 | * `[Added]` Possibility to add directory paths in the Excluded directories field in Advanced Settings |
| 82 | |
| 83 | = 5.12.0 (2024-01-18) = |
| 84 | * `[Changed]` Statistics about bulk optimization process |
| 85 | * `[Added]` Expert settings to overwrite paths for rewrite rules |
| 86 | * `[Added]` Improvement in verifying operation of redirections |
| 87 | |
| 88 | = 5.11.5 (2023-12-07) = |
| 89 | * `[Added]` Compatibility with PHP 8.3 |
| 90 | * `[Changed]` Error message for rewrites_not_executed error in server configuration |
| 91 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 92 | |
| 93 | = 5.11.4 (2023-11-13) = |
| 94 | * `[Fixed]` Removing WebP files converted for AVIF format from /uploads-webpc directory after uninstalling plugin |
| 95 | * `[Fixed]` Statistics of conversion progress in WP-CLI |
| 96 | * `[Changed]` Error message for rewrites_not_executed error in server configuration |
| 97 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 98 | * `[Changed]` Error message for rewrites_cached error in server configuration |
| 99 | |
| 100 | = 5.11.3 (2023-11-09) = |
| 101 | * `[Fixed]` Automatically conversion of images from /uploads directory, but not from Media Library |
| 102 | * `[Added]` Support for WordPress 6.4 |
| 103 | |
| 104 | = 5.11.2 (2023-10-16) = |
| 105 | * `[Added]` Button to expand/collapse list of directories to optimize in Bulk Optimization of Images section |
| 106 | * `[Added]` Notification about plugin requirements in WordPress Playground environment |
| 107 | |
| 108 | = 5.11.1 (2023-10-02) = |
| 109 | * `[Fixed]` Duplicated rewrite rules for .jpeg files |
| 110 | * `[Changed]` Error message for rewrites_not_executed error in server configuration |
| 111 | |
| 112 | = 5.11.0 (2023-09-27) = |
| 113 | * `[Added]` Ability to manually optimize selected images in Media Library |
| 114 | * `[Added]` Ability to manually undo optimization of selected images in Media Library |
| 115 | |
| 116 | = 5.10.1 (2023-09-10) = |
| 117 | * `[Fixed]` Detection of bypassing_apache error in server configuration |
| 118 | |
| 119 | = 5.10.0 (2023-09-09) = |
| 120 | * `[Fixed]` Removing files from /uploads-webpc directory after uninstalling plugin |
| 121 | * `[Changed]` Error message for rewrites_not_working error in server configuration |
| 122 | * `[Changed]` Verification of correct operation of rewrites from .htaccess file |
| 123 | * `[Added]` Changes to improve performance of plugin |
| 124 | * `[Added]` Changes to improve loading time of plugin settings |
| 125 | |
| 126 | = 5.9.6 (2023-08-25) = |
| 127 | * `[Changed]` Maximum weight of supported files from 25 MB to 32 MB |
| 128 | * `[Added]` Displaying image in its original format by adding "?original" suffix to image URL |
| 129 | * `[Added]` Removing converted WebP files after deleting WebP format from "Supported output formats" list |
| 130 | |
| 131 | = 5.9.5 (2023-07-31) = |
| 132 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 133 | * `[Added]` Clearing Cloudflare cache when activating and deactivating plugin |
| 134 | |
| 135 | = 5.9.4 (2023-07-12) = |
| 136 | * `[Added]` Support for Bunny CDN and BunnyCDN plugin |
| 137 | * `[Added]` Support for WordPress 6.3 |
| 138 | |
| 139 | = 5.9.3 (2023-07-04) = |
| 140 | * `[Fixed]` Corrupted filenames in image URLs using Bypassing Nginx loading mode |
| 141 | |
| 142 | = 5.9.2 (2023-07-03) = |
| 143 | * `[Fixed]` Suffix "-optimized" in image URLs using Bypassing Nginx loading mode |
| 144 | * `[Fixed]` Right-to-left styling of plugin settings page |
| 145 | * `[Added]` Error message when using WP-CLI when Conversion method is not available |
| 146 | |
| 147 | = 5.9.1 (2023-05-24) = |
| 148 | * `[Changed]` Error message for rewrites_not_executed error in server configuration |
| 149 | |
| 150 | = 5.9.0 (2023-05-20) = |
| 151 | * `[Fixed]` Conversion of images in WP-CLI using force flag |
| 152 | * `[Changed]` Error messages on plugin settings page |
| 153 | * `[Added]` Skipping backup files generated by other image optimization plugins |
| 154 | |
| 155 | = 5.8.6 (2023-04-29) = |
| 156 | * `[Fixed]` Generating XML files using Pass Thru loading mode |
| 157 | |
| 158 | = 5.8.5 (2023-04-07) = |
| 159 | * `[Added]` Skipping .jpg.webp, .jpeg.webp, .png.webp, and .gif.webp files generated by other image optimization plugins |
| 160 | * `[Added]` New parameter (to force reconversion) for webpc_convert_paths hook |
| 161 | * `[Added]` New parameter (to force reconversion) for webpc_convert_attachment hook |
| 162 | |
| 163 | = 5.8.4 (2023-03-20) = |
| 164 | * `[Fixed]` Generating rules in .htaccess file when real DOCUMENT_ROOT path is different from WordPress root directory |
| 165 | |
| 166 | = 5.8.3 (2023-03-09) = |
| 167 | * `[Fixed]` Converting images without EXIF data support using GD method |
| 168 | * `[Added]` Exception for blocked REST API endpoints by JWT Auth plugin |
| 169 | |
| 170 | = 5.8.2 (2023-03-02) = |
| 171 | * `[Changed]` Written content in plugin settings |
| 172 | * `[Added]` Support for WordPress 6.2 |
| 173 | |
| 174 | = 5.8.1 (2023-02-27) = |
| 175 | * `[Fixed]` Converting using GD method without `exif_read_data` function available |
| 176 | * `[Fixed]` Redirects of images using Bypassing Nginx loading mode |
| 177 | |
| 178 | = 5.8.0 (2023-02-20) = |
| 179 | * `[Fixed]` Generating output paths in WordPress Multisite Network |
| 180 | * `[Fixed]` Replacing URLs in Pass Thru loading mode for themes without get_header hook |
| 181 | * `[Changed]` Automatic clearing of cache generated by LiteSpeed Cache plugin |
| 182 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 183 | * `[Added]` Image loading mode: `Bypassing Nginx` (use when you have a problem with the bypassing_apache error) |
| 184 | * `[Added]` Support for defined /uploads directory using UPLOADS constant |
| 185 | * `[Added]` Support for Orientation parameter in EXIF data |
| 186 | * `[Added]` Automatic clearing of cache generated by Breeze plugin |
| 187 | * `[Added]` Automatic clearing of cache generated by Cache Enabler plugin |
| 188 | * `[Added]` Automatic clearing of cache generated by Hummingbird plugin |
| 189 | * `[Added]` Automatic clearing of cache generated by SiteGround Optimizer plugin |
| 190 | * `[Added]` Automatic clearing of cache generated by W3 Total Cache plugin |
| 191 | * `[Added]` Automatic clearing of cache generated by WP Fastest Cache plugin |
| 192 | * `[Added]` Automatic clearing of cache generated by WP-Optimize plugin |
| 193 | * `[Added]` Automatic clearing of cache generated by WP Super Cache plugin |
| 194 | * `[Added]` Support for defined value of WP_HOME for testing rewrites |
| 195 | |
| 196 | = 5.7.1 (2023-02-04) = |
| 197 | * `[Changed]` Verification of rewrites_not_executed server configuration error |
| 198 | |
| 199 | = 5.7.0 (2023-02-01) = |
| 200 | * `[Fixed]` Compatibility with PHP 8.2 |
| 201 | * `[Changed]` Layout of settings in Advanced Settings tab |
| 202 | * `[Added]` Error detection of blocked rewrites for images from /uploads directory |
| 203 | * `[Added]` Exception for blocked REST API endpoints by external plugins |
| 204 | |
| 205 | = 5.6.4 (2023-01-21) = |
| 206 | * `[Fixed]` Error detection of cached redirects of images to WebP files |
| 207 | |
| 208 | = 5.6.3 (2023-01-10) = |
| 209 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 210 | * `[Changed]` Error message for rewrites_not_executed error in server configuration |
| 211 | * `[Changed]` Error message for rewrites_cached error in server configuration |
| 212 | * `[Changed]` Error message for rewrites_not_working error in server configuration |
| 213 | * `[Changed]` Error message for token_invalid error in server configuration |
| 214 | * `[Changed]` Error message for token_limit error in server configuration |
| 215 | |
| 216 | = 5.6.2 (2023-01-05) = |
| 217 | * `[Changed]` List of extra features in Advanced settings |
| 218 | * `[Changed]` Notification about Cloudflare cache |
| 219 | * `[Added]` Ability to disable exclusion of converted images in backups generated by other plugins |
| 220 | * `[Added]` Error message for incorrect configuration of Cloudflare CDN cache |
| 221 | * `[Added]` Warning about unconverted images when deactivating plugin |
| 222 | * `[Added]` Warning when forcing all images to be reconverted |
| 223 | |
| 224 | = 5.6.1 (2022-12-28) = |
| 225 | * `[Fixed]` No support for .jpeg files in default plugin settings |
| 226 | * `[Added]` Ability to auto clear Cloudflare CDN cache (beta version) |
| 227 | |
| 228 | = 5.6.0 (2022-12-21) = |
| 229 | * `[Added]` Ability to convert images from /cache directory |
| 230 | * `[Added]` Automatic cleaning of LiteSpeed Cache |
| 231 | * `[Added]` Exception for blocked REST API endpoints by Disable REST API plugin |
| 232 | * `[Added]` Exception for blocked REST API endpoints by Disable WP REST API plugin |
| 233 | * `[Added]` Exception for blocked REST API endpoints by WordPress REST API Authentication plugin |
| 234 | |
| 235 | = 5.5.1 (2022-11-29) = |
| 236 | * `[Fixed]` Cache for REST API responses using LiteSpeed Cache plugin |
| 237 | * `[Changed]` Authorization method for REST API endpoints |
| 238 | |
| 239 | = 5.5.0 (2022-11-22) = |
| 240 | * `[Removed]` Error logging to debug.log file |
| 241 | * `[Changed]` Content of welcome notice after plugin installation |
| 242 | * `[Added]` Exclusion of directories from converting images in plugin settings |
| 243 | * `[Added]` Instruction in "Conversion strategy" field in plugin settings |
| 244 | * `[Added]` Possibility to disable rewrite inheritance in .htaccess files in plugin settings |
| 245 | |
| 246 | = 5.4.2 (2022-11-14) = |
| 247 | * `[Added]` Possibility to re-convert files that have not been successfully converted (service mode must be active) |
| 248 | |
| 249 | = 5.4.1 (2022-11-13) = |
| 250 | * `[Fixed]` Forcing images larger than original to be re-converted |
| 251 | |
| 252 | = 5.4.0 (2022-11-12) = |
| 253 | * `[Fixed]` Converting using a Remote server when response is empty |
| 254 | * `[Changed]` URLs for REST API endpoints |
| 255 | * `[Added]` Conversion of missing images after selecting "Automatic removal of files in output formats larger than original" option |
| 256 | * `[Added]` Exclusion of files conversion from /wpmc-trash directory generated by Media Cleaner plugin |
| 257 | * `[Added]` Exclusion of files conversion from /__MACOSX directory |
| 258 | |
| 259 | = 5.3.1 (2022-10-12) = |
| 260 | * `[Added]` Error handling while connecting to REST API |
| 261 | |
| 262 | = 5.3.0 (2022-10-11) = |
| 263 | * `[Removed]` Action `webpc_convert_dir` |
| 264 | * `[Removed]` Filter `webpc_dir_files` |
| 265 | * `[Fixed]` Support for WordPress older than version 5.3 |
| 266 | * `[Added]` List of files for optimization in tree form |
| 267 | * `[Added]` Handling unknown errors while converting with Imagick method |
| 268 | |
| 269 | = 5.2.4 (2022-09-27) = |
| 270 | * `[Changed]` Messages displayed during bulk optimization of images |
| 271 | * `[Added]` Debug information about registered image sub-sizes |
| 272 | |
| 273 | = 5.2.3 (2022-09-23) = |
| 274 | * `[Added]` Debug information about disabled functions |
| 275 | |
| 276 | = 5.2.2 (2022-09-15) = |
| 277 | * `[Fixed]` Closing of admin notice |
| 278 | |
| 279 | = 5.2.1 (2022-09-14) = |
| 280 | * `[Fixed]` Deleting converted files during plugin uninstallation |
| 281 | |
| 282 | = 5.2.0 (2022-09-10) = |
| 283 | * `[Fixed]` Re-conversion of images modified after previous conversion |
| 284 | * `[Added]` Optimization statistics in Media Upload Popup |
| 285 | * `[Added]` Filter `webpc_source_directories` to add support for custom directories |
| 286 | |
| 287 | = 5.1.0 (2022-08-28) = |
| 288 | * `[Fixed]` Exclusion of converted files from backup generated by UpdraftPlus plugin |
| 289 | * `[Added]` Optimization statistics in Media Library |
| 290 | |
| 291 | = 5.0.1 (2022-08-26) = |
| 292 | * `[Removed]` Filter `webpc_uploads_prefix` |
| 293 | * `[Fixed]` Calculating number of images to convert in WP-CLI |
| 294 | * `[Fixed]` Converting files that contain plus sign in filename |
| 295 | * `[Changed]` Notification asking to clear cache for LiteSpeed |
| 296 | * `[Added]` Exclusion of converted files from backup generated by All-in-One WP Migration plugin |
| 297 | * `[Added]` Exclusion of converted files from backup generated by UpdraftPlus plugin |
| 298 | * `[Added]` Exclusion of converted files from backup generated by BackWPup plugin |
| 299 | |
| 300 | = 5.0.0 (2022-08-20) = |
| 301 | * `[Changed]` Information about plugin operation and technical support on plugin settings page |
| 302 | * `[Changed]` Labels of options in plugin settings |
| 303 | * `[Changed]` Option field for configuration of quality level |
| 304 | * `[Changed]` Widget for conversion process |
| 305 | * `[Added]` Filter `webpc_htaccess_cache_control_private` to disable Cache-Control as private |
| 306 | * `[Added]` Statistics on number of converted images |
| 307 | * `[Added]` Tabs for plugin settings |
| 308 | |
| 309 | = 4.5.1 (2022-07-22) = |
| 310 | * `[Removed]` Notification asking to clear cache for Cloudways |
| 311 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 312 | |
| 313 | = 4.5.0 (2022-07-15) = |
| 314 | * `[Changed]` Plugin name from "WebP Converter to Media" to "Converter for Media" |
| 315 | * `[Removed]` "Browser Caching for files in output formats" option in plugin settings (will be active always) |
| 316 | * `[Removed]` "Force redirections to output formats for all domains" option in plugin settings (will be active always) |
| 317 | * `[Fixed]` Error handling about unreadable source or output path |
| 318 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 319 | * `[Changed]` Error message for rewrites_not_executed error in server configuration |
| 320 | * `[Added]` Limit of 3 attempts to image regeneration to avoid infinity loops |
| 321 | * `[Added]` Debug information about saved plugin data |
| 322 | * `[Added]` Notification asking to clear cache for Cloudways |
| 323 | * `[Added]` Action `webpc_after_conversion` to operation on output path after image conversion |
| 324 | * `[Added]` Filter `webpc_htaccess_mod_rewrite_inherit` to disable mod_rewrite inheritance |
| 325 | * `[Added]` Filter `webpc_htaccess_mod_rewrite_referer` to disable redirections to output formats for other domains |
| 326 | |
| 327 | = 4.4.1 (2022-06-30) = |
| 328 | * `[Added]` Inheritance of mod_rewrite rules from parent directories |
| 329 | * `[Added]` Support for custom /wp-content directory name |
| 330 | |
| 331 | = 4.4.0 (2022-06-19) = |
| 332 | * `[Changed]` Calculation of number of images to be converted |
| 333 | * `[Added]` Resizing of images before conversion |
| 334 | * `[Added]` Notification asking to clear cache for LiteSpeed |
| 335 | |
| 336 | = 4.3.6 (2022-06-03) = |
| 337 | * `[Fixed]` Notification about Cloudflare cache |
| 338 | |
| 339 | = 4.3.5 (2022-06-02) = |
| 340 | * `[Changed]` Generating rewrite rules for via .htaccess loading mode (applies to rewrites_not_working server configuration error) |
| 341 | |
| 342 | = 4.3.4 (2022-05-10) = |
| 343 | * `[Changed]` Generating rewrite rules for via .htaccess loading mode (applies to rewrites_not_working server configuration error) |
| 344 | * `[Changed]` Message about rewrites_not_executed server configuration error |
| 345 | |
| 346 | = 4.3.3 (2022-05-08) = |
| 347 | * `[Fixed]` Calculation of number of images to be converted |
| 348 | * `[Added]` Filter `webpc_option_quality_levels` to change conversion quality levels |
| 349 | |
| 350 | = 4.3.2 (2022-04-20) = |
| 351 | * `[Added]` Conversion skip for animated GIF images |
| 352 | * `[Added]` New information about status of image conversion |
| 353 | * `[Added]` Ability to convert only to AVIF format |
| 354 | |
| 355 | = 4.3.1 (2022-04-05) = |
| 356 | * `[Fixed]` Generating rewrite rules for via .htaccess loading mode |
| 357 | |
| 358 | = 4.3.0 (2022-04-01) = |
| 359 | * `[Fixed]` Authorization of access to REST API |
| 360 | * `[Changed]` Description of plugin operation in plugin settings |
| 361 | * `[Added]` Command "wp webp-converter calculate" for WP-CLI |
| 362 | * `[Added]` Command "wp webp-converter regenerate" for WP-CLI |
| 363 | * `[Added]` Converting .webp files to AVIF format |
| 364 | * `[Added]` Support for environments where DOCUMENT_ROOT is different from WordPress installation directory |
| 365 | |
| 366 | = 4.2.4 (2022-03-01) = |
| 367 | * `[Fixed]` Generating paths for via .htaccess loading mode |
| 368 | |
| 369 | = 4.2.3 (2022-02-27) = |
| 370 | * `[Fixed]` Closing of admin notice |
| 371 | |
| 372 | = 4.2.2 (2022-02-21) = |
| 373 | * `[Changed]` Error message for bypassing_apache error in server configuration |
| 374 | * `[Added]` Automatic continuation of conversion process after connection lost |
| 375 | * `[Added]` ICC/ICM profile support for conversion using Imagick |
| 376 | * `[Added]` Notification asking to clear cache for Cloudflare |
| 377 | |
| 378 | = 4.2.1 (2022-02-17) = |
| 379 | * `[Fixed]` Cache settings for .htaccess rewrites |
| 380 | * `[Added]` Limit for error messages displayed while converting |
| 381 | * `[Added]` Support for plain permalink structure |
| 382 | |
| 383 | = 4.2.0 (2022-02-13) = |
| 384 | * `[Removed]` Action `webpc_regenerate_all` |
| 385 | * `[Fixed]` Issue with plugin settings after changing Gd or Imagick library configuration |
| 386 | * `[Fixed]` Server configuration error detection when cURL is disabled |
| 387 | * `[Fixed]` URL for the server configuration tab |
| 388 | * `[Changed]` Automatically conversion of images after upload |
| 389 | * `[Changed]` Automatically conversion of images from outside the Media Library |
| 390 | * `[Changed]` Message for conversion error when converted file is larger than original |
| 391 | * `[Added]` List of allowed file extensions for cache rules in .htaccess file |
| 392 | * `[Added]` Status of automatic image conversion on the top bar in the WordPress Dashboard |
| 393 | * `[Added]` Debug information about plugin settings |
| 394 | |
| 395 | = 4.1.2 (2022-01-29) = |
| 396 | * `[Fixed]` Validation of authorization token when images regeneration |
| 397 | * `[Fixed]` Validation of loaded images using Pass Thru method |
| 398 | |
| 399 | = 4.1.1 (2022-01-19) = |
| 400 | * `[Fixed]` Loading images with special character in filename using Pass Thru method |
| 401 | * `[Changed]` Error messages on plugin settings page |
| 402 | * `[Added]` Value hiding for access token in plugin settings |
| 403 | |
| 404 | = 4.1.0 (2022-01-12) = |
| 405 | * `[Fixed]` Auto-generation of rewrite rules for Multisite Network |
| 406 | * `[Fixed]` Detection of server configuration error related to non-working rewrites |
| 407 | * `[Fixed]` URL validation for Pass Thru loading mode |
| 408 | * `[Fixed]` Verification of supported formats by Imagick |
| 409 | * `[Changed]` Error messages on plugin settings page |
| 410 | * `[Changed]` Styles for plugin settings page |
| 411 | * `[Added]` Debug information about PHP configuration |
| 412 | |
| 413 | = 4.0.5 (2022-01-04) = |
| 414 | * `[Changed]` Modal when deactivating plugin |
| 415 | |
| 416 | = 4.0.4 (2021-12-30) = |
| 417 | * `[Changed]` Message after successfully completing conversion of images |
| 418 | |
| 419 | = 4.0.3 (2021-12-20) = |
| 420 | * `[Security]` Added URL validation for Pass Thru loading mode ([CVE-2021-25074](https://wpscan.com/vulnerability/f3c0a155-9563-4533-97d4-03b9bac83164/)) |
| 421 | * `[Fixed]` Auto-conversion images with unsupported extensions when uploading files |
| 422 | * `[Fixed]` Generating directory paths when ABSPATH constant is invalid |
| 423 | |
| 424 | = 4.0.2 (2021-12-17) = |
| 425 | * `[Fixed]` Fetching large list of files to conversion |
| 426 | * `[Fixed]` Rewrites caching for some servers |
| 427 | * `[Changed]` Connection when converting using remote server |
| 428 | |
| 429 | = 4.0.1 (2021-12-10) = |
| 430 | * `[Added]` Informational banners on plugin settings page |
| 431 | |
| 432 | = 4.0.0 (2021-12-04) = |
| 433 | * `[Added]` Converting images using remote server |
| 434 | * `[Added]` Converting images to AVIF format |
| 435 | * `[Added]` Error detection for invalid permalinks structure |
| 436 | |
| 437 | = 3.2.4 (2021-11-21) = |
| 438 | * `[Fixed]` Automatic image conversion when /uploads directory is not organized into monthly and yearly folders |
| 439 | * `[Fixed]` Displaying errors when converting images |
| 440 | |
| 441 | = 3.2.3 (2021-10-15) = |
| 442 | * `[Added]` Exclusion of re-converting images that caused regeneration error |
| 443 | |
| 444 | = 3.2.2 (2021-09-26) = |
| 445 | * `[Changed]` Option "Force redirections to WebP for all domains" as default |
| 446 | * `[Added]` Debug information for regeneration error |
| 447 | |
| 448 | = 3.2.1 (2021-09-12) = |
| 449 | * `[Fixed]` Skipping converted images when converting all images |
| 450 | |
| 451 | = 3.2.0 (2021-09-12) = |
| 452 | * `[Removed]` Filter `webpc_files_paths` |
| 453 | * `[Removed]` Filter `webpc_dir_excluded` |
| 454 | * `[Changed]` Error handling when converting images |
| 455 | * `[Added]` Filter `webpc_supported_source_file` to exclude paths to files from converting |
| 456 | * `[Added]` Filter `webpc_supported_source_directory` to exclude paths to directories from converting |
| 457 | * `[Added]` Modifications to appearance of plugin settings page |
| 458 | |
| 459 | = 3.1.1 (2021-09-08) = |
| 460 | * `[Fixed]` Generating .htaccess files for multisite websites |
| 461 | * `[Changed]` Fields on plugin settings page |
| 462 | * `[Changed]` Server configuration error detection |
| 463 | |
| 464 | = 3.1.0 (2021-09-02) = |
| 465 | * `[Fixed]` Default state of notice displaying |
| 466 | * `[Added]` Error detection for server that does not supports using .htaccess files from custom locations |
| 467 | |
| 468 | = 3.0.8 (2021-07-25) = |
| 469 | * `[Fixed]` Compatibility of plugin settings for multisite websites |
| 470 | |
| 471 | = 3.0.7 (2021-07-19) = |
| 472 | * `[Added]` Changes to improve performance of plugin |
| 473 | |
| 474 | = 3.0.6 (2021-06-20) = |
| 475 | * `[Fixed]` Generating URLs for images using Pass Thru method |
| 476 | * `[Added]` Filter `webpc_passthru_url_nocache` to remove nocache param from URL using Pass Thru method |
| 477 | |
| 478 | = 3.0.5 (2021-06-09) = |
| 479 | * `[Fixed]` Handling of filters for changing directory paths |
| 480 | * `[Fixed]` Converting using Imagick method for 100% image quality |
| 481 | * `[Changed]` Default conversion method from Gd to Imagick |
| 482 | |
| 483 | = 3.0.4 (2021-05-28) = |
| 484 | * `[Fixed]` Caching rewrites on CDN and Proxy servers |
| 485 | |
| 486 | = 3.0.3 (2021-05-22) = |
| 487 | * `[Fixed]` Rewrite rules for via .htaccess loading mode |
| 488 | |
| 489 | = 3.0.2 (2021-05-22) = |
| 490 | * `[Fixed]` Rewrite rules for servers where DOCUMENT_ROOT is different from ABSPATH |
| 491 | |
| 492 | = 3.0.1 (2021-05-09) = |
| 493 | * `[Fixed]` Filters using for change server paths |
| 494 | * `[Added]` Excluding directories when uploading images to Media Library |
| 495 | |
| 496 | = 3.0.0 (2021-05-02) = |
| 497 | * `[Removed]` Filter `webpc_get_values` |
| 498 | * `[Removed]` Filter `webpc_get_options` |
| 499 | * `[Removed]` Filter `webpc_get_methods` |
| 500 | * `[Changed]` Error messages on plugin settings page |
| 501 | * `[Added]` Conversion of images to multiple output formats |
| 502 | * `[Added]` Compatibility with NextGEN Gallery plugin |
| 503 | * `[Added]` Data displayed on "Server configuration" tab on plugin settings page |
| 504 | * `[Added]` Changes to improve performance of plugin |
| 505 | |
| 506 | = 2.4.0 (2021-02-28) = |
| 507 | * `[Fixed]` Error detection of redirects without .png as supported file extension |
| 508 | * `[Fixed]` Pass Thru loading mode for servers not supporting `getallheaders()` function |
| 509 | * `[Changed]` Level of error for cached redirects of images to WebP files |
| 510 | * `[Added]` Skip re-converting images that were larger than original after converting to WebP |
| 511 | |
| 512 | = 2.3.0 (2021-01-31) = |
| 513 | * `[Fixed]` Encoding paths to files |
| 514 | * `[Fixed]` Retaining PNG transparency using Gd method |
| 515 | * `[Added]` Cron to convert images uploaded to Media Library |
| 516 | |
| 517 | = 2.2.0 (2021-01-13) = |
| 518 | * `[Added]` Support for WordPress Multisite |
| 519 | |
| 520 | = 2.1.3 (2020-12-28) = |
| 521 | * `[Fixed]` Regex for Pass Thru loading mode |
| 522 | |
| 523 | = 2.1.2 (2020-12-27) = |
| 524 | * `[Fixed]` Converting images using Imagick method |
| 525 | |
| 526 | = 2.1.1 (2020-12-21) = |
| 527 | * `[Fixed]` Modal when deactivating plugin |
| 528 | |
| 529 | = 2.1.0 (2020-12-21) = |
| 530 | * `[Changed]` Structure of conversion methods |
| 531 | * `[Changed]` Structure of error detection methods |
| 532 | |
| 533 | = 2.0.1 (2020-12-16) = |
| 534 | * `[Fixed]` Actions initiated after plugin update |
| 535 | |
| 536 | = 2.0.0 (2020-12-16) = |
| 537 | * `[Removed]` Filter `webpc_uploads_path` |
| 538 | * `[Removed]` Filter `webpc_uploads_webp` |
| 539 | * `[Removed]` Filter `webpc_uploads_dir` |
| 540 | * `[Removed]` Filter `webpc_uploads_root` |
| 541 | * `[Changed]` Error messages in administration panel |
| 542 | * `[Added]` Image loading mode: `Pass Thru` (without rewrites in .htacces files or Nginx configuration) |
| 543 | * `[Added]` Filter `webpc_dir_name` to change default directory paths |
| 544 | * `[Added]` Filter `webpc_site_root` to change path for root installation directory of WordPress |
| 545 | * `[Added]` Filter `webpc_site_url` to change Site URL of WordPress |
| 546 | |
| 547 | = 1.6.0 (2020-12-12) = |
| 548 | * `[Added]` Escaping functions for translated phrases |
| 549 | * `[Added]` Error codes in error messages on plugin settings page |
| 550 | * `[Added]` Modal when deactivating plugin |
| 551 | |
| 552 | = 1.5.1 (2020-11-02) = |
| 553 | * `[Changed]` Error messages related to non-working redirects from .htaccess file |
| 554 | |
| 555 | = 1.5.0 (2020-10-28) = |
| 556 | * `[Added]` Filter `webpc_files_paths` to modify paths of images to be converted |
| 557 | * `[Added]` Filter `webpc_convert_error` to management of errors content displayed during conversion |
| 558 | * `[Added]` Filter `webpc_convert_errors` to management of errors displayed during conversion |
| 559 | |
| 560 | = 1.4.6 (2020-10-23) = |
| 561 | * `[Fixed]` Error detection of non-working redirects without .png as supported file extension |
| 562 | |
| 563 | = 1.4.5 (2020-10-19) = |
| 564 | * `[Fixed]` Content for translations |
| 565 | |
| 566 | = 1.4.4 (2020-10-18) = |
| 567 | * `[Changed]` Information after conversion process is completed |
| 568 | |
| 569 | = 1.4.3 (2020-09-30) = |
| 570 | * `[Changed]` Directory for error detection of non-working redirects of images to WebP files |
| 571 | * `[Changed]` Button for `Server configuration` tab |
| 572 | * `[Added]` Information about error detection in `Server configuration` tab |
| 573 | |
| 574 | = 1.4.2 (2020-08-24) = |
| 575 | * `[Fixed]` Cache-Control for redirects of images to WebP files |
| 576 | * `[Added]` Error detection of cached redirects of images to WebP files |
| 577 | |
| 578 | = 1.4.1 (2020-08-19) = |
| 579 | * `[Changed]` Error detection method on plugin settings page |
| 580 | * `[Added]` Error detection of non-working redirects of images to WebP files |
| 581 | |
| 582 | = 1.4.0 (2020-08-13) = |
| 583 | * `[Security]` Added validation of saved settings values |
| 584 | * `[Removed]` Filter `webpc_notice_url` |
| 585 | * `[Changed]` Error messages for server requirements |
| 586 | * `[Changed]` Loading CSS and JS files only on plugin settings page |
| 587 | * `[Changed]` Minor changes for plugin settings page |
| 588 | * `[Added]` Blocking redirects to WebP when displaying images on other domains |
| 589 | * `[Added]` Cron to automatically regenerate new images outside of Media Library |
| 590 | * `[Added]` Filter `webpc_cron_interval` to change cron interval |
| 591 | * `[Added]` Error message for incorrect plugin settings |
| 592 | * `[Added]` Error when converting when WebP file is larger than original and has been deleted |
| 593 | * `[Added]` Notice after plugin installation with description of first steps |
| 594 | * `[Added]` Option to log errors while converting to debug.log file |
| 595 | * `[Added]` Option to preserve metadata for WebP files *(available for Imagick library)* |
| 596 | * `[Added]` Value of `ABSPATH` in `Server configuration` tab |
| 597 | |
| 598 | = 1.3.1 (2020-07-03) = |
| 599 | * `[Fixed]` Text Domain for Internationalization |
| 600 | |
| 601 | = 1.3.0 (2020-06-12) = |
| 602 | * `[Removed]` Ability to skip converting existing images when `Regenerate All` |
| 603 | * `[Fixed]` Creating `/uploads-webpc` directory webpc after re-activation plugin |
| 604 | * `[Fixed]` Error message about not supporting old PHP version |
| 605 | * `[Fixed]` Ignoring case sensitivity when verifying image extensions |
| 606 | * `[Changed]` Error messages when converting images |
| 607 | * `[Changed]` New argument for filter `webpc_htaccess_mod_rewrite` and support for multiple .htaccess files |
| 608 | * `[Added]` Converting all images from `/uploads` directory *(also other than from Media Library)*. |
| 609 | * `[Added]` Converting images from `/plugins` directory |
| 610 | * `[Added]` Converting images from `/themes` directory |
| 611 | * `[Added]` Information about used filters in `Server configuration` tab |
| 612 | * `[Added]` Option to force all images to be converted again when `Regenerate All` |
| 613 | |
| 614 | = 1.2.7 (2020-06-11) = |
| 615 | * `[Changed]` Moving converted WebP files to `/uploads-webpc/uploads` directory from `/uploads-webpc` directory *(**required manual configuration change for Nginx and WordPress Multisite**)* |
| 616 | * `[Changed]` Validation when converting images |
| 617 | |
| 618 | = 1.2.6 (2020-05-28) = |
| 619 | * `[Fixed]` Removal of WebP files larger than original during upload |
| 620 | |
| 621 | = 1.2.5 (2020-05-10) = |
| 622 | * `[Removed]` Link to plugin settings on Network Admin Screen for WordPress Multisite |
| 623 | * `[Fixed]` Path in RewriteRule for WordPress Multisite |
| 624 | * `[Changed]` Error messages in administration panel |
| 625 | * `[Added]` Support for `disable_functions` setting for using `set_time_limit` function |
| 626 | * `[Added]` Support for blocked function `file_get_contents` |
| 627 | |
| 628 | = 1.2.4 (2020-04-24) = |
| 629 | * `[Changed]` Error messages in administration panel |
| 630 | * `[Added]` Action `webpc_delete_paths` to delete images by paths |
| 631 | |
| 632 | = 1.2.3 (2020-04-15) = |
| 633 | * `[Added]` Blocking server cache for rewrite rules |
| 634 | * `[Added]` Detecting whether requests to images are processed by server bypassing Apache |
| 635 | |
| 636 | = 1.2.2 (2020-04-08) = |
| 637 | * `[Changed]` Moving rules for modules `mod_mime` and `mod_expires` to `/uploads-webpc/.htaccess` file |
| 638 | * `[Changed]` New argument for filter `webpc_htaccess_rules` with server path of file |
| 639 | |
| 640 | = 1.2.1 (2020-04-07) = |
| 641 | * `[Removed]` Filter `webpc_option_disabled` |
| 642 | * `[Fixed]` Converting images multiple times when uploading to Media Library |
| 643 | * `[Added]` Action `webpc_convert_paths` to convert images by paths |
| 644 | * `[Added]` Action `webpc_convert_attachment` to convert images by Post ID |
| 645 | |
| 646 | = 1.2.0 (2020-04-05) = |
| 647 | * `[Changed]` Moving rules from .htaccess file in root directory of WordPress to `/wp-content/uploads` directory |
| 648 | * `[Added]` Ability to disable automatic removal of WebP files larger than original |
| 649 | * `[Added]` Error validation for a non-writable .htaccess file |
| 650 | * `[Added]` Filter `webpc_uploads_root` to change path for root installation directory of WordPress |
| 651 | |
| 652 | = 1.1.2 (2020-03-03) = |
| 653 | * `[Added]` Zero padding at end for odd-sized WebP files using `GD` library |
| 654 | |
| 655 | = 1.1.1 (2020-02-13) = |
| 656 | * `[Changed]` Unknown error handling when converting images |
| 657 | * `[Added]` Ability to skip converting existing images when `Regenerate All` |
| 658 | * `[Added]` Button for simple checking of server configuration |
| 659 | |
| 660 | = 1.1.0 (2020-02-10) = |
| 661 | * `[Fixed]` Support for WordPress installation in subdirectory |
| 662 | * `[Fixed]` Error detecting WebP support by Imagick |
| 663 | |
| 664 | = 1.0.9 (2020-01-03) = |
| 665 | * `[Added]` Limit of maximum image resolution limit using `GD` library |
| 666 | |
| 667 | = 1.0.8 (2019-12-19) = |
| 668 | * `[Fixed]` File deletion for custom paths with converted WebP files |
| 669 | * `[Changed]` Rules management in .htaccess file when activating or deactivating plugin |
| 670 | * `[Added]` Error detection system in server configuration |
| 671 | * `[Added]` Blocking image conversion when `GD` or `Imagick` libraries are unavailable |
| 672 | |
| 673 | = 1.0.7 (2019-12-17) = |
| 674 | * `[Changed]` Rewrite rules in .htaccess file |
| 675 | * `[Added]` Custom path support for original uploads files |
| 676 | * `[Added]` Custom path support for saving converted WebP files |
| 677 | * `[Added]` Filter `webpc_uploads_path` to change path for original uploads files |
| 678 | * `[Added]` Filter `webpc_uploads_webp` to change path for saving converted WebP files |
| 679 | |
| 680 | = 1.0.6 (2019-11-06) = |
| 681 | * `[Changed]` Way of generating file path _(without `ABSPATH`)_ |
| 682 | * `[Added]` Automatic deletion of converted files larger than original |
| 683 | |
| 684 | = 1.0.5 (2019-09-16) = |
| 685 | * `[Added]` Information on available FAQ |
| 686 | |
| 687 | = 1.0.4 (2019-07-11) = |
| 688 | * `[Changed]` Limits of maximum execution time |
| 689 | |
| 690 | = 1.0.3 (2019-06-26) = |
| 691 | * `[Security]` Fixed CSRF vulnerability when saving plugin settings ([CVE-2019-15834](https://wpscan.com/vulnerability/65483794-f22f-41c7-b286-fd70c38ae160/)) |
| 692 | |
| 693 | = 1.0.2 (2019-06-25) = |
| 694 | * `[Changed]` Error messages |
| 695 | * `[Added]` Tab in Settings page about server configuration |
| 696 | |
| 697 | = 1.0.1 (2019-06-23) = |
| 698 | * `[Security]` Added permission check for endpoints in REST API |
| 699 | * `[Added]` Error handler for undefined `GD` extension |
| 700 | |
| 701 | = 1.0.0 (2019-06-16) = |
| 702 | * The first stable release |
| 703 |