=== MediaHue – Webp Converter For WordPress ===
Contributors: solankisoftware
Donate link: https://paypal.me/kirtikumar89
Tags: webp, image optimization, performance, media, converter
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Simple MediaHue – Webp Converter for WordPress. Convert JPG/PNG on upload, serve WebP on frontend, and bulk convert existing media easily.

== Description ==

MediaHue – Webp Converter for WordPress automatically generates WebP versions of your JPG/PNG images during upload and serves them on the frontend when available. It also includes Media Library tools for bulk conversion and cleanup.

**Key features**

* Convert JPG/PNG to WebP on upload
* Optional WebP for original files and all registered sizes
* Serve WebP on frontend with browser support detection
* Bulk convert existing media in batches
* Bulk delete generated WebP files
* Media Library column with one‑click WebP generation
* Optional cleanup of WebP files when attachments are deleted

== Installation ==

1. Upload the plugin to `/wp-content/plugins/mediahue-webp-converter/` or install it from the Plugins screen.
2. Activate the plugin through the Plugins menu in WordPress.
3. Go to Media → MediaHue WebP Tools.

== Frequently Asked Questions ==

= Does this replace original images? =
No. By default originals are kept and WebP files are generated alongside them.

= Will WebP be served to unsupported browsers? =
No. When browser support detection is enabled, WebP is only served if the browser supports it.

= Can I bulk convert existing media? =
Yes. Use Media → MediaHue WebP and run batches until complete.

= Which image types are supported? =
JPG and PNG uploads are converted. WebP uploads are allowed.

== Screenshots ==

1. Settings screen with conversion options page

== Changelog ==
= 1.0.2 =
* Fixed batch limit input selection issue.
* Added input validation with fallback value (50).
* Increased AJAX timeout and PHP execution time for large batches.
* Ensured consistent batch processing with ID ASC ordering.
* Updated batch logic to process one batch per run.
* Added loading indicators for convert/delete actions.
* Added dedicated folder for WebP files with automatic creation.
* Improved file organization and cache busting.

= 1.0.1
* Improve Design and Set Bacth process using Ajax
* Added Progressbar in the webp process

= 1.0.0 =
* Initial release with WebP conversion, serving, and media tools.

== Upgrade Notice ==

= 1.0.0 =
Initial release.