Skip to content

Commit

Permalink
Merge branch 'release/2.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
asaquzzaman committed Dec 19, 2018
2 parents 09c8acb + 7b71ba6 commit 811ee2e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
= v2.0.9 - Dec 19, 2018 =

* **New** Update user from overview page.
* **New** Move tasks from one list to another.
* **Update** Permission for project delete.
* **Fix** Project update time dialog-box close automatically.
* **Fix** Conflict with text editor and datepicker problem for task create.
* **Fix** Date-picker auto close, when select a date.
* **Fix** Coding standard according wordpress.

= v2.0.8 - Nov 29, 2018 =

* **New** Project home page redesign.
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.0.8',
'version' => '2.0.9',
'api' => '2',
'db_version' => '2.2',
'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.0.8
* Version: 2.0.9
* Text Domain: wedevs-project-manager
* Domain Path: /languages
* License: GPL2
Expand Down
4 changes: 2 additions & 2 deletions languages/wedevs-project-manager.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: WP Project Manager 2.0.8\n"
"Project-Id-Version: WP Project Manager 2.0.9\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cpm\n"
"POT-Creation-Date: 2018-12-19 08:26:20+00:00\n"
"POT-Creation-Date: 2018-12-19 08:58:44+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
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.0.8",
"version": "2.0.9",
"description": "Front-end package manager for project manager",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: web task manager, online collaboration tool, task tracker, productivity to
Requires at least: 4.4
Tested up to: 5.0.1
Requires PHP: 5.6
Stable tag: 2.0.6
Stable tag: 2.0.8

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 811ee2e

Please sign in to comment.