Skip to content

v0.11-alpha

Pre-release
Pre-release

Choose a tag to compare

@schoedel-learn schoedel-learn released this 13 Jan 18:58
6337e28

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.sh script that generates production-ready ZIP files, automatically including vendor dependencies while excluding development files.
  • Repository Cleanup: Updated .gitignore to properly exclude vendor/ 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.