1 Commits

Author SHA1 Message Date
dwindown
056cad44f9 docs: Add plugin zip guide and create distribution package
 Plugin Zip Created:
- File: woonoow.zip
- Size: 1.4MB (compressed)
- Location: /wp-content/plugins/woonoow.zip

📝 Created PLUGIN_ZIP_GUIDE.md:
- Step-by-step zipping process
- What to include/exclude
- Size optimization tips
- Testing checklist
- Automated script template
- Version management guide

 Zip Contents:
- All PHP files (includes/, *.php)
- Admin SPA build (admin-spa/dist/)
- Assets (icons, templates)
- Main plugin file (woonoow.php)
- README.md only (no other docs)

 Excluded from Zip:
- node_modules/
- admin-spa/src/ (source files)
- .git/
- All .md docs (except README.md)
- package.json, composer.json
- Dev config files

🎯 Ready for Distribution!
2025-11-15 22:11:24 +07:00