Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@pointybeard pointybeard released this 23 Sep 05:31
· 55 commits to master since this release

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