Releases: alleyinteractive/wp-bulk-task
Releases · alleyinteractive/wp-bulk-task
Release list
v1.1.0
- 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.
v1.0.0
- Stable release 🎊
- Bump to PHP 8.1.
Full Changelog: v0.3.0...v1.0.0
v0.3.0
What's Changed
- New feature: Pass the current query object to the callback by @renatonascalves in #28
- Move query from local variable to class property by @renatonascalves in #29
- Remove stepping and max ID limit to improve performance by @kevinfodness in #33
Full Changelog: v0.2.3...v0.3.0
v0.2.3
Please see the changelog for details about this release.
v0.2.2
Please see the changelog for details about this release.
v0.2.1
Please see the changelog for details about this release.
v0.2.0
v0.1.2
- Bugfix: Fix corrupted query clause in subsequent tasks after a previous task is completed. Remove
posts_wherefilter after task is run.
v0.1.1
- Bugfix: Fix package type, use Composer default of "library" instead of "project"
v0.1.0
Initial release. Contains functionality for running bulk tasks and keeping track of progress between runs with a cursor.