Version Description
Download this release
Release Info
Developer | AdvancedCoding |
Plugin | Comments – wpDiscuz |
Version | 7.3.16 |
Comparing to | |
See all releases |
Code changes from version 7.3.15 to 7.3.16
- class.WpdiscuzCore.php +1 -1
- readme.txt +5 -1
- utils/class.WpdiscuzHelperAjax.php +1 -1
class.WpdiscuzCore.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Plugin Name: wpDiscuz
|
4 |
* Description: #1 WordPress Comment Plugin. Innovative, modern and feature-rich comment system to supercharge your website comment section.
|
5 |
-
* Version: 7.3.
|
6 |
* Author: gVectors Team
|
7 |
* Author URI: https://gvectors.com/
|
8 |
* Plugin URI: https://wpdiscuz.com/
|
2 |
/*
|
3 |
* Plugin Name: wpDiscuz
|
4 |
* Description: #1 WordPress Comment Plugin. Innovative, modern and feature-rich comment system to supercharge your website comment section.
|
5 |
+
* Version: 7.3.16
|
6 |
* Author: gVectors Team
|
7 |
* Author URI: https://gvectors.com/
|
8 |
* Plugin URI: https://wpdiscuz.com/
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: gVectors Team
|
|
3 |
Tags: comment, comments, ajax comments, comment form, comment fields
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.9
|
6 |
-
Stable tag: 7.3.
|
7 |
Requires PHP: 5.6 and higher
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
@@ -185,6 +185,10 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
|
|
185 |
|
186 |
== Changelog ==
|
187 |
|
|
|
|
|
|
|
|
|
188 |
= Comments - wpDiscuz v7.3.14 / v7.3.15 - 19.03.2022 =
|
189 |
|
190 |
Fixed Bug: wpdiscuz-ajax not found
|
3 |
Tags: comment, comments, ajax comments, comment form, comment fields
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 7.3.16
|
7 |
Requires PHP: 5.6 and higher
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
185 |
|
186 |
== Changelog ==
|
187 |
|
188 |
+
= Comments - wpDiscuz v7.3.16 - 19.03.2022 =
|
189 |
+
|
190 |
+
Fixed Bug: Deactivation issues
|
191 |
+
|
192 |
= Comments - wpDiscuz v7.3.14 / v7.3.15 - 19.03.2022 =
|
193 |
|
194 |
Fixed Bug: wpdiscuz-ajax not found
|
utils/class.WpdiscuzHelperAjax.php
CHANGED
@@ -137,7 +137,7 @@ class WpdiscuzHelperAjax implements WpDiscuzConstants {
|
|
137 |
|
138 |
public function deactivate() {
|
139 |
$response = ["code" => 0];
|
140 |
-
$json =
|
141 |
if ($json) {
|
142 |
parse_str($json, $data);
|
143 |
if (isset($data["never_show"]) && ($v = intval($data["never_show"]))) {
|
137 |
|
138 |
public function deactivate() {
|
139 |
$response = ["code" => 0];
|
140 |
+
$json = filter_input(INPUT_POST, "deactivateData");
|
141 |
if ($json) {
|
142 |
parse_str($json, $data);
|
143 |
if (isset($data["never_show"]) && ($v = intval($data["never_show"]))) {
|