Fixed: Single-entry detail card now uses inline style attributes instead of relying solely on enqueued/inline stylesheets, guaranteeing correct rendering in all hosting environments (including WordPress Playground) regardless of how the CSS pipeline behaves.
Added: Requires Plugins: contact-form-7 header so WordPress checks Contact Form 7 is installed/active before allowing activation.
Fixed: Removed raw <style> tag; styles now output exclusively via wp_enqueue_style() / wp_add_inline_style() and inline style attributes, per WordPress.org Plugin Check requirements.
1.3.0
Rebranded: Plugin renamed from “CF7 Entries Manager & Export” to “EntryVault for Contact Form 7”.
Updated: Text Domain changed to entryvault-contact-form-7 to match WordPress.org slug.
Updated: Admin menu labels and page titles updated to new branding.
Compatibility: All existing database tables, option names, hook names, and REST API endpoints are fully preserved — no migration required for existing users.
1.2.0
Fixed: Text Domain header updated to match WordPress.org plugin slug, resolving textdomain_mismatch error.