Comments – wpDiscuz - Version 3.1.4

Version Description

  • Fixed Bug: Default comment sorting

IMPORTANT:

  • If you have JatPack installed please deactivate JatPack comments, it affects wpDiscuz
  • If you have a Cache Plugin and CDN, please delete all caches and purge CDN after wpDiscuz update.
Download this release

Release Info

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

Code changes from version 3.1.3 to 3.1.4

Files changed (2) hide show
  1. class.WpdiscuzCore.php +2 -1
  2. readme.txt +11 -7
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.1.3
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/
@@ -855,6 +855,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
855
  'post_author' => $post->post_author,
856
  'posts_authors' => $postsAuthors,
857
  'walker' => $this->wpdiscuzWalker,
 
858
  );
859
  }
860
 
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.1.4
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/
855
  'post_author' => $post->post_author,
856
  'posts_authors' => $postsAuthors,
857
  'walker' => $this->wpdiscuzWalker,
858
+ 'per_page' => $this->optionsSerialized->wordpressCommentPerPage,
859
  );
860
  }
861
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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, Lazy load, Lazy load comments, 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.8.0
6
- Tested up to: 4.4
7
- Stable tag: 3.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -145,18 +145,22 @@ Support Forum: http://gvectors.com/forum/
145
 
146
  == Changelog ==
147
 
148
- = 3.1.3 =
149
 
150
- * Added: Option to keep guest commenter credentials in browser for x days
151
- * Set this option value -1 to make it unlimit.
152
- * Set this option value 0 to clear those data when user closes browser.
153
- * Fixed Bug: CSS Issues
154
 
155
  IMPORTANT:
156
 
157
  - If you have JatPack installed please deactivate JatPack comments, it affects wpDiscuz
158
  - If you have a Cache Plugin and CDN, please delete all caches and purge CDN after wpDiscuz update.
159
 
 
 
 
 
 
 
 
160
  = 3.1.2 =
161
 
162
  * Fixed Bug: CAPTCHA issue on some hosting services and with some secure plugins
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, Lazy load, Lazy load comments, 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.8.0
6
+ Tested up to: 4.4.1
7
+ Stable tag: 3.1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
145
 
146
  == Changelog ==
147
 
148
+ = 3.1.4 =
149
 
150
+ * Fixed Bug: Default comment sorting
 
 
 
151
 
152
  IMPORTANT:
153
 
154
  - If you have JatPack installed please deactivate JatPack comments, it affects wpDiscuz
155
  - If you have a Cache Plugin and CDN, please delete all caches and purge CDN after wpDiscuz update.
156
 
157
+ = 3.1.3 =
158
+
159
+ * Added: Option to keep guest commenter credentials in browser for x days
160
+ * Set this option value -1 to make it unlimit.
161
+ * Set this option value 0 to clear those data when user closes browser.
162
+ * Fixed Bug: CSS Issues
163
+
164
  = 3.1.2 =
165
 
166
  * Fixed Bug: CAPTCHA issue on some hosting services and with some secure plugins