# WordPress Plugin Assets

This folder contains assets for the WordPress.org plugin page. These files are deployed to the `assets/` folder in the WordPress SVN repository (separate from the plugin code in `trunk/`).

## Required Naming Convention

WordPress.org requires specific file names:

### Plugin Icon (displayed in plugin directory)
- `icon-128x128.png` - Standard icon (128x128 pixels)
- `icon-256x256.png` - Retina icon (256x256 pixels) ✅ Present

### Plugin Banner (displayed at top of plugin page)
- `banner-772x250.png` - Standard banner (772x250 pixels)
- `banner-1544x500.png` - Retina banner (1544x500 pixels)

### Screenshots (referenced in readme.txt)
- `screenshot-1.png` - First screenshot ✅ Present
- `screenshot-2.png` - Second screenshot ✅ Present
- `screenshot-3.png` - Third screenshot ✅ Present
- `screenshot-4.png` - Fourth screenshot ✅ Present
- `screenshot-5.png` - Fifth screenshot ✅ Present
- `screenshot-6.png` - Sixth screenshot ✅ Present

## Current Assets

| File | Purpose | Status |
|------|---------|--------|
| `icon-256x256.png` | Plugin icon (retina) | ✅ Present |
| `icon-128x128.png` | Plugin icon (standard) | ❌ Missing - create a 128x128 version |
| `banner-772x250.png` | Plugin banner | ❌ Missing - recommended |
| `screenshot-1.png` | Classic table layout | ✅ Present |
| `screenshot-2.png` | Modern card display | ✅ Present |
| `screenshot-3.png` | Custom themed widget | ✅ Present |
| `screenshot-4.png` | Premium pricing display | ✅ Present |
| `screenshot-5.png` | Elegant grid layout | ✅ Present |
| `screenshot-6.png` | IRR-based rates | ✅ Present |

## Adding New Screenshots

1. Add the image to this folder with name `screenshot-N.png` (where N is the next number)
2. Update `../currencypal-widget/readme.txt` to add a description in the `== Screenshots ==` section
3. Commit and deploy using the GitHub Action

## Deployment

Assets are automatically deployed when you run the "Deploy WordPress Plugin to SVN" GitHub Action. They are uploaded to the `assets/` folder in the WordPress SVN repository.
