Add the two screenshots from the assets/ folder to both README.md (GitHub) and readme.txt (WordPress.org), and commit the assets/ directory so the relative image references resolve.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
=== SoloFilters Image Enhancements ===
|
|
Contributors: ksolo
|
|
Tags: block, image, filter, instagram
|
|
Requires at least: 6.4
|
|
Tested up to: 6.6
|
|
Requires PHP: 7.4
|
|
Stable tag: 0.1.0
|
|
License: GPLv2 or later
|
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
Add Instagram-style CSS filters to images in the block editor.
|
|
|
|
== Description ==
|
|
|
|
This plugin registers a new "Filtered Image" block that lets users pick a
|
|
named filter preset and adjust its intensity. Filters are applied with CSS
|
|
only, so they are reversible, lightweight, and the original image keeps
|
|
its alt text.
|
|
|
|
== Screenshots ==
|
|
|
|
1. The block's inspector panel in the WordPress block editor. The filter
|
|
swatch grid sits in the right-hand sidebar alongside the intensity
|
|
slider.
|
|
|
|

|
|
|
|
2. All eight filter presets applied to the same image, side by side. From
|
|
left to right, top to bottom: Normal, Warm, Cool, Vivid, Fade, Mono,
|
|
Dramatic, Sepia.
|
|
|
|

|
|
|
|
== Changelog ==
|
|
|
|
= 0.1.0 =
|
|
* Initial release. |