Skip to content

Commit ce206ba

Browse files
author
Septiyan Nariyanto
committed
docs: show stable packagist version
1 parent 6c98035 commit ce206ba

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CI](https://github.com/nariyanto/wp-safe-staging-guard/actions/workflows/ci.yml/badge.svg)](https://github.com/nariyanto/wp-safe-staging-guard/actions/workflows/ci.yml)
44
[![Latest Release](https://img.shields.io/github/v/release/nariyanto/wp-safe-staging-guard?label=release)](https://github.com/nariyanto/wp-safe-staging-guard/releases)
5-
[![Packagist Downloads](https://img.shields.io/packagist/dt/nariyanto/wp-safe-staging-guard?label=packagist%20downloads)](https://packagist.org/packages/nariyanto/wp-safe-staging-guard)
5+
[![Packagist Version](https://img.shields.io/packagist/v/nariyanto/wp-safe-staging-guard?label=packagist)](https://packagist.org/packages/nariyanto/wp-safe-staging-guard)
66
[![PHP](https://img.shields.io/badge/PHP-%3E%3D%207.4-777bb4.svg)](https://www.php.net/)
77
[![WordPress](https://img.shields.io/badge/WordPress-%3E%3D%206.0-21759b.svg)](https://wordpress.org/)
88
[![License](https://img.shields.io/badge/license-GPL--2.0--or--later-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html)

docs/wordpress-org-submission-checklist.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This checklist prepares **Safe Staging Guard** for WordPress.org plugin director
1212
- License: `GPL-2.0-or-later`
1313
- Requires WordPress: `6.0+`
1414
- Requires PHP: `7.4+`
15-
- Current package status: GitHub release exists; Packagist exists and needs update after `v0.1.1` is tagged.
15+
- Current package status: GitHub release `v0.1.1` exists; Packagist exposes stable `v0.1.1`.
1616

1717
## Submission recommendation
1818

@@ -22,8 +22,7 @@ Recommended submission path:
2222

2323
1. Capture real WordPress.org screenshots from a clean WordPress/staging install.
2424
2. Run Plugin Check against the final release ZIP.
25-
3. Tag `v0.1.1`, update Packagist, and confirm a stable Packagist version is visible.
26-
4. Submit to WordPress.org only after explicit approval from Septiyan.
25+
3. Submit to WordPress.org only after explicit approval from Septiyan.
2726

2827
## 1. Plugin identity and metadata
2928

@@ -119,10 +118,10 @@ Final submission checks:
119118
- [x] GitHub release `v0.1.0` exists.
120119
- [x] Composer metadata exists.
121120
- [x] Packagist package exists.
122-
- [ ] Create `v0.1.1` after final submission-prep docs/scripts/assets are complete, because `v0.1.0` was tagged before `composer.json` existed.
123-
- [ ] After `v0.1.1`, update Packagist and confirm the package exposes a stable version.
124-
- [ ] If stable Packagist version exists, switch README badge from downloads to version.
125-
- [ ] Confirm GitHub release ZIP and WordPress.org submission ZIP are aligned.
121+
- [x] Create `v0.1.1` after final submission-prep docs/scripts/assets are complete, because `v0.1.0` was tagged before `composer.json` existed.
122+
- [x] After `v0.1.1`, update Packagist and confirm the package exposes a stable version.
123+
- [x] If stable Packagist version exists, switch README badge from downloads to version.
124+
- [x] Confirm GitHub release ZIP and WordPress.org submission ZIP are aligned.
126125

127126
## 7. WordPress.org submission form prep
128127

0 commit comments

Comments
 (0)