Skip to content

Commit

Permalink
Preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
asaquzzaman committed Sep 10, 2020
1 parent ff9608e commit ec44022
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion cpm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ec44022

Please sign in to comment.