From ac60bc36fe72126497b8ded55b0ef0da26de9724 Mon Sep 17 00:00:00 2001 From: Louis Ouellet Date: Tue, 11 Nov 2025 08:24:25 -0500 Subject: [PATCH 1/3] General: Version bumped to v0.0.52 --- VERSION | 2 +- info.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index fa5abd9..7682a0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.51 +v0.0.52 diff --git a/info.cfg b/info.cfg index 1d51831..570df97 100644 --- a/info.cfg +++ b/info.cfg @@ -4,8 +4,8 @@ "base": "tasks", "author": "LaswitchTech", "email": "support@laswitchtech.com", - "date": "2025-10-23", - "version": "v0.0.51", + "date": "2025-11-11", + "version": "v0.0.52", "tags": "tasks, management, workflowhub", "description": "Tasks Plugin for the LaswitchTech Core Framework.", "repository": "https://github.com/LaswitchTech/core-plugin-tasks", From 3a0352f525d4b726c73cb9b2bdc2c3cb4aee48f5 Mon Sep 17 00:00:00 2001 From: Louis Ouellet Date: Tue, 11 Nov 2025 08:28:04 -0500 Subject: [PATCH 2/3] General: Updated the default sorting. --- library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.js b/library.js index 5232123..f27d75d 100644 --- a/library.js +++ b/library.js @@ -1308,7 +1308,7 @@ builder.add('widgets','tasks', class extends builder.ComponentClass { } // Set Column Order - this._properties.datatable.order = [[7, 'asc']]; + this._properties.datatable.order = [[8, 'asc']]; // Setup Placeholder this._properties.datatable.initComplete = function(param) { From 17587195d940a7e5e2ea668b2d7b21bb0c1345d0 Mon Sep 17 00:00:00 2001 From: Louis Ouellet Date: Tue, 11 Nov 2025 08:28:36 -0500 Subject: [PATCH 3/3] General: Version bumped to v0.0.53 --- VERSION | 2 +- info.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7682a0e..4b4f9fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.52 +v0.0.53 diff --git a/info.cfg b/info.cfg index 570df97..21045e3 100644 --- a/info.cfg +++ b/info.cfg @@ -5,7 +5,7 @@ "author": "LaswitchTech", "email": "support@laswitchtech.com", "date": "2025-11-11", - "version": "v0.0.52", + "version": "v0.0.53", "tags": "tasks, management, workflowhub", "description": "Tasks Plugin for the LaswitchTech Core Framework.", "repository": "https://github.com/LaswitchTech/core-plugin-tasks",