Version Description
Download this release
Release Info
Developer | taron96 |
Plugin | Comments – wpDiscuz |
Version | 7.0.9 |
Comparing to | |
See all releases |
Code changes from version 7.0.8 to 7.0.9
- assets/js/wpdiscuz-deactivation.js +1 -1
- class.WpdiscuzCore.php +1 -1
- options/class.WpdiscuzOptions.php +1 -1
- readme.txt +7 -1
assets/js/wpdiscuz-deactivation.js
CHANGED
@@ -26,7 +26,7 @@ jQuery(document).ready(function ($) {
|
|
26 |
var checkedItem = $('.wpd-deactivation-reason:checked');
|
27 |
var parentItem = checkedItem.parents('.wpd-deactivation-reason-item');
|
28 |
var reasonDesc = $('.dr_more_info', parentItem);
|
29 |
-
var receiveEmail = $('[name=deactivation_feedback_receive_email]', parentItem).
|
30 |
var receiverEmail = $('[name=deactivation_feedback_email]', parentItem);
|
31 |
var isValid = true;
|
32 |
|
26 |
var checkedItem = $('.wpd-deactivation-reason:checked');
|
27 |
var parentItem = checkedItem.parents('.wpd-deactivation-reason-item');
|
28 |
var reasonDesc = $('.dr_more_info', parentItem);
|
29 |
+
var receiveEmail = $('[name=deactivation_feedback_receive_email]', parentItem).prop('checked');
|
30 |
var receiverEmail = $('[name=deactivation_feedback_email]', parentItem);
|
31 |
var isValid = true;
|
32 |
|
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.0.
|
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.0.9
|
6 |
* Author: gVectors Team
|
7 |
* Author URI: https://gvectors.com/
|
8 |
* Plugin URI: https://wpdiscuz.com/
|
options/class.WpdiscuzOptions.php
CHANGED
@@ -3052,7 +3052,7 @@ class WpdiscuzOptions implements WpDiscuzConstants {
|
|
3052 |
$secret = get_option("gvt_product_secret_" . $key, "");
|
3053 |
$redpoint = (int) get_option("gvt_product_" . $key . "_redpoint", "1");
|
3054 |
if (is_null($value["instance"]) || $redpoint) {
|
3055 |
-
$adminNotices[$key . "_redpoint"] =
|
3056 |
}
|
3057 |
if ($secret && !$redpoint) {
|
3058 |
$checkedData[$key] = [
|
3052 |
$secret = get_option("gvt_product_secret_" . $key, "");
|
3053 |
$redpoint = (int) get_option("gvt_product_" . $key . "_redpoint", "1");
|
3054 |
if (is_null($value["instance"]) || $redpoint) {
|
3055 |
+
$adminNotices[$key . "_redpoint"] = sprintf(__("Something wrong with %s addon license and files. If this addon has not been purchased and downloaded from the official gVectors.com website it's probably hacked and may lead lots of security issues.", "wpdiscuz"), $value["name"]);
|
3056 |
}
|
3057 |
if ($secret && !$redpoint) {
|
3058 |
$checkedData[$key] = [
|
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.6
|
6 |
-
Stable tag: 7.0.
|
7 |
Requires PHP: 5.4 and higher
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
@@ -179,6 +179,12 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
|
|
179 |
|
180 |
== Changelog ==
|
181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
= Comments - wpDiscuz v7.0.8 =
|
183 |
|
184 |
* Added: WordPress 5.6 compatibility
|
3 |
Tags: comment, comments, ajax comments, comment form, comment fields
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 5.6
|
6 |
+
Stable tag: 7.0.9
|
7 |
Requires PHP: 5.4 and higher
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
179 |
|
180 |
== Changelog ==
|
181 |
|
182 |
+
= Comments - wpDiscuz v7.0.9 =
|
183 |
+
|
184 |
+
* Core optimization
|
185 |
+
|
186 |
+
|
187 |
+
|
188 |
= Comments - wpDiscuz v7.0.8 =
|
189 |
|
190 |
* Added: WordPress 5.6 compatibility
|