From 7ac9ce5c2a227440baa9b4ebae7e0fcce87af232 Mon Sep 17 00:00:00 2001 From: MdAsifHossainNadim Date: Mon, 24 Jul 2023 10:25:51 +0600 Subject: [PATCH] Release version 2.6.5 --- changelog.txt | 4 ++++ config/app.php | 2 +- cpm.php | 2 +- package.json | 2 +- readme.txt | 6 +++++- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5bf93ed1e..a63d3ff0e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/config/app.php b/config/app.php index b06460eee..00c1c49b3 100644 --- a/config/app.php +++ b/config/app.php @@ -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', diff --git a/cpm.php b/cpm.php index 6c2726fd0..029ce8936 100644 --- a/cpm.php +++ b/cpm.php @@ -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 diff --git a/package.json b/package.json index 658cd265a..d956901b0 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.txt b/readme.txt index 47118fe8b..0583ba8cd 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.