Update WordPress.org documentation with correct plugin slug and version numbers
This commit is contained in:
@ -14,9 +14,9 @@ When submitting a plugin to WordPress.org, you'll work with an SVN repository th
|
|||||||
banner-1544x500.png
|
banner-1544x500.png
|
||||||
screenshot-1.png
|
screenshot-1.png
|
||||||
/tags/ # Contains tagged releases
|
/tags/ # Contains tagged releases
|
||||||
/1.6.27/
|
/2.2.3/
|
||||||
[plugin files]
|
[plugin files]
|
||||||
/1.6.26/
|
/2.2.2-stable/
|
||||||
[plugin files]
|
[plugin files]
|
||||||
/trunk/ # Contains the current version of the plugin
|
/trunk/ # Contains the current version of the plugin
|
||||||
[plugin files]
|
[plugin files]
|
||||||
@ -28,8 +28,6 @@ For languages that read from right to left (like Hebrew and Arabic), you can pro
|
|||||||
- `banner-772x250-rtl.png`
|
- `banner-772x250-rtl.png`
|
||||||
- `icon-256x256-rtl.png`
|
- `icon-256x256-rtl.png`
|
||||||
|
|
||||||
Note: `-rtl` is specifically for Right-to-Left language support, not for dark theme versions.
|
|
||||||
|
|
||||||
## Asset Requirements
|
## Asset Requirements
|
||||||
|
|
||||||
### Icon
|
### Icon
|
||||||
@ -71,20 +69,20 @@ Note: `-rtl` is specifically for Right-to-Left language support, not for dark th
|
|||||||
- When you receive SVN access, use these commands:
|
- When you receive SVN access, use these commands:
|
||||||
```bash
|
```bash
|
||||||
# Check out the repository
|
# Check out the repository
|
||||||
svn checkout https://plugins.svn.wordpress.org/fix-plugin-does-not-exist-notices/
|
svn checkout https://plugins.svn.wordpress.org/wp-fix-plugin-does-not-exist-notices/
|
||||||
|
|
||||||
# Copy plugin files to trunk
|
# Copy plugin files to trunk
|
||||||
cp -r [your-local-plugin-files]/* fix-plugin-does-not-exist-notices/trunk/
|
cp -r [your-local-plugin-files]/* wp-fix-plugin-does-not-exist-notices/trunk/
|
||||||
|
|
||||||
# Copy assets to assets directory
|
# Copy assets to assets directory
|
||||||
cp .wordpress-org/assets/icon-256x256.png fix-plugin-does-not-exist-notices/assets/
|
cp .wordpress-org/assets/icon-256x256.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
cp .wordpress-org/assets/icon-128x128.png fix-plugin-does-not-exist-notices/assets/
|
cp .wordpress-org/assets/icon-128x128.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
cp .wordpress-org/assets/banner-772x250.png fix-plugin-does-not-exist-notices/assets/
|
cp .wordpress-org/assets/banner-772x250.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
cp .wordpress-org/assets/banner-1544x500.png fix-plugin-does-not-exist-notices/assets/
|
cp .wordpress-org/assets/banner-1544x500.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
cp .wordpress-org/assets/screenshot-1.png fix-plugin-does-not-exist-notices/assets/
|
cp .wordpress-org/assets/screenshot-1.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
|
|
||||||
# Add new files
|
# Add new files
|
||||||
cd fix-plugin-does-not-exist-notices
|
cd wp-fix-plugin-does-not-exist-notices
|
||||||
svn add --force trunk/*
|
svn add --force trunk/*
|
||||||
svn add --force assets/*
|
svn add --force assets/*
|
||||||
|
|
||||||
|
@ -53,9 +53,9 @@ When submitting to WordPress.org, your SVN repository will have this structure:
|
|||||||
banner-1544x500.png
|
banner-1544x500.png
|
||||||
screenshot-1.png
|
screenshot-1.png
|
||||||
/tags/
|
/tags/
|
||||||
/1.6.27/
|
/2.2.3/
|
||||||
[plugin files]
|
[plugin files]
|
||||||
/1.6.26/
|
/2.2.2-stable/
|
||||||
[plugin files]
|
[plugin files]
|
||||||
/trunk/
|
/trunk/
|
||||||
[current plugin files]
|
[current plugin files]
|
||||||
@ -68,11 +68,11 @@ When submitting to WordPress.org, your SVN repository will have this structure:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Copy assets to WordPress.org SVN assets directory
|
# Copy assets to WordPress.org SVN assets directory
|
||||||
cp .wordpress-org/assets/icon-256x256.png /path/to/wordpress-svn/assets/
|
cp .wordpress-org/assets/icon-256x256.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
cp .wordpress-org/assets/icon-128x128.png /path/to/wordpress-svn/assets/
|
cp .wordpress-org/assets/icon-128x128.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
cp .wordpress-org/assets/banner-772x250.png /path/to/wordpress-svn/assets/
|
cp .wordpress-org/assets/banner-772x250.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
cp .wordpress-org/assets/banner-1544x500.png /path/to/wordpress-svn/assets/
|
cp .wordpress-org/assets/banner-1544x500.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
cp .wordpress-org/assets/screenshot-1.png /path/to/wordpress-svn/assets/
|
cp .wordpress-org/assets/screenshot-1.png wp-fix-plugin-does-not-exist-notices/assets/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
Reference in New Issue
Block a user