Skip to content

Releases: pointybeard/cron

1.1.0

23 Sep 05:31
Compare
Choose a tag to compare

Changed

  • Updated content pages to work with changes to CronTask class
  • Tasks are now saved as JSON instead of XML
  • CronTask extends pointybeard/property-bag
  • Database access is handled by pointybeard/symphony-pdo instead of passing a database object around
  • Streamlined saving process

Added

  • Requires pointybeard/symphony-pdo and pointybeard/property-bag packages
  • Two new Exceptions to help give context: LoadingTaskFailedException and WritingTaskFailedException
  • Added 'force' property. This will trigger the task to run once regardless of it's next execution time
  • Several new constants added to CronTask

1.0.3

22 Sep 00:40
Compare
Choose a tag to compare

Changed

  • Shell extension compatibility update

1.0.2

22 Sep 00:40
Compare
Choose a tag to compare

Changed

  • Updated README to include PHP 5.4.* or greater as a requirement (Closes #1)
  • Improved the composer.json and committed the vendor folder as it includes the autoloader (Closes #2)

v1.0.1

28 Jul 00:49
Compare
Choose a tag to compare

Maintenance. Cleaned up Readme and meta. Merged changes from symphonists/cron