Release v0.9.9 - #37
Merged
Merged
Conversation
firstelementjp
commented
Apr 6, 2026
firstelementjp
left a comment
Owner
Author
There was a problem hiding this comment.
Review Summary
This PR prepares the v0.9.9 release with comprehensive documentation updates to align the .github/skills directory with the current plugin implementation.
Key Changes Reviewed
- Documentation Refresh: All skills documentation updated to reflect current architecture
- Build Commands: Verified
composer phpcsandnpm run lint:jstarget correct directories - Security Guidance: Updated temporary file cleanup to use
wp_delete_file()consistently - Environment Setup: Streamlined for Swift CSV local development (removed AI-centric examples)
Verification Points
- All file references updated to current paths
- Class names match current implementation
- Build commands work as documented
- No breaking changes introduced
Recommendation
Ready to merge - This is a documentation-only release that improves developer experience without functional changes. All documentation now accurately reflects the current plugin architecture and development workflow.
Release Notes
Ready to merge to main and tag v0.9.9.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.9.9 Release
Highlights
.github/skillsdocumentation to reflect current plugin architecture and development workflowDocumentation Updates
Technical Details
wp_delete_file()assets/js/structureVerification
composer phpcsproperly targetsincludes/npm run buildandnpm run lint:jswork as documentedBreaking Changes
None
Security
Checklist