v1.1.3
Changes
Fix cron schedule registration — cron_schedules filter moved from inside the init callback to the class constructor, ensuring custom intervals (aiem_5min, aiem_15min) are registered in all execution contexts including direct wp-cron.php requests.
Process Queue Now button — Workflows page now has a Process Queue Now button that directly flushes pending workflow emails via AJAX without relying on WP-Cron loopback requests. Useful on hosts that block loopback HTTP connections or for immediate testing.