=== WebP Slim ===
Contributors: yodsira
Tags: webp, images, performance, optimization
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Converts images to WebP on upload and serves them with picture-source fallback, tracking every byte saved.

== Description ==

WebP Slim makes your media library lighter without breaking anything:

* Automatic conversion of new JPEG/PNG uploads to WebP (Imagick when available,
  GD with WebP support otherwise).
* Front-end replacement with `<picture><source type="image/webp">` markup and a
  full image fallback - browsers without WebP keep working, and existing
  <picture> blocks are never touched.
* Byte-exact savings tracking per attachment and a media library column with
  the numbers.
* Step-by-step bulk conversion that runs entirely in your browser - one image
  at a time, so timeouts are impossible.
* Polite free tier: 50 bulk conversions per month.
* Rollback: remove the WebP copies and the meta at any time; WebP siblings are
  cleaned up automatically when an attachment is deleted.

Upgrade to WebP Slim Pro for unlimited bulk conversion in batches of 20,
adjustable quality (10-100), AVIF output and all thumbnail sizes.

== Installation ==

1. Upload the `webp-slim` folder to `/wp-content/plugins/`.
2. Activate the plugin - uploads convert automatically from now on.
3. Open Settings → WebP Slim for the bulk converter.

== Changelog ==

= 1.0.0 =
* Initial release.
