Comments – wpDiscuz - Version 3.0.2

Version Description

Supercharged Comments =

wpDiscuz 3 requires at least WordPress 4.3 version. We're currently working on core functions to make it compatible on lower versions (>3.1) For now if your wordpress version is lower than 4.3 you can use wpDiscuz 2.1.10 . Download here: https://downloads.wordpress.org/plugin/wpdiscuz.2.2.10.zip

IMPORTANT: If you have a Cache Plugin and CDN, please delete all caches and purge CDN after wpDiscuz update.

  • Fixed Bug: Subscribe to comments bar doesn't woks (redirects to admin-ajax.php)
Download this release

Release Info

Developer gzakar
Plugin Icon 128x128 Comments – wpDiscuz
Version 3.0.2
Comparing to
See all releases

Code changes from version 3.0.1 to 3.0.2

Files changed (2) hide show
  1. class.WpdiscuzCore.php +2 -2
  2. readme.txt +13 -4
class.WpdiscuzCore.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  * Plugin Name: wpDiscuz - Supercharged native comments
5
  * Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
- * Version: 3.0.1
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: http://www.gvectors.com/
9
  * Plugin URI: http://www.gvectors.com/wpdiscuz/
@@ -72,7 +72,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
72
  add_action('wp_ajax_nopriv_addComment', array(&$this, 'addComment'));
73
  add_action('wp_ajax_getSingleComment', array(&$this, 'getSingleComment'));
74
  add_action('wp_ajax_nopriv_getSingleComment', array(&$this, 'getSingleComment'));
75
- add_action('wp_ajax_post_addSubscription', array(&$this->emailHelper, 'addSubscription'));
76
  add_action('wp_ajax_nopriv_addSubscription', array(&$this->emailHelper, 'addSubscription'));
77
  add_action('wp_ajax_checkNotificationType', array(&$this->emailHelper, 'checkNotificationType'));
78
  add_action('wp_ajax_nopriv_checkNotificationType', array(&$this->emailHelper, 'checkNotificationType'));
3
  /*
4
  * Plugin Name: wpDiscuz - Supercharged native comments
5
  * Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
+ * Version: 3.0.2
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: http://www.gvectors.com/
9
  * Plugin URI: http://www.gvectors.com/wpdiscuz/
72
  add_action('wp_ajax_nopriv_addComment', array(&$this, 'addComment'));
73
  add_action('wp_ajax_getSingleComment', array(&$this, 'getSingleComment'));
74
  add_action('wp_ajax_nopriv_getSingleComment', array(&$this, 'getSingleComment'));
75
+ add_action('wp_ajax_addSubscription', array(&$this->emailHelper, 'addSubscription'));
76
  add_action('wp_ajax_nopriv_addSubscription', array(&$this->emailHelper, 'addSubscription'));
77
  add_action('wp_ajax_checkNotificationType', array(&$this->emailHelper, 'checkNotificationType'));
78
  add_action('wp_ajax_nopriv_checkNotificationType', array(&$this->emailHelper, 'checkNotificationType'));
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: gVectors Team
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UC44WQM5XJFPA
4
  Tags: wordpress comments, ajax comments, ajax, live update, live comments, realtime chat, chat, realtime commenting, mobile commenting, post comments, advanced comment, comments box, community, discussion, discuss, disqus, discuz, Disqus alternative, Livefyre alternative, Jatpack comments alternative, Facebook comments alternative, comment form, commenting, reply, comments, better comments, discussions, comment notifications, comment template, activity, comment author, comment system, redirect, comment redirect, first commenter, email commenting, social login, boost comments, native comments
5
- Requires at least: 3.1
6
  Tested up to: 4.3.1
7
- Stable tag: 3.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -140,13 +140,20 @@ wpDiscuz Documentation: http://wpdiscuz.com/wpdiscuz-documentation/
140
 
141
  == Changelog ==
142
 
143
- = 3.0.1 Supercharged Comments =
144
 
 
145
 
146
- IMPORTANT: If your're updating from wpDiscuz 1.x or from 2.x you should do one-time data optimization of existing comments. Please go to Comments > wpDiscuz Settings > Comments Optimization Tab and click on [Supercharge my comments] button and wait for 100% result.
 
 
147
 
148
  IMPORTANT: If you have a Cache Plugin and CDN, please delete all caches and purge CDN after wpDiscuz update.
149
 
 
 
 
 
 
150
  * Tip: [Supercharge my comments] button doesn't work
151
  * Tip: "There are new comments for optimization [--button--]" message can't get away
152
  * Fixed Bug: CAPTCHA image doesn't work (on websites where post ajax php file is secured)
@@ -154,6 +161,8 @@ IMPORTANT: If you have a Cache Plugin and CDN, please delete all caches and purg
154
 
155
  = 3.0.0 Supercharged Comments =
156
 
 
 
157
  * Boosted: Supports dozens of thousands comments per post (tested with 50k/per post)
158
  * Аccelerated: First page load x10 faster (for >100 comments)
159
  * Аccelerated: Load more comments (button) x12 faster (for >100 comments)
2
  Contributors: gVectors Team
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UC44WQM5XJFPA
4
  Tags: wordpress comments, ajax comments, ajax, live update, live comments, realtime chat, chat, realtime commenting, mobile commenting, post comments, advanced comment, comments box, community, discussion, discuss, disqus, discuz, Disqus alternative, Livefyre alternative, Jatpack comments alternative, Facebook comments alternative, comment form, commenting, reply, comments, better comments, discussions, comment notifications, comment template, activity, comment author, comment system, redirect, comment redirect, first commenter, email commenting, social login, boost comments, native comments
5
+ Requires at least: 4.3
6
  Tested up to: 4.3.1
7
+ Stable tag: 3.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
140
 
141
  == Changelog ==
142
 
 
143
 
144
+ = 3.0.2 Supercharged Comments =
145
 
146
+ wpDiscuz 3 requires at least WordPress 4.3 version.
147
+ We're currently working on core functions to make it compatible on lower versions (>3.1)
148
+ For now if your wordpress version is lower than 4.3 you can use wpDiscuz 2.1.10 . Download here: https://downloads.wordpress.org/plugin/wpdiscuz.2.2.10.zip
149
 
150
  IMPORTANT: If you have a Cache Plugin and CDN, please delete all caches and purge CDN after wpDiscuz update.
151
 
152
+ * Fixed Bug: Subscribe to comments bar doesn't woks (redirects to admin-ajax.php)
153
+
154
+
155
+ = 3.0.1 Supercharged Comments =
156
+
157
  * Tip: [Supercharge my comments] button doesn't work
158
  * Tip: "There are new comments for optimization [--button--]" message can't get away
159
  * Fixed Bug: CAPTCHA image doesn't work (on websites where post ajax php file is secured)
161
 
162
  = 3.0.0 Supercharged Comments =
163
 
164
+ IMPORTANT: If your're updating from wpDiscuz 1.x or from 2.x you should do one-time data optimization of existing comments. Please go to Comments > wpDiscuz Settings > Comments Optimization Tab and click on [Supercharge my comments] button and wait for 100% result.
165
+
166
  * Boosted: Supports dozens of thousands comments per post (tested with 50k/per post)
167
  * Аccelerated: First page load x10 faster (for >100 comments)
168
  * Аccelerated: Load more comments (button) x12 faster (for >100 comments)