Skip to content

Commit 9b77a90

Browse files
Merge pull request #548 from iftakharul-islam/develop
Bump version & Update readme changelog
2 parents fc1fbc3 + d027de2 commit 9b77a90

5 files changed

Lines changed: 169 additions & 155 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+
4+
= v2.6.24 – Apr 28, 2025 =
5+
6+
**Fixed:** Load more task.
7+
**Improved:** Readme.txt file.
8+
39
= v2.6.23 - Apr 8, 2025 =
410

511
**Added:** SVG file upload sanitization & security improvmenet.

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.23',
6+
'version' => '2.6.24',
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.23
8+
* Version: 2.6.24
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.23",
3+
"version": "2.6.24",
44
"description": "Front-end package manager for project manager",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)