Skip to content

Commit

Permalink
Version: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asaquzzaman committed Jun 14, 2019
1 parent ebeb098 commit abe05b7
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 5 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
= v2.2.0 - Jun 14, 2019 =

* **New** Added my task menu from where individual users can check their completed, current and outstanding tasks.
* **Fix** Assigned users can not find the task description.
* **Fix** Add new user in project does not appear in task users dropdown at task create or edit time.
* **Fix** A newly added user in a project did not appear in the dropdown i.e in the list of users while adding, creating or editing a task.
* **Fix** User can not udpate task comment from single task popup.
* **Fix** A newly added user does not appear in project update form.

= v2.1.0 - May 18, 2019 =

* **New** Trello Integration.
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.1.0',
'version' => '2.2.0',
'api' => '2',
'db_version' => '2.2.1',
'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.1.0
* Version: 2.2.0
* Text Domain: wedevs-project-manager
* Domain Path: /languages
* License: GPL2
Expand Down
16 changes: 16 additions & 0 deletions languages/wedevs-project-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,21 @@
__( 'Select all', 'wedevs-project-manager' ),
__( 'Provide your App key & Token', 'wedevs-project-manager' ),
__( 'Imports', 'pm-pro' ),
__( 'My Task', 'pm-pro' ),
__( 'No Task Found', 'pm-pro' ),
__( 'Load More', 'pm-pro' ),
__( 'My Calender', 'pm-pro' ),
__( 'At a glance', 'pm-pro' ),
__( 'Current', 'pm-pro' ),
__( 'Tasks', 'pm-pro' ),
__( 'Outstanding', 'pm-pro' ),
__( 'Completed', 'pm-pro' ),
__( 'Activities', 'pm-pro' ),
__( 'My Tasks', 'pm-pro' ),
__( 'Overview', 'pm-pro' ),
__( 'Current Task', 'pm-pro' ),
__( 'Outstanding Task', 'pm-pro' ),
__( 'Completed Task', 'pm-pro' ),
__( 'General Settings', 'wedevs-project-manager' ),
__( 'E-Mail Settings', 'wedevs-project-manager' ),
__( 'File Upload Limit', 'wedevs-project-manager' ),
Expand Down Expand Up @@ -179,6 +194,7 @@
__( 'Activities', 'wedevs-project-manager' ),
__( 'Notify users', 'wedevs-project-manager' ),
__( 'Write a comment...', 'wedevs-project-manager' ),
__( 'Select an User', 'pm-pro' ),
__( 'Calendar', 'wedevs-project-manager' ),
__( 'Get the Birdseye view of all tasks from an interactive calendar.', 'wedevs-project-manager' ),
__( 'Report', 'wedevs-project-manager' ),
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.1.0",
"version": "2.2.0",
"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: web task manager, online collaboration tool, task tracker, productivity tool, open source project management software
Requires at least: 4.4
Tested up to: 5.2
Tested up to: 5.2.1
Requires PHP: 5.6
Stable tag: 2.1.0
Stable tag: 2.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v2.2.0 - Jun 14, 2019 =

* **New** Added my task menu from where individual users can check their completed, current and outstanding tasks.
* **Fix** Assigned users can not find the task description.
* **Fix** Add new user in project does not appear in task users dropdown at task create or edit time.
* **Fix** A newly added user in a project did not appear in the dropdown i.e in the list of users while adding, creating or editing a task.
* **Fix** User can not udpate task comment from single task popup.
* **Fix** A newly added user does not appear in project update form.

= v2.1.0 - May 18, 2019 =

* **New** Trello Integration.
Expand Down

0 comments on commit abe05b7

Please sign in to comment.