Skip to content

Commit 3cf645d

Browse files
committed
Release version 2.5.0
1 parent 9c44b39 commit 3cf645d

File tree

6 files changed

+28150
-203
lines changed

6 files changed

+28150
-203
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
= v2.5.0 - July 15, 2022 =
2+
3+
**Update:** Compatibility with PHP-8.x
4+
**Update:** Improved codebase to make performance better
5+
**Fix:** Fixed some translation issues
6+
17
= v2.4.18 - March 28, 2022 =
28

39
**Fix:** Fixed Project Searching hover project links. (Issue #437)

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.4.18',
6+
'version' => '2.5.0',
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.4.18
8+
* Version: 2.5.0
99
* Text Domain: wedevs-project-manager
1010
* Domain Path: /languages
1111
* License: GPL2

0 commit comments

Comments
 (0)