Skip to content

Releases: RamseyInHouse/wp-ramsey-batch

Snickering Serpent

11 Feb 17:43
Compare
Choose a tag to compare

This release updates the documentation for the plugin, and introduces the following notable changes:

  • Allows developers to customize the table that lists registered jobs in the WordPress admin.
  • If form inputs exist in any of the columns when a job is run, those their respective values are sent with the AJAX payload to be used, if desired.
  • Complies modern JavaScript into minified bundle for greater efficiency and browser support.

Confident Crocodile

20 Nov 13:19
Compare
Choose a tag to compare

Fixes bug where multiple batch jobs would only trigger first job.

When multiple batch jobs exist, the AJAX controller was only configured to target the very first batch job. We now pass the requested batch name into each AJAX request ensuring that the correct job is targeted and run.

Busily Blustering

12 Nov 18:30
Compare
Choose a tag to compare

Update README with code examples.

Adamant Alligator

12 Nov 17:31
Compare
Choose a tag to compare

Plugin framework for creating and running batch jobs in WordPress.