Skip to content

Commit

Permalink
Release version 2.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayjay committed Mar 28, 2022
1 parent 74c8bf2 commit 6eedad8
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 56 deletions.
55 changes: 29 additions & 26 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,52 @@
= v2.4.18 - March 28, 2022 =

**Fix:** Fixed Project Searching hover project links. (Issue #437)
**Fix:** Fixed Some Role Permission assign issue after creating project.

= v2.4.17 - Feb 07, 2022 =

**Notice** Limited time promotional notice on Super Bowl sale
**Notice:** Limited time promotional notice on Super Bowl sale

= v2.4.16 - Dec 23, 2021 =

**Fix** Discussion file url was not downloadable for PDF
**Notice** Limited time promotional notice on holiday sale
**Fix:** Discussion file url was not downloadable for PDF
**Notice:** Limited time promotional notice on holiday sale

= v2.4.15 - Nov 11, 2021 =

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

= v2.4.14 - Oct 11, 2021 =

**Fix** Data sanitization and validation issues to prevent security threats
**Fix** Timezone issues in My Calendar
**Fix** Task file downloading issue by other member of project assignee list
**Fix** After Task Create Email, `undefined offset` issue in template footer
**Fix** User assign issue from Project Overview page
**Fix** Unassigned Reports were not loading
**Notice** Limited time promotional offer for Halloween
**Fix:** Data sanitization and validation issues to prevent security threats
**Fix:** Timezone issues in My Calendar
**Fix:** Task file downloading issue by other member of project assignee list
**Fix:** After Task Create Email, `undefined offset` issue in template footer
**Fix:** User assign issue from Project Overview page
**Fix:** Unassigned Reports were not loading
**Notice:** Limited time promotional offer for Halloween

= v2.4.13 - July 16, 2021 =

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

= v2.4.12 - May 07, 2021 =

**Notice** Limited time promotion on account of Eid.
**Notice:** Limited time promotion on account of Eid.

= v2.4.11 - March 17, 2021 =

**Notice** Limited time promotion for weDevs’ birthday.

= v2.4.10 - Feb 13, 2021 =
**Notice:** Limited time promotion for weDevs’ birthday.

**Fix** Vulnerable security issue.

Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'name' => 'Project Manager',
'slug' => 'pm',
'version' => '2.4.17',
'version' => '2.4.18',
'api' => '2',
'db_version' => '2.5',
'text_domain' => 'pm',
Expand Down
2 changes: 1 addition & 1 deletion cpm.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: WordPress Project Management plugin. Manage your projects and tasks, get things done.
* Author: weDevs
* Author URI: https://wedevs.com
* Version: 2.4.17
* Version: 2.4.18
* Text Domain: wedevs-project-manager
* Domain Path: /languages
* License: GPL2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pmapi",
"version": "2.4.17",
"version": "2.4.18",
"description": "Front-end package manager for project manager",
"main": "index.js",
"directories": {
Expand Down
57 changes: 31 additions & 26 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: tareq1988, nizamuddinbabu, wedevs, asaquzzaman
Donate Link: https://tareq.co/donate/
Tags: project, project manager, project management, web project management, task manager, online collaboration tool,
Requires at least: 4.4 or higher
Tested up to: 5.9
Tested up to: 5.9.2
Requires PHP: 5.6
Stable tag: 2.4.17
Stable tag: 2.4.18
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v2.4.18 - March 28, 2022 =

**Fix:** Fixed Project Searching hover project links. (Issue #437)
**Fix:** Fixed Some Role Permission assign issue after creating project.

= v2.4.17 - Feb 07, 2022 =

**Notice** Limited time promotional notice on Super Bowl sale
**Notice:** Limited time promotional notice on Super Bowl sale

= v2.4.16 - Dec 23, 2021 =

**Fix** Discussion file url was not downloadable for PDF
**Notice** Limited time promotional notice on holiday sale
**Fix:** Discussion file url was not downloadable for PDF
**Notice:** Limited time promotional notice on holiday sale

= v2.4.15 - Nov 11, 2021 =

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

= v2.4.14 - Oct 11, 2021 =

**Fix** Data sanitization and validation issues to prevent security threats
**Fix** Timezone issues in My Calendar
**Fix** Task file downloading issue by other member of project assignee list
**Fix** After Task Create Email, `undefined offset` issue in template footer
**Fix** User assign issue from Project Overview page
**Fix** Unassigned Reports were not loading
**Notice** Limited time promotional offer for Halloween
**Fix:** Data sanitization and validation issues to prevent security threats
**Fix:** Timezone issues in My Calendar
**Fix:** Task file downloading issue by other member of project assignee list
**Fix:** After Task Create Email, `undefined offset` issue in template footer
**Fix:** User assign issue from Project Overview page
**Fix:** Unassigned Reports were not loading
**Notice:** Limited time promotional offer for Halloween

= v2.4.13 - July 16, 2021 =

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

= v2.4.12 - May 07, 2021 =

**Notice** Limited time promotion on account of Eid.
**Notice:** Limited time promotion on account of Eid.

= v2.4.11 - March 17, 2021 =

**Notice** Limited time promotion for weDevs’ birthday.
**Notice:** Limited time promotion for weDevs’ birthday.

= v2.4.10 - Feb 13, 2021 =

Expand Down

0 comments on commit 6eedad8

Please sign in to comment.