# WordPress.org display assets

Drop the plugin's **icon**, **banner**, and **screenshot** images in this folder using the exact filenames below. On every tagged release, `.github/workflows/deploy.yml` (via `10up/action-wordpress-plugin-deploy`) automatically syncs this folder's contents into the WordPress.org SVN `assets/` directory — no manual `svn` commands needed.

This folder is excluded from the plugin zip via `.distignore` (`/.wordpress-org`) — nothing here ships to end users; it's only used for the wordpress.org/plugins listing page.

## Expected files

```
.wordpress-org/
├── icon-256x256.png        Primary plugin icon (required)
├── icon-128x128.png        Fallback icon
├── banner-772x250.png      Standard header banner
├── banner-1544x500.png     Retina header banner (optional)
├── screenshot-1.png        First screenshot shown on the listing page
├── screenshot-2.png
└── screenshot-3.png        ...up to screenshot-10.png
```

Filenames must match exactly (lowercase, hyphens, correct dimensions in the name) or WordPress.org will ignore the file. See [WORDPRESS_ORG_ASSETS_GUIDE.md](../WORDPRESS_ORG_ASSETS_GUIDE.md) for full specs, design tips, and the manual SVN fallback method.

Screenshot **captions** are not set here — they come from the numbered list under `== Screenshots ==` in `readme.txt`, matched by index (`screenshot-1.png` ↔ list item 1, etc.). Keep that list in sync with whatever screenshots are placed in this folder.
