Skip to content

Commit

Permalink
Update : version bumped (#504)
Browse files Browse the repository at this point in the history
* Update : version bumped

- Updated plugin version
- Change log added

* Update: change log

* Updated: v2.6.14 change logs

* removed empty line

* Updated: version
  • Loading branch information
iftakharul-islam authored Nov 11, 2024
1 parent dddb549 commit 121a2a4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
== Changelog ==

= v2.6.15 - Nov 11, 2024 =

**Fix:** Vulnerable security issue.

= v2.6.14 - Oct 08, 2024 =

**Fix:** XSS attack while uploading svg file.
**Fix:** Sub task duplicating issue.

= v2.6.13 - Mar 29, 2024 =

**Fix:** New project's user creation 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.6.14',
'version' => '2.6.15',
'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.6.14
* Version: 2.6.15
* 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.6.12",
"version": "2.6.15",
"description": "Front-end package manager for project manager",
"main": "index.js",
"directories": {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: project, project manager, project management, project management plugin, p
Requires at least: 4.4 or higher
Tested up to: 6.6.2
Requires PHP: 5.6
Stable tag: 2.6.14
Stable tag: 2.6.15
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v2.6.15 - Nov 11, 2024 =

**Fix:** Vulnerable security issue.

= v2.6.14 - Oct 08, 2024 =

**Fix:** XSS attack while uploading svg file.
Expand Down

0 comments on commit 121a2a4

Please sign in to comment.