Skip to content

Commit 6eedad8

Browse files
committed
Release version 2.4.18
1 parent 74c8bf2 commit 6eedad8

File tree

6 files changed

+64
-56
lines changed

6 files changed

+64
-56
lines changed

changelog.txt

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,52 @@
1+
= v2.4.18 - March 28, 2022 =
2+
3+
**Fix:** Fixed Project Searching hover project links. (Issue #437)
4+
**Fix:** Fixed Some Role Permission assign issue after creating project.
5+
16
= v2.4.17 - Feb 07, 2022 =
27

3-
**Notice** Limited time promotional notice on Super Bowl sale
8+
**Notice:** Limited time promotional notice on Super Bowl sale
49

510
= v2.4.16 - Dec 23, 2021 =
611

7-
**Fix** Discussion file url was not downloadable for PDF
8-
**Notice** Limited time promotional notice on holiday sale
12+
**Fix:** Discussion file url was not downloadable for PDF
13+
**Notice:** Limited time promotional notice on holiday sale
914

1015
= v2.4.15 - Nov 11, 2021 =
1116

12-
**Update** ChartJS libraries from v2.x to v3.6.0
13-
**Update** Removed dummy data, unused files and external cdn links to improve and clean the whole codebase
14-
**Fix** Data escaping and sanitization issues all over the plugin
15-
**Fix** Some i18n translation, wrong text-domain issues
16-
**Notice** Limited time promotional offer regarding Black Friday and Cyber Monday
17+
**Update:** ChartJS libraries from v2.x to v3.6.0
18+
**Update:** Removed dummy data, unused files and external cdn links to improve and clean the whole codebase
19+
**Fix:** Data escaping and sanitization issues all over the plugin
20+
**Fix:** Some i18n translation, wrong text-domain issues
21+
**Notice:** Limited time promotional offer regarding Black Friday and Cyber Monday
1722

1823
= v2.4.14 - Oct 11, 2021 =
1924

20-
**Fix** Data sanitization and validation issues to prevent security threats
21-
**Fix** Timezone issues in My Calendar
22-
**Fix** Task file downloading issue by other member of project assignee list
23-
**Fix** After Task Create Email, `undefined offset` issue in template footer
24-
**Fix** User assign issue from Project Overview page
25-
**Fix** Unassigned Reports were not loading
26-
**Notice** Limited time promotional offer for Halloween
25+
**Fix:** Data sanitization and validation issues to prevent security threats
26+
**Fix:** Timezone issues in My Calendar
27+
**Fix:** Task file downloading issue by other member of project assignee list
28+
**Fix:** After Task Create Email, `undefined offset` issue in template footer
29+
**Fix:** User assign issue from Project Overview page
30+
**Fix:** Unassigned Reports were not loading
31+
**Notice:** Limited time promotional offer for Halloween
2732

2833
= v2.4.13 - July 16, 2021 =
2934

30-
**Notice** Limited time promotional offer regarding summer sale
31-
**Update** Calendar event content styles
32-
**Update** Some library upgrade for better performance
33-
**Fix** My Task report was not getting accurate result in some cases
34-
**Fix** My Calendar single task was unable to be moved
35-
**Fix** After creating a task, it was not updating instantly in ‘My Calendar’ and ‘My Task at a Glance’ section
36-
**Fix** Authentication issues on some un-authenticated API endpoints like tasks, task types, activities
35+
**Notice:** Limited time promotional offer regarding summer sale
36+
**Update:** Calendar event content styles
37+
**Update:** Some library upgrade for better performance
38+
**Fix:** My Task report was not getting accurate result in some cases
39+
**Fix:** My Calendar single task was unable to be moved
40+
**Fix:** After creating a task, it was not updating instantly in ‘My Calendar’ and ‘My Task at a Glance’ section
41+
**Fix:** Authentication issues on some un-authenticated API endpoints like tasks, task types, activities
3742

3843
= v2.4.12 - May 07, 2021 =
3944

40-
**Notice** Limited time promotion on account of Eid.
45+
**Notice:** Limited time promotion on account of Eid.
4146

4247
= v2.4.11 - March 17, 2021 =
4348

44-
**Notice** Limited time promotion for weDevs’ birthday.
45-
46-
= v2.4.10 - Feb 13, 2021 =
49+
**Notice:** Limited time promotion for weDevs’ birthday.
4750

4851
**Fix** Vulnerable security issue.
4952

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

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pmapi",
3-
"version": "2.4.17",
3+
"version": "2.4.18",
44
"description": "Front-end package manager for project manager",
55
"main": "index.js",
66
"directories": {

readme.txt

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: tareq1988, nizamuddinbabu, wedevs, asaquzzaman
33
Donate Link: https://tareq.co/donate/
44
Tags: project, project manager, project management, web project management, task manager, online collaboration tool,
55
Requires at least: 4.4 or higher
6-
Tested up to: 5.9
6+
Tested up to: 5.9.2
77
Requires PHP: 5.6
8-
Stable tag: 2.4.17
8+
Stable tag: 2.4.18
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -262,50 +262,55 @@ A. Found any bugs? Please create an [issue](https://github.com/tareq1988/wp-proj
262262

263263
== Changelog ==
264264

265+
= v2.4.18 - March 28, 2022 =
266+
267+
**Fix:** Fixed Project Searching hover project links. (Issue #437)
268+
**Fix:** Fixed Some Role Permission assign issue after creating project.
269+
265270
= v2.4.17 - Feb 07, 2022 =
266271

267-
**Notice** Limited time promotional notice on Super Bowl sale
272+
**Notice:** Limited time promotional notice on Super Bowl sale
268273

269274
= v2.4.16 - Dec 23, 2021 =
270275

271-
**Fix** Discussion file url was not downloadable for PDF
272-
**Notice** Limited time promotional notice on holiday sale
276+
**Fix:** Discussion file url was not downloadable for PDF
277+
**Notice:** Limited time promotional notice on holiday sale
273278

274279
= v2.4.15 - Nov 11, 2021 =
275280

276-
**Update** ChartJS libraries from v2.x to v3.6.0
277-
**Update** Removed dummy data, unused files and external cdn links to improve and clean the whole codebase
278-
**Fix** Data escaping and sanitization issues all over the plugin
279-
**Fix** Some i18n translation, wrong text-domain issues
280-
**Notice** Limited time promotional offer regarding Black Friday and Cyber Monday
281+
**Update:** ChartJS libraries from v2.x to v3.6.0
282+
**Update:** Removed dummy data, unused files and external cdn links to improve and clean the whole codebase
283+
**Fix:** Data escaping and sanitization issues all over the plugin
284+
**Fix:** Some i18n translation, wrong text-domain issues
285+
**Notice:** Limited time promotional offer regarding Black Friday and Cyber Monday
281286

282287
= v2.4.14 - Oct 11, 2021 =
283288

284-
**Fix** Data sanitization and validation issues to prevent security threats
285-
**Fix** Timezone issues in My Calendar
286-
**Fix** Task file downloading issue by other member of project assignee list
287-
**Fix** After Task Create Email, `undefined offset` issue in template footer
288-
**Fix** User assign issue from Project Overview page
289-
**Fix** Unassigned Reports were not loading
290-
**Notice** Limited time promotional offer for Halloween
289+
**Fix:** Data sanitization and validation issues to prevent security threats
290+
**Fix:** Timezone issues in My Calendar
291+
**Fix:** Task file downloading issue by other member of project assignee list
292+
**Fix:** After Task Create Email, `undefined offset` issue in template footer
293+
**Fix:** User assign issue from Project Overview page
294+
**Fix:** Unassigned Reports were not loading
295+
**Notice:** Limited time promotional offer for Halloween
291296

292297
= v2.4.13 - July 16, 2021 =
293298

294-
**Notice** Limited time promotional offer regarding summer sale
295-
**Update** Calendar event content styles
296-
**Update** Some library upgrade for better performance
297-
**Fix** My Task report was not getting accurate result in some cases
298-
**Fix** My Calendar single task was unable to be moved
299-
**Fix** After creating a task, it was not updating instantly in ‘My Calendar’ and ‘My Task at a Glance’ section
300-
**Fix** Authentication issues on some un-authenticated API endpoints like tasks, task types, activities
299+
**Notice:** Limited time promotional offer regarding summer sale
300+
**Update:** Calendar event content styles
301+
**Update:** Some library upgrade for better performance
302+
**Fix:** My Task report was not getting accurate result in some cases
303+
**Fix:** My Calendar single task was unable to be moved
304+
**Fix:** After creating a task, it was not updating instantly in ‘My Calendar’ and ‘My Task at a Glance’ section
305+
**Fix:** Authentication issues on some un-authenticated API endpoints like tasks, task types, activities
301306

302307
= v2.4.12 - May 07, 2021 =
303308

304-
**Notice** Limited time promotion on account of Eid.
309+
**Notice:** Limited time promotion on account of Eid.
305310

306311
= v2.4.11 - March 17, 2021 =
307312

308-
**Notice** Limited time promotion for weDevs’ birthday.
313+
**Notice:** Limited time promotion for weDevs’ birthday.
309314

310315
= v2.4.10 - Feb 13, 2021 =
311316

0 commit comments

Comments
 (0)