WordPress.org SVN Assets Directory Preparation
===============================================

This directory is currently used for the plugin's frontend and backend CSS/JS (`assets/css` and `assets/js`).

However, for the official WordPress.org plugin directory submission via SVN, you need specific image assets to show up on the plugin's listing page. 

IMPORTANT SVN STRUCTURE NOTE:
When you upload this plugin to the WordPress.org SVN repository, the structure will look like this:

/tags (for version releases)
/trunk (your actual plugin code, i.e., everything in this root folder except the SVN assets below)
/assets (THIS IS FOR REPOSITORY ASSETS ONLY, NOT PLUGIN CSS/JS)

For WordPress SVN, the `/assets` folder at the root of the SVN repository MUST contain your promotional images. 

Please prepare the following image placeholders and place them in the SVN `/assets` directory (NOT inside the plugin's `/trunk/assets` directory, but the SVN root `/assets`):

1. icon-256x256.png (The square logo icon that appears in search results. Dimensions: 256x256px)
2. icon-128x128.png (Alternative size for the icon)
3. banner-772x250.png (The header banner on the plugin page. Dimensions: 772x250px)
4. banner-1544x500.png (High-res retina version of the banner. Dimensions: 1544x500px)
5. screenshot-1.png (Admin Meetings List)
6. screenshot-2.png (Add/Edit Meeting)
7. screenshot-3.png (Plugin Settings)
8. screenshot-4.png (Frontend Shortcode Render)

Do NOT include these promotional images in the zipped plugin file you distribute elsewhere, as they will unnecessarily bloat the download size. They are only meant for the WordPress.org SVN `/assets` folder.
