Skip to content

Commit

Permalink
Release version 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MdAsifHossainNadim committed Jul 24, 2023
1 parent 68a0cef commit 7ac9ce5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= v2.6.5 - Jul 24, 2023 =

**Fix:** User controllers meta data updating authentication error.

= v2.6.4 - Jul 14, 2023 =

**Fix:** Translation issues of background email & notifications error messages.
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.6.4',
'version' => '2.6.5',
'api' => '2',
'db_version' => '2.5',
'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.6.4
* Version: 2.6.5
* 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.6.4",
"version": "2.6.5",
"description": "Front-end package manager for project manager",
"main": "index.js",
"directories": {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: project, project manager, project management, kanban board, gantt charts,
Requires at least: 4.4 or higher
Tested up to: 6.0.1
Requires PHP: 5.6
Stable tag: 2.6.4
Stable tag: 2.6.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v2.6.5 - Jul 24, 2023 =

**Fix:** User controllers meta data updating authentication error.

= v2.6.4 - Jul 14, 2023 =

**Fix:** Translation issues of background email & notifications error messages.
Expand Down

0 comments on commit 7ac9ce5

Please sign in to comment.