Version Description
Download this release
Release Info
Developer | AdvancedCoding |
Plugin | Comments – wpDiscuz |
Version | 7.3.19 |
Comparing to | |
See all releases |
Code changes from version 7.3.18 to 7.3.19
- class.WpdiscuzCore.php +1 -1
- forms/wpdFormAttr/Form.php +1 -1
- readme.txt +10 -7
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.19
|
6 |
* Author: gVectors Team
|
7 |
* Author URI: https://gvectors.com/
|
8 |
* Plugin URI: https://wpdiscuz.com/
|
forms/wpdFormAttr/Form.php
CHANGED
@@ -8,7 +8,7 @@ use wpdFormAttr\Field\DefaultField\Captcha;
|
|
8 |
class Form {
|
9 |
|
10 |
public $wpdOptions;
|
11 |
-
private $generalOptions;
|
12 |
private $formeStructure;
|
13 |
private $formPostTypes;
|
14 |
private $formFields;
|
8 |
class Form {
|
9 |
|
10 |
public $wpdOptions;
|
11 |
+
private $generalOptions = [];
|
12 |
private $formeStructure;
|
13 |
private $formPostTypes;
|
14 |
private $formFields;
|
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: 6.0
|
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
|
@@ -186,6 +186,15 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
|
|
186 |
== Changelog ==
|
187 |
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
= Comments - wpDiscuz v7.3.18 - 14.06.2022 =
|
190 |
|
191 |
* Added: Preventing multiple clicks on subscription button
|
@@ -201,12 +210,6 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
|
|
201 |
* Fixed Bug: PHP Fatal error: array_key_exists() in Form.php (when creating a new form)
|
202 |
* Fixed Bug: PHP Fatal error: Call to a member function get_children() on null in class.WpdiscuzHelper.php:421
|
203 |
|
204 |
-
|
205 |
-
**IMPORTANT!**
|
206 |
-
|
207 |
-
* Please don't forget delete all caches and purge CDN after the update.
|
208 |
-
|
209 |
-
|
210 |
= Comments - wpDiscuz v7.3.17 - 30.03.2022 =
|
211 |
|
212 |
* Fixed Bug: Conflict with Redis based cache plugins
|
3 |
Tags: comment, comments, ajax comments, comment form, comment fields
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 6.0
|
6 |
+
Stable tag: 7.3.19
|
7 |
Requires PHP: 5.6 and higher
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
186 |
== Changelog ==
|
187 |
|
188 |
|
189 |
+
= Comments - wpDiscuz v7.3.19 - 15.06.2022 =
|
190 |
+
|
191 |
+
Fixed bug: Uncaught TypeError: array_key_exists()
|
192 |
+
|
193 |
+
|
194 |
+
**IMPORTANT!**
|
195 |
+
|
196 |
+
* Please don't forget delete all caches and purge CDN after the update.
|
197 |
+
|
198 |
= Comments - wpDiscuz v7.3.18 - 14.06.2022 =
|
199 |
|
200 |
* Added: Preventing multiple clicks on subscription button
|
210 |
* Fixed Bug: PHP Fatal error: array_key_exists() in Form.php (when creating a new form)
|
211 |
* Fixed Bug: PHP Fatal error: Call to a member function get_children() on null in class.WpdiscuzHelper.php:421
|
212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
= Comments - wpDiscuz v7.3.17 - 30.03.2022 =
|
214 |
|
215 |
* Fixed Bug: Conflict with Redis based cache plugins
|