== Typo Hunter Changelog ==

= 1.1.0 - February 2026 =
* 🎉 **NEW PRO VERSION**: Premium features now available!
* 📊 **Analytics Dashboard** - View comprehensive stats, 30-day trends, and most reported posts (Pro)
* 📧 **Email Notifications** - Instant, daily, and weekly digest options with configurable recipients (Pro)
* 📤 **Export Features** - Export reports to CSV or PDF with date/post filtering (Pro)
* 🎨 **Tabbed Admin Interface** - Modern, organized admin experience with Analytics, Reports, Settings, and Email tabs
* ⚡ **Enhanced Rate Limiting** - Pro users get 30 reports/hour (vs 5/hour for free)
* 🚀 **Performance Boost** - Added 5-minute object caching for analytics and reports list
* 🔒 **Security Enhancement** - Replaced md5() with wp_hash() for IP hashing
* 🏢 **VIP Compliance** - Fully WordPress VIP compliant (replaced file operations, optimized queries)
* 💾 **Query Optimization** - SELECT specific columns instead of SELECT *, added proper indexes
* 🔐 **Capability Checks** - Added current_user_can() checks on all admin methods
* 🐛 **Bug Fix**: Fixed admin notice display to prevent duplicates
* 📝 **Code Quality**: Improved error handling and logging throughout
* 🌐 **Freemius Integration** - Seamless license management and updates

= Version 1.0.1 - January 25, 2026 =

Enhancements:
* Added uninstall.php to properly clean up database table, options, and transients on plugin uninstall
* Plugin now fully namespaced (TypoHunter namespace) to prevent conflicts

Documentation:
* Updated readme.txt with PHP 8.1 minimum requirement

---

= Version 1.0.0 - December 2025 =

Initial Release:
* Lightning-fast keyboard shortcut (Ctrl/Cmd + Enter) for instant typo reporting
* Beautiful native HTML dialog interface
* Admin dashboard with sortable reports table
* Rate limiting (5 reports/hour per IP) to prevent spam
* Duplicate detection (5-minute window)
* Optional database logging
* Enterprise-grade security (SQL injection protection, nonce verification)
* PHP 8.1+ optimizations (typed properties, readonly, match expressions)
* Performance-first architecture (conditional asset loading, database indexes)
* Gamified user experience
* GDPR-friendly (no personal data stored)
* Works with any WordPress theme
* Compatible with all caching plugins
