Skip to content

v1.0.0

Choose a tag to compare

@michalsn michalsn released this 29 Mar 17:32
· 1 commit to develop since this release
8d0c0f8

This is the first stable release of CodeIgniter Tasks for CodeIgniter 4.

CodeIgniter Tasks brings a native task scheduler to CodeIgniter 4, making it easy to define scheduled work in code and run it from a single cron entry. Tasks can execute framework commands, URLs, and queue jobs, while giving developers a clean fluent API for building schedules.

Highlights

  • Fluent task scheduling for CodeIgniter 4
  • Support for commands, shell, events, URLs, and queue jobs
  • Timezone-aware scheduling
  • Rich frequency helpers, including hourly, monthly, specific times of day, and custom cron expressions
  • Next-run calculation for better visibility into schedules
  • CLI commands to publish config, list tasks, run the scheduler, and enable or disable task execution

Contributors

Thanks to all contributors who helped shape this first release:
@ChoMPi0, @colethorsen, @datamweb, @ddevsr, @kenjis, @kloukas, @lonnieezell, @MGatner, @michalsn, @muhannad17, @samsonasik, and @yassinedoghri.

Full Changelog: https://github.com/codeigniter4/tasks/commits/v1.0.0