Releases: deliciousbrains/wp-background-processing
Releases · deliciousbrains/wp-background-processing
1.3.1
What's Changed
- Added CODEOWNERS file by @bhardie in #114
- Ensure 1st healthcheck runs in the future, not immediately before dispatch by @ianmjones in #116
New Contributors
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Minimum PHP version is now 7.0
- Background processing class now accepts $allowed_classes in constructor by @eriktorsner in #112
- Minor fixes and code refactoring. by @kagg-design in #102
- Add note to README regarding PRs by @ianmjones in #108
- Increase timeout for non-blocking request. by @kagg-design in #103
New Contributors
- @kagg-design made their first contribution in #102
- @eriktorsner made their first contribution in #112
Full Changelog: 1.1.1...1.3.0
1.1.1
What's Changed
- Ensure task processing cleanly pauses or cancels as soon as possible by @ianmjones in #101
Full Changelog: 1.1.0...1.1.1
1.1.0
This release ports forward improvements made to WP Offload Media (WP Background Processing was originally extracted from it).
Improvements include:
- Incomplete batch records are updated more often for better visibility.
- It is now possible to throttle the processing to give the server a breather after each batch is processed.
- It is now possible to pause, resume and cancel a background process.
- It is now possible to check whether a background process has queued items, is running, is pausing or being cancelled, otherwise known as active.
- A background process now fires actions when it has been paused, resumed, cancelled or completed.
- It is now possible to fully clear all saved queue items.
- Adding multiple batches in the same PHP process no longer results in batches prepended with the data of previously added batches.
- Various minor improvements and updated README.
1.0.2
Tagging v1.0.2
1.0.1
Update license in composer.json