- Migrate cursors to a interface:
Alley\WP_Bulk_Task\Cursor\Cursor. - Deprecated the
Alley\WP_Bulk_Task\Cursorclass, which now extends theAlley\WP_Bulk_Task\Cursor\Option_Cursorclass. Preserved the old class for backward compatibility. - Added a new
Alley\WP_Bulk_Task\Cursor\Memory_Cursorclass that does not store the cursor in the database.