Skip to content

Commit

Permalink
Merge pull request #524 from iftakharul-islam/master
Browse files Browse the repository at this point in the history
Sync Master
  • Loading branch information
iftakharul-islam authored Dec 26, 2024
2 parents f76ee03 + 801c182 commit 797195b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
== Changelog ==

= v2.6.17 - Dec 26, 2024 =

**Improved:** Enhanced sanitization of user input to strengthen data security.
**Fix:** Resolved SQL security vulnerability to ensure system integrity..

= v2.6.16 - Dec 10, 2024 =

**Update:** WordPress 6.7.1 compatibility
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.16',
'version' => '2.6.17',
'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.16
* Version: 2.6.17
* Text Domain: wedevs-project-manager
* Domain Path: /languages
* License: GPL2
Expand Down
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.16",
"version": "2.6.17",
"description": "Front-end package manager for project manager",
"main": "index.js",
"directories": {
Expand Down
7 changes: 6 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.7.1
Requires PHP: 5.6
Stable tag: 2.6.16
Stable tag: 2.6.17
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v2.6.17 - Dec 26, 2024 =

**Improved:** Enhanced sanitization of user input to strengthen data security.
**Fix:** Resolved SQL security vulnerability to ensure system integrity..

= v2.6.16 - Dec 10, 2024 =

**Update:** WordPress 6.7.1 compatibility
Expand Down

0 comments on commit 797195b

Please sign in to comment.