Releases: alleyinteractive/wp-bulk-task
Releases · alleyinteractive/wp-bulk-task
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_where
filter 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.