Skip to content

Commit 61f8f1f

Browse files
Release v3.0.3: bump versions and changelogs (#587)
* Release v3.0.3: bump versions and changelogs Prepare and release v3.0.3: update plugin header and PM_VERSION, bump package version, adjust package release script, and add changelog/readme entries for v3.0.3. Includes fixes for email notifications, list-view button width, Unicode ucfirst capitalization, automatic inference of link_to_backend, restored task list labels, and added support for the view-all-projects check. * Added headway changelog
1 parent 9da6a9f commit 61f8f1f

5 files changed

Lines changed: 25 additions & 7 deletions

File tree

changelog.txt

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

3+
= v3.0.3 – Mar 4, 2026 =
4+
**Fixed:** Resolved an issue where email notifications were not being sent.
5+
**Fixed:** Improved button width handling in the list view.
6+
**Fixed:** Corrected Slovak and other Unicode character capitalization in the `ucfirst` function.
7+
**Fixed:** Automatically infer `link_to_backend` from pages when it is not set.
8+
**Added:** Added support for the `view-all-projects` check and implemented it in the controller.
9+
**Fixed:** Restored missing labels in the tasks list.
10+
**Added:** Feature headway-integration.
11+
312
= v3.0.2 – Jan 14, 2026 =
413
**Fixed:** Subscriber Level Authorization issue [#573](https://github.com/weDevsOfficial/wp-project-manager/pull/573).
514

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

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pmapi",
3-
"version": "3.0.1",
3+
"version": "3.0.3",
44
"description": "Front-end package manager for project manager",
55
"main": "index.js",
66
"directories": {
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"start": "webpack --progress --colors --watch",
1111
"build": "cross-env NODE_ENV=production webpack --progress --colors ",
12-
"release": "webpack --progress --colors grunt zip",
12+
"release": "grunt release --force",
1313
"makepot": "wpvuei18n makepot"
1414
},
1515
"repository": {

readme.txt

Lines changed: 11 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
7+
Tested up to: 6.9.1
88
Requires PHP: 7.4
9-
Stable tag: 3.0.2
9+
Stable tag: 3.0.3
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

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

242242
== Changelog ==
243243

244+
= v3.0.3 – Mar 4, 2026 =
245+
**Fixed:** Resolved an issue where email notifications were not being sent.
246+
**Fixed:** Improved button width handling in the list view.
247+
**Fixed:** Corrected Slovak and other Unicode character capitalization in the `ucfirst` function.
248+
**Fixed:** Automatically infer `link_to_backend` from pages when it is not set.
249+
**Added:** Added support for the `view-all-projects` check and implemented it in the controller.
250+
**Fixed:** Restored missing labels in the tasks list.
251+
**Added:** Feature headway-integration.
252+
244253
= v3.0.2 – Jan 14, 2026 =
245254
**Fixed:** Subscriber Level Authorization issue [#573](https://github.com/weDevsOfficial/wp-project-manager/pull/573).
246255

0 commit comments

Comments
 (0)