| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | Tags: project management, task management, task manager, project manager, team management |
| 5 | 5 | Requires at least: 5.6 |
| 6 | 6 | Tested up to: 7.1 |
| 7 | 7 | Requires PHP: 7.4 |
| 8 | -Stable tag: 6.0.4 | |
| 8 | +Stable tag: 6.0.6 | |
| 9 | 9 | License: GPLv3 or later |
| 10 | 10 | |
| 11 | 11 | Taskbuilder is an easy-to-use project and task management tool that helps teams organize work, track tasks, and improve productivity. It includes powerful task management, a visual Kanban board for efficient task tracking, team collaboration, task assignment, flexible user roles, and real-time task status updates. With intuitive project and task dashboards, Taskbuilder makes project planning, team collaboration, and workflow management simple for teams of all sizes. |
| 12 | 12 | |
| @@ -29,8 +29,9 @@ | ||
| 29 | 29 | - **Dashboard**: Get a quick overview of projects, tasks, and team workload in one centralized place. |
| 30 | 30 | - **Unlimited Projects**: Create unlimited projects with no restrictions, even in the free version. |
| 31 | 31 | - **Unlimited Tasks**:Create unlimited tasks with no restrictions, even in the free version. |
| 32 | 32 | - **Unlimited co-workers**: There is no limit to add co-workers. You can create any number of co-workers so that you can divide your workload. You can use wordpress's registered users as co-workers(manager, co-workers) or client. |
| 33 | +- **Free Subtasks**: Create and manage subtasks for better task organization, and convert subtasks into standalone tasks — completely free. | |
| 33 | 34 | - **Client Access Mode**: Add users with a client role to projects and tasks with controlled access. |
| 34 | 35 | - **Team Collaboration**: Work together with your team in real time. |
| 35 | 36 | - **Task Comment Mentions**: Mention team members directly in task comments using @mentions to notify and collaborate with the right people. |
| 36 | 37 | - **Ajax functionality**: Almost every functionality is Ajax based so that its operational speed is at its best. |
| @@ -127,8 +128,23 @@ | ||
| 127 | 128 | 9. Dashboard |
| 128 | 129 | 10.Dashboard chart view |
| 129 | 130 | |
| 130 | 131 | == Changelog == |
| 132 | += V 6.0.6(September 17,2026) = | |
| 133 | +* New: Added Subtasks - break a task down into child tasks with their own status and assignee, tracked separately from the main task list. | |
| 134 | +* New: Added a setting to show or hide Global Popup Notifications(Dashboard > Taskbuilder > Settings > General > Default Mention Notifications). | |
| 135 | +* New: Added Advanced Project Filters for easier project management and organization. | |
| 136 | +* New: Added an Appearance setting to customize the Project List header button color. | |
| 137 | +* Fix: Fixed a SQL injection vulnerability in task date filters. | |
| 138 | +* Fix: Fixed an issue where resetting filters in Archived Tasks displayed active tasks. | |
| 139 | +* Fix: Fixed Project Task Kanban filter reset issue. | |
| 140 | +* Fix: Fixed an issue where buttons were not displaying correctly in the Open Task view. | |
| 141 | +* Fix: Fixed a fatal error that occurred when the Timer add-on was deactivated. | |
| 142 | + | |
| 143 | += V 6.0.5(August 26,2026) = | |
| 144 | +* Improvement: Updated the Dashboard “View All” links to correctly redirect to Today’s Tasks, Upcoming Tasks etc. based on the selected section. | |
| 145 | +* Fix: Duplicate Project now correctly clones all tasks along with the project. | |
| 146 | + | |
| 131 | 147 | = V 6.0.4(August 22,2026) = |
| 132 | 148 | * Fix: Mention comment Notification not updated. |
| 133 | 149 | |
| 134 | 150 | = V 6.0.3(August 22,2026) = |