Skip to content

Commit 080e977

Browse files
authored
Merge pull request #39 from LaswitchTech/dev
General: Version bumped to v0.0.40
2 parents 49071cb + de4fc04 commit 080e977

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.39
1+
v0.0.40

View/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
builder.Layout('index',"#layout",{
66
endpoint: '/tasks/fetchAll',
77
conditions: [
8+
{key: 'assignedTo', operator: '=', value: USER_ID},
89
{key: 'isActive', operator: '=', value: 1},
910
{key: 'isArchived', operator: '=', value: 0},
1011
{key: 'isCompleted', operator: '=', value: 0},

info.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"base": "tasks",
55
"author": "LaswitchTech",
66
"email": "support@laswitchtech.com",
7-
"date": "2025-10-16",
8-
"version": "v0.0.39",
7+
"date": "2025-10-20",
8+
"version": "v0.0.40",
99
"tags": "tasks, management, workflowhub",
1010
"description": "Tasks Plugin for the LaswitchTech Core Framework.",
1111
"repository": "https://github.com/LaswitchTech/core-plugin-tasks",

0 commit comments

Comments
 (0)