Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asaquzzaman committed Jul 17, 2020
1 parent 677ccf5 commit 50d20ab
Show file tree
Hide file tree
Showing 19 changed files with 9,418 additions and 5,814 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"stage-2"
],
"plugins": ["transform-runtime"]
}
"plugins": [["transform-runtime"]]
}
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
= v2.4.0 - Jul 17, 2020 =

* **New** Component for pm-vue2-daterange-picker, pm-button, pm-do-slot.
* **New** Change all date picker from all forms.
* **New** Manage do-action content without any wrapper.
* **New** API end point is now working for all permalink.
* **Update** UI/UX for creating new task.
* **Update** UI/UX for add new members from single task popup.
* **Update** UI/UX for task due date from single task popup.
* **Fix** Could not download files from the project.

= v2.3.11 - Jun 16, 2020 =

* **Fix** API end point is now working for all permalink.
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.11',
'version' => '2.4.0',
'api' => '2',
'db_version' => '2.3',
'text_domain' => 'pm',
Expand Down
2 changes: 2 additions & 0 deletions core/WP/Enqueue_Scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
class Enqueue_Scripts {

public static function scripts() {

wp_enqueue_media();

$scripts_id = [
'pm-config',
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.11
* Version: 2.4.0
* Text Domain: wedevs-project-manager
* Domain Path: /languages
* License: GPL2
Expand Down
3 changes: 2 additions & 1 deletion languages/wedevs-project-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
__( 'Members', 'wedevs-project-manager' ),
__( 'Add new member', 'wedevs-project-manager' ),
__( 'Add New Member', 'wedevs-project-manager' ),
__( 'No user found!', 'pm-pro' ),
__( 'Due Date', 'wedevs-project-manager' ),
__( 'Clear', 'wedevs-project-manager' ),
__( 'Add Due Date', 'wedevs-project-manager' ),
__( 'Add Due Date +', 'wedevs-project-manager' ),
__( 'Privacy', 'wedevs-project-manager' ),
__( 'Hide from others', 'wedevs-project-manager' ),
__( 'It will hide the task from co-workers and clients', 'wedevs-project-manager' ),
__( 'It will hide the task from co-workers and clients.</br>According project settings capability.', 'wedevs-project-manager' ),
__( 'Description', 'wedevs-project-manager' ),
__( 'Description', 'pm-pro' ),
__( 'Update', 'wedevs-project-manager' ),
Expand Down
Loading

0 comments on commit 50d20ab

Please sign in to comment.