Skip to content

v1.1.0

Latest

Choose a tag to compare

@srtfisher srtfisher released this 17 Jul 13:55
5277022
  • Migrate cursors to a interface: Alley\WP_Bulk_Task\Cursor\Cursor.
  • Deprecated the Alley\WP_Bulk_Task\Cursor class, which now extends the Alley\WP_Bulk_Task\Cursor\Option_Cursor class. Preserved the old class for backward compatibility.
  • Added a new Alley\WP_Bulk_Task\Cursor\Memory_Cursor class that does not store the cursor in the database.