# WordPress.org Plugin Assets

Place your plugin's banner, icon, and screenshot files in this directory.
They are deployed to the SVN `assets/` folder by the GitHub Actions workflow
and appear on the plugin's WordPress.org listing page.

---

## Icon

| File | Size | Notes |
|------|------|-------|
| `icon-128x128.png` | 128×128 px | Standard icon |
| `icon-256x256.png` | 256×256 px | Retina icon |

> SVG is also supported: `icon.svg` (must not contain JavaScript)

---

## Banner

| File | Size | Notes |
|------|------|-------|
| `banner-772x250.png` or `.jpg` | 772×250 px | Standard banner |
| `banner-1544x500.png` or `.jpg` | 1544×500 px | Retina banner |

---

## Screenshots

Screenshots are referenced in `readme.txt` under the `== Screenshots ==` section.
Number them sequentially:

| File | Corresponds to |
|------|---------------|
| `screenshot-1.png` | Screenshot 1 in readme.txt |
| `screenshot-2.png` | Screenshot 2 in readme.txt |
| ... | ... |

Recommended width: **1200px** (any height). PNG or JPG accepted.

---

## Notes

- These files are **not** included in the plugin download ZIP — they live only in the SVN `assets/` folder.
- Changes here are deployed automatically when you push a version tag (e.g. `v1.0.8`).
- Full docs: https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/
