Skip to content

Releases: deliciousbrains/wp-background-processing

1.3.1

28 Feb 13:43
6d1e481
Compare
Choose a tag to compare

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

08 Feb 14:36
33b7bc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.3.0

1.1.1

18 Jul 10:33
ebbed76
Compare
Choose a tag to compare

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

18 Apr 12:41
d5ef95c
Compare
Choose a tag to compare

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

31 Jul 07:05
Compare
Choose a tag to compare
Tagging v1.0.2

1.0.1

12 Feb 09:28
Compare
Choose a tag to compare
Update license in composer.json