diff --git a/changelog.txt b/changelog.txt index d34b64ab6..2d830e2c0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -= v2.4.3 - Sep Upcoming, 2020 = += v2.4.3 - Sep 10, 2020 = **Update** In dashboard project menu bar has been rearranged. **Update** In single task now user can navigate to project and task list. diff --git a/config/app.php b/config/app.php index 7bc6ab0af..b826e691a 100644 --- a/config/app.php +++ b/config/app.php @@ -3,7 +3,7 @@ return [ 'name' => 'Project Manager', 'slug' => 'pm', - 'version' => '2.4.2', + 'version' => '2.4.3', 'api' => '2', 'db_version' => '2.4', 'text_domain' => 'pm', diff --git a/cpm.php b/cpm.php index 145f51e99..4176972d3 100644 --- a/cpm.php +++ b/cpm.php @@ -5,7 +5,7 @@ * Description: WordPress Project Management plugin. Manage your projects and tasks, get things done. * Author: weDevs * Author URI: https://wedevs.com - * Version: 2.4.2 + * Version: 2.4.3 * Text Domain: wedevs-project-manager * Domain Path: /languages * License: GPL2 diff --git a/package.json b/package.json index d1c6ad58e..711a83f05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pmapi", - "version": "2.4.2", + "version": "2.4.3", "description": "Front-end package manager for project manager", "main": "index.js", "directories": { diff --git a/readme.txt b/readme.txt index cccbe0c12..f751b4e83 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: tareq1988, nizamuddinbabu, wedevs, asaquzzaman Donate Link: https://tareq.co/donate/ Tags: project, project manager, project management, web project management, task manager, online collaboration tool, Requires at least: 4.4 or higher -Tested up to: 5.5 +Tested up to: 5.5.1 Requires PHP: 5.6 -Stable tag: 2.4.2 +Stable tag: 2.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -262,6 +262,15 @@ A. Found any bugs? Please create an [issue](https://github.com/tareq1988/wp-proj == Changelog == += v2.4.3 - Sep 10, 2020 = + +**Update** In dashboard project menu bar has been rearranged. +**Update** In single task now user can navigate to project and task list. +**Fix** Co-worker can not be deleted in self created task comment. +**Fix** In frontend project manager date picker was not showing in single task. +**Fix** In my task, task create form did not change the list even the project has been change. +**Fix** Project title was missing from my-task. + = v2.4.2 - Aug 26, 2020 = * **Fix** Single task popup is not appearing.