Skip to content

Commit

Permalink
Deploying v2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
asaquzzaman committed May 5, 2020
1 parent 81d6fb3 commit adcf5b9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= v2.3.10 - May 05, 2020 =

* **Fix** Task load more is not working for co-worker.

= v2.3.9 - Apr 30, 2020 =

* **New** New function for getting tasks, messages, milestones, discussions, projects, comments, files, users.
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.3.9',
'version' => '2.3.10',
'api' => '2',
'db_version' => '2.3',
'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.3.9
* Version: 2.3.10
* 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.3.9",
"version": "2.3.10",
"description": "Front-end package manager for project manager",
"main": "index.js",
"directories": {
Expand Down
8 changes: 6 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.4
Tested up to: 5.4.1
Requires PHP: 5.6
Stable tag: 2.3.9
Stable tag: 2.3.10
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -239,6 +239,10 @@ A. Found any bugs? Please create an [issue](https://github.com/tareq1988/wp-proj

== Changelog ==

= v2.3.10 - May 05, 2020 =

* **Fix** Task load more is not working for co-worker.

= v2.3.9 - Apr 30, 2020 =

* **New** New function for getting tasks, messages, milestones, discussions, projects, comments, files, users.
Expand Down

0 comments on commit adcf5b9

Please sign in to comment.