codit_batch_operations 1.0.11

New features
  • #3514740: Add canBatchRun method & coding standards updates
    You can now use an optional method in your Batch to control if the Batch is allowed to run.
    public function canBatchRun(): bool {
        // do whatever logic is needed here to determine if the batch should be run, and return TRUE if yet or FALSE if no.

codit_batch_operations 1.0.7

Bug fixes

codit_batch_operations 1.0.1-rc1

New features

Major additions to round out the power of Codit: Batch Operations We can now optionally harness the power of cron to run BatchOperations.

codit_batch_operations 1.0.1-alpha1

Initial release of the module. Still under development. Use with caution.

At the moment this only supports running Batch Operation scripts from hook_update_n, post update and deploy functions.

codit_batch_operations 1.0.x-dev

This is just the starting framework for the module. The module will not shift to alpha until all issues marked 'critical' are closed.

Subscribe with RSS Subscribe to Releases for Codit: Batch Operations