Skip to content

Commit

Permalink
Merge pull request #531 from iftakharul-islam/master
Browse files Browse the repository at this point in the history
added version 2.6.18 change log
  • Loading branch information
iftakharul-islam authored Feb 12, 2025
2 parents 797195b + 7d9c41c commit a68f70c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
== Changelog ==

= v2.6.18 - Feb 12, 2025 =

**Fix:** Report - Missing Authorization to Authenticated (Subscriber+) Limited Arbitrary Options Update.
**Fix:** Every task is redirecting to a single task (for subscriber role).
**Fix:** Authenticated SQL Injection.
**Added:** new hooks for better extendibility `pm_project_update`.

= v2.6.17 - Dec 26, 2024 =

**Improved:** Enhanced sanitization of user input to strengthen data security.
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.17
* Version: 2.6.18
* 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.17",
"version": "2.6.18",
"description": "Front-end package manager for project manager",
"main": "index.js",
"directories": {
Expand Down
11 changes: 9 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, project management plugin, project manager tool
Requires at least: 4.4 or higher
Tested up to: 6.7.1
Tested up to: 6.7.2
Requires PHP: 5.6
Stable tag: 2.6.17
Stable tag: 2.6.18
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v2.6.18 - Feb 12, 2025 =

**Fix:** Report - Missing Authorization to Authenticated (Subscriber+) Limited Arbitrary Options Update.
**Fix:** Every task is redirecting to a single task (for subscriber role).
**Fix:** Authenticated SQL Injection.
**Added:** new hooks for better extendibility `pm_project_update`.

= v2.6.17 - Dec 26, 2024 =

**Improved:** Enhanced sanitization of user input to strengthen data security.
Expand Down

0 comments on commit a68f70c

Please sign in to comment.