v1.0.1 – Release Workflow Fix
v1.0.1 – Release Workflow Fix
This update resolves issues in the GitHub Actions release workflow where the plugin slug was incorrectly detected during build. Previously, the workflow scanned the entire repository and could match plugin headers from other plugins or backup files, causing ZIP creation to fail.
Fixes
- Corrected auto-detection of the plugin main file by limiting the scan to the top-level directory.
- Ensures the correct plugin slug is used when building the release ZIP.
- Prevents accidental detection of unrelated plugin files or test headers.
- Improves reliability of version matching and ZIP packaging.
Notes
No functional changes were made to the plugin itself.
This update impacts GitHub release automation only.