Comments – wpDiscuz - Version 5.3.5

Version Description

Download this release

Release Info

Developer AdvancedCoding
Plugin Icon 128x128 Comments – wpDiscuz
Version 5.3.5
Comparing to
See all releases

Code changes from version 5.3.4 to 5.3.5

assets/third-party/{wpdcookiejs → wpdccjs}/index.html RENAMED
File without changes
assets/third-party/{wpdcookiejs/customcookie.js → wpdccjs/wpdcc.js} RENAMED
File without changes
class.WpdiscuzCore.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  * Plugin Name: wpDiscuz
5
  * Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
- * Version: 5.3.4
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
@@ -1126,7 +1126,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
1126
  wp_enqueue_style('wpdiscuz-frontend-css');
1127
  }
1128
 
1129
- wp_register_script('wpdiscuz-cookie-js', plugins_url(WPDISCUZ_DIR_NAME . '/assets/third-party/wpdcookiejs/customcookie.js'), array('jquery'), $this->version, $this->optionsSerialized->isLoadScriptsInFooter);
1130
  wp_enqueue_script('wpdiscuz-cookie-js');
1131
  wp_register_script('autogrowtextarea-js', plugins_url(WPDISCUZ_DIR_NAME . '/assets/third-party/autogrow/jquery.autogrowtextarea.min.js'), array('jquery'), $this->version, $this->optionsSerialized->isLoadScriptsInFooter);
1132
  wp_enqueue_script('autogrowtextarea-js');
3
  /*
4
  * Plugin Name: wpDiscuz
5
  * Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
+ * Version: 5.3.5
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
1126
  wp_enqueue_style('wpdiscuz-frontend-css');
1127
  }
1128
 
1129
+ wp_register_script('wpdiscuz-cookie-js', plugins_url(WPDISCUZ_DIR_NAME . '/assets/third-party/wpdccjs/wpdcc.js'), array('jquery'), $this->version, $this->optionsSerialized->isLoadScriptsInFooter);
1130
  wp_enqueue_script('wpdiscuz-cookie-js');
1131
  wp_register_script('autogrowtextarea-js', plugins_url(WPDISCUZ_DIR_NAME . '/assets/third-party/autogrow/jquery.autogrowtextarea.min.js'), array('jquery'), $this->version, $this->optionsSerialized->isLoadScriptsInFooter);
1132
  wp_enqueue_script('autogrowtextarea-js');
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: gVectors Team
3
  Tags: comment, comments, ajax comments, custom comment form, custom comment field
4
  Requires at least: 4.4
5
- Tested up to: 5.2
6
- Stable tag: 5.3.4
7
  Requires PHP: 5.4 and higher
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -174,6 +174,11 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
174
 
175
  == Changelog ==
176
 
 
 
 
 
 
177
  = Comments - wpDiscuz v5.3.4 =
178
 
179
  * Fixed Bug: Comment Subscription bar agreement label content issue.
2
  Contributors: gVectors Team
3
  Tags: comment, comments, ajax comments, custom comment form, custom comment field
4
  Requires at least: 4.4
5
+ Tested up to: 5.4
6
+ Stable tag: 5.3.5
7
  Requires PHP: 5.4 and higher
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
174
 
175
  == Changelog ==
176
 
177
+ = Comments - wpDiscuz v5.3.5 =
178
+
179
+ * Fixed Bug: Conflict with uBlock Origin.
180
+
181
+
182
  = Comments - wpDiscuz v5.3.4 =
183
 
184
  * Fixed Bug: Comment Subscription bar agreement label content issue.