Skip to content

Commit 5239d9a

Browse files
Release v3.0.1 with PHP 8.2+ support
Bump version to 3.0.1 across plugin files and documentation. Added support for PHP 8.2+ as noted in changelog and readme.
1 parent 03535f5 commit 5239d9a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.1 – Dec 24, 2025 =
4+
**Added:** PHP version 8.2+ support.
5+
36
= v3.0.0 – Dec 18, 2025 =
47
**Improved:** Aligned plugin description with WordPress.org directory standards.
58
**Improved:** internal consistency across metadata, versioning, and documentation.

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.0
8+
* Version: 3.0.1
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.0');
19+
define('PM_VERSION', '3.0.1');
2020

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pmapi",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Front-end package manager for project manager",
55
"main": "index.js",
66
"directories": {

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.0
9+
Stable tag: 3.0.1
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.1 – Dec 24, 2025 =
219+
**Added:** PHP version 8.2+ support.
220+
218221
= v3.0.0 – Dec 18, 2025 =
219222
**Improved:** Aligned plugin description with WordPress.org directory standards.
220223
**Improved:** internal consistency across metadata, versioning, and documentation.

0 commit comments

Comments
 (0)