Skip to content

Commit 11a1c0e

Browse files
committed
chore: bump version to 3.0.7
1 parent 3b3d4c1 commit 11a1c0e

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

changelog.txt

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

3+
= v3.0.7 – May 13, 2026 =
4+
5+
**Improved:** Updated marketing and blog resource links in the readme for clearer onboarding.
6+
**Update:** Release pipeline refined to ship updates faster with fewer manual steps.
7+
8+
39
= v4.0.0 – May 7, 2026 =
410

511
**New:** Completely redesigned admin and frontend interface with modern, faster performance.

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: 4.0.0
8+
* Version: 3.0.7
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', '4.0.0');
19+
define('PM_VERSION', '3.0.7');
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": "4.0.0",
3+
"version": "3.0.7",
44
"description": "Front-end package manager for project manager",
55
"engines": {
66
"node": ">=22.0.0",

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Contributors: tareq1988, nizamuddinbabu, wedevs, asaquzzaman
44
Donate Link: https://tareq.co/donate/
55
Tags: kanban, project, project management, task management, project manager
66
Requires at least: 6.2
7-
Tested up to: 6.9.1
7+
Tested up to: 6.9.5
88
Requires PHP: 7.4
9-
Stable tag: 4.0.0
9+
Stable tag: 3.0.7
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -241,6 +241,12 @@ A. If you face any issues, you can contact the support team through the official
241241

242242
== Changelog ==
243243

244+
= v3.0.7 – May 13, 2026 =
245+
246+
**Improved:** Updated marketing and blog resource links in the readme for clearer onboarding.
247+
**Update:** Release pipeline refined to ship updates faster with fewer manual steps.
248+
249+
244250
= v4.0.0 – May 7, 2026 =
245251

246252
**New:** Completely redesigned admin and frontend interface with modern, faster performance.

0 commit comments

Comments
 (0)