Releases: pointybeard/cron
Releases · pointybeard/cron
1.1.0
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
andpointybeard/property-bag
packages - Two new Exceptions to help give context:
LoadingTaskFailedException
andWritingTaskFailedException
- 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
Changed
- Shell extension compatibility update
1.0.2
v1.0.1
Maintenance. Cleaned up Readme and meta. Merged changes from symphonists/cron