Skip to content

Commit 71b6da4

Browse files
chore: bump version to v3.0.2
1 parent a7a19bf commit 71b6da4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
== Changelog ==
22

3+
= v3.0.2 – Jan 14, 2026 =
4+
**Fixed:** Subscriber Level Authorization issue [#573](https://github.com/weDevsOfficial/wp-project-manager/pull/573).
5+
36
= v3.0.1 – Dec 24, 2025 =
47
**Added:** PHP version 8.2+ support.
58

cpm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: WordPress Project Management plugin. Manage your projects and tasks, get things done.
66
* Author: weDevs
77
* Author URI: https://wedevs.com
8-
* Version: 3.0.1
8+
* Version: 3.0.2
99
* Text Domain: wedevs-project-manager
1010
* Domain Path: /languages
1111
* License: GPL2
@@ -16,7 +16,7 @@
1616
exit;
1717
}
1818
// Define version directly to avoid early translation loading from get_plugin_data()
19-
define('PM_VERSION', '3.0.1');
19+
define('PM_VERSION', '3.0.2');
2020

2121
require __DIR__.'/bootstrap/loaders.php';
2222
require __DIR__.'/libs/configurations.php';

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: project management, project manager, kanban board, task manager, gantt cha
66
Requires at least: 6.2
77
Tested up to: 6.9
88
Requires PHP: 7.4
9-
Stable tag: 3.0.1
9+
Stable tag: 3.0.2
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -215,6 +215,9 @@ A. Found any bugs? Please create an [issue](https://github.com/tareq1988/wp-proj
215215

216216
== Changelog ==
217217

218+
= v3.0.2 – Jan 14, 2026 =
219+
**Fixed:** Subscriber Level Authorization issue [#573](https://github.com/weDevsOfficial/wp-project-manager/pull/573).
220+
218221
= v3.0.1 – Dec 24, 2025 =
219222
**Added:** PHP version 8.2+ support.
220223

0 commit comments

Comments
 (0)