Skip to content

Commit

Permalink
Release version 2.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayjay committed Jul 16, 2021
1 parent 8dc4b16 commit 94a293c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 7 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
= 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

= v2.4.12 - May 07, 2021 =

**Notice** Limited time promotion on account of Eid.
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.12',
'version' => '2.4.13',
'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.12
* Version: 2.4.13
* Text Domain: wedevs-project-manager
* Domain Path: /languages
* License: GPL2
Expand Down
4 changes: 2 additions & 2 deletions 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.12",
"version": "2.4.13",
"description": "Front-end package manager for project manager",
"main": "index.js",
"directories": {
Expand Down
14 changes: 12 additions & 2 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.7.1
Tested up to: 5.7.2
Requires PHP: 5.6
Stable tag: 2.4.12
Stable tag: 2.4.13
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 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

= v2.4.12 - May 07, 2021 =

**Notice** Limited time promotion on account of Eid.
Expand Down

0 comments on commit 94a293c

Please sign in to comment.