Skip to content

Release v0.9.9 - #37

Merged
firstelementjp merged 2 commits into
mainfrom
develop
Apr 6, 2026
Merged

Release v0.9.9#37
firstelementjp merged 2 commits into
mainfrom
develop

Conversation

@firstelementjp

Copy link
Copy Markdown
Owner

v0.9.9 Release

Highlights

  • Refreshed .github/skills documentation to reflect current plugin architecture and development workflow
  • Updated build and lint commands to target proper source directories
  • Improved troubleshooting guides with current file paths and class names
  • Streamlined environment setup for local development (removed AI-centric examples)

Documentation Updates

  • SKILL.md: Updated repository layout, architecture decisions, and quick reference
  • Architecture: Refreshed hook architecture for unified import/export flow
  • Conventions: Updated coding standards and environment setup for Swift CSV development
  • Troubleshooting: Fixed outdated file references and updated cleanup patterns

Technical Details

  • All temporary file cleanup examples now use wp_delete_file()
  • Import/export flow documentation aligned with current unified AJAX handlers
  • JS module references updated to current assets/js/ structure
  • Environment setup focused on Swift CSV local development (direnv, WP-CLI, Composer, npm)

Verification

  • composer phpcs properly targets includes/
  • npm run build and npm run lint:js work as documented
  • All documentation references current file names and class structures

Breaking Changes

None

Security

  • Updated temporary file cleanup guidance to cover all execution paths (success, error, exception, cancellation)

Checklist

  • Version strings updated
  • Documentation refreshed
  • Build commands verified
  • Local release validation passes

@firstelementjp firstelementjp left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 phpcs and npm run lint:js target 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.

@firstelementjp
firstelementjp merged commit fabbf14 into main Apr 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants