Fixed case sensitivity bugs where uppercase-prefixed option names, AJAX actions, and DOM element IDs in the PHP codebase did not match lowercase selectors in JS and CSS, causing plugin actions to fail.
1.3.1
Fixed ReferenceError: joopeterewb_params is not defined in administrative scripts.
1.3.0
Fixed short description length to satisfy WordPress.org requirements (under 150 characters).
Refactored email dispatcher to use chunked AJAX batch sending (10 emails per request) to prevent PHP timeout errors and mail server congestion.
1.2.0
Added a 10-second cancelable countdown before sending emails to prevent accidental sends.
Added a bulk “Retry Failed Emails” action button in the Tools control center.
Added a selective “Clear Success Logs” button to retain failed dispatches.
Added sender tracking to record the name of the user who sent each email.
Added automatic log expiration and pruning settings (7, 14, 30, 90, 180 days, or Forever).
Enhanced Control Center UI with flex button layouts and responsive columns.
1.1.0
Rebranded and renamed the plugin to JooPeter Email to Product Buyers for WooCommerce.
Refactored all classes, functions, constants, translation text domains, CSS classes, and JS parameters to prevent naming collisions.
1.0.1
Refactored code into a modular structure (separate CSS/JS/PHP).
Added object caching for database queries to improve performance.