Skip to content

Releases: Simbiat/Cron

2.1.2+20240701

01 Jul 17:03
12190f7
Compare
Choose a tag to compare

Added proper update logic to install()

2.1.1+20240522

22 May 15:35
6fc02a9
Compare
Choose a tag to compare

Fixed task order when queuing tasks

2.1.0+20240521

21 May 20:56
25e7ba0
Compare
Choose a tag to compare

Support "$cronInstance" as argument for task instances
Log task count in messages
Avoid additional delay when unhanging one-time instances
Fixes to errors handling when running tasks
Log thread exhaustion when in CLI

2.0.1+20240518

18 May 12:11
5c62203
Compare
Choose a tag to compare

Corrected a message type for log entry
Adjusted conditions for closing the thread
Minor order correction for installer SQL

2.0.0+20240514

14 May 18:01
ad260b6
Compare
Choose a tag to compare

Split class into 3 and made various minor improvements
Tasks and their instances can be marked as system ones to prevent deletion from class
Task instances can now be duplicated (need to have different values for instance field)
Now logs all events as they were shown in SSE stream, instead of just errors

1.5.1+20240407

07 Apr 15:41
0c872fb
Compare
Choose a tag to compare

Upped PHP version, minor optimizations

1.5.0+20230924

24 Sep 12:27
f885d1f
Compare
Choose a tag to compare

Changed timestamp fields to datetime to cover 2038 problem

1.4.2+20221010

10 Oct 16:14
910342b
Compare
Choose a tag to compare

Updated domain for website

1.4.1+20220809

09 Aug 08:54
Compare
Choose a tag to compare

Fixed paragraphs in Readme

1.4.0+20220219

19 Feb 18:55
Compare
Choose a tag to compare

If frequency of a job is being updated to 0 (one-time job), nextrun will not be updated, and priority can only be increased
Each missed run cycle (or day for one-time job) increases priority of a job