Skip to content

Commit 18e8a44

Browse files
Added change log & bump version.
1 parent b0227fb commit 18e8a44

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

changelog.txt

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

33

4+
= v2.6.25 – Sep 4, 2025 =
5+
6+
**Improved:** Unwanted trello helper backup file removed.
7+
48
= v2.6.24 – Apr 28, 2025 =
59

610
**Fixed:** Load more task.

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'name' => 'Project Manager',
55
'slug' => 'pm',
6-
'version' => '2.6.24',
6+
'version' => '2.6.25',
77
'api' => '2',
88
'db_version' => '2.5',
99
'text_domain' => 'pm',

cpm.php

Lines changed: 1 addition & 1 deletion
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: 2.6.24
8+
* Version: 2.6.25
99
* Text Domain: wedevs-project-manager
1010
* Domain Path: /languages
1111
* License: GPL2

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": "2.6.24",
3+
"version": "2.6.25",
44
"description": "Front-end package manager for project manager",
55
"main": "index.js",
66
"directories": {

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: project, project manager, project management, kanban board, task manager
55
Requires at least: 4.4 or higher
66
Tested up to: 6.8
77
Requires PHP: 5.6
8-
Stable tag: 2.6.24
8+
Stable tag: 2.6.25
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

247247
== Changelog ==
248248

249+
= v2.6.25 – Sep 4, 2025 =
250+
251+
**Improved:** Unwanted trello helper backup file removed.
252+
249253
= v2.6.24 – Apr 28, 2025 =
250254

251255
**Fixed:** Load more task.

0 commit comments

Comments
 (0)