v0.11-alpha
Pre-release
Pre-release
Pre-Release Update
🎨 UI & UX Improvements
- Admin UI Redesign: Completely redesigned the admin report interface with Tailwind CSS integration for a modern, responsive layout.
- Batch Processing UI: Improved the user interface for admin cache batch processing operations.
🚀 New Features
- Cache Warming: Added functionality to "warm" the cache, improving report generation performance.
- Enhanced Filtering: Added new filters to the admin report to help narrow down audit data.
🛠 Build & Automation
- Automated Releases: Added a GitHub Actions workflow to automatically build and package the plugin upon release creation.
- Build Scripts: Introduced a
build.shscript that generates production-ready ZIP files, automatically including vendor dependencies while excluding development files. - Repository Cleanup: Updated
.gitignoreto properly excludevendor/and.idea/directories, ensuring a cleaner version control history.
📚 Documentation & Safety
- QA Safety: Updated the QA test plan with critical safety notes regarding Stripe key management to prevent accidental overwrites.