Skip to content

Releases: alleyinteractive/wp-bulk-task

v1.1.0

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.

v1.0.0

Choose a tag to compare

@srtfisher srtfisher released this 13 Aug 17:21
f6a693e
  • Stable release 🎊
  • Bump to PHP 8.1.

Full Changelog: v0.3.0...v1.0.0

v0.3.0

Choose a tag to compare

@kevinfodness kevinfodness released this 22 Jul 18:04
0cf4e67

What's Changed

Full Changelog: v0.2.3...v0.3.0

v0.2.3

Choose a tag to compare

@renatonascalves renatonascalves released this 08 Apr 14:44
6fc381c

Please see the changelog for details about this release.

v0.2.2

Choose a tag to compare

@renatonascalves renatonascalves released this 13 Mar 13:25
193f030

Please see the changelog for details about this release.

v0.2.1

Choose a tag to compare

@renatonascalves renatonascalves released this 19 Jan 00:10
fed0898

Please see the changelog for details about this release.

v0.2.0

Choose a tag to compare

@mogmarsh mogmarsh released this 13 Dec 15:46
348147f

Adds support for flushing the cache with Object Cache Pro

v0.1.2

Choose a tag to compare

@emilyatmobtown emilyatmobtown released this 23 Dec 17:16
e0310be
  • Bugfix: Fix corrupted query clause in subsequent tasks after a previous task is completed. Remove posts_where filter after task is run.

v0.1.1

Choose a tag to compare

@kevinfodness kevinfodness released this 16 Nov 17:29
5e22e90
  • Bugfix: Fix package type, use Composer default of "library" instead of "project"

v0.1.0

Choose a tag to compare

@kevinfodness kevinfodness released this 16 Nov 17:09
848ed5e

Initial release. Contains functionality for running bulk tasks and keeping track of progress between runs with a cursor.