Skip to content

Commit c7cec45

Browse files
committed
chore: bump version to 4.0.2
1 parent 167606b commit c7cec45

7 files changed

Lines changed: 25637 additions & 25600 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ wp-project-manager.zip
2727
CLAUDE.local.md
2828
.claude/settings.local.json
2929
.claude/agent-memory/
30+
config.bat

changelog.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
== Changelog ==
1+
== Changelog ==
2+
3+
= v4.0.2 – May 22, 2026 =
4+
5+
**New:** Promotional banner showcases timely WeDevs offers on the Projects and Premium pages, with per-banner dismiss.
6+
**New:** Right-to-left layout and bundled Arabic translation for RTL locales (ar, he, fa, ur).
7+
**Improved:** Discussions and comments preserve tables, cell colors, headings, text color, highlight, and alignment when pasted from Excel, Word, or Google Sheets.
8+
**Improved:** Rich text editor adds headings, color pickers, highlight, text alignment, table insertion, and inline images.
9+
**Improved:** Editing a comment or discussion lets you add and remove file attachments inline.
10+
**Improved:** "Share your idea" link now opens the new feedback.wedevs.com board.
11+
**Improved:** User avatars fall back to initials when no Gravatar is set.
12+
**Fixed:** Drag-reordering tasks no longer scrambles the order after refresh.
13+
**Fixed:** Subtask and comment counts stay accurate after edits.
14+
**Fixed:** Notifications no longer crash when recipients are sent as a list.
15+
**Fixed:** First-paint route race that briefly bounced users from /invoices to /projects.
16+
**Fixed:** Premium page hero gradient now renders correctly in light mode.
17+
**Fixed:** Translatable strings inside conditional arguments now resolve correctly.
18+
**Fixed:** Sanitizers preserve the value 0 instead of treating it as empty.
19+
220

321
= v4.0.1 – May 13, 2026 =
422

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.1
8+
* Version: 4.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', '4.0.1');
19+
define('PM_VERSION', '4.0.2');
2020

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

0 commit comments

Comments
 (0)