Comments – wpDiscuz - Version 5.0.1

Version Description

Download this release

Release Info

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

Code changes from version 5.0.0 to 5.0.1

Files changed (2) hide show
  1. class.WpdiscuzCore.php +2 -2
  2. readme.txt +4 -3
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.0.0
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
@@ -1356,4 +1356,4 @@ class WpdiscuzCore implements WpDiscuzConstants {
1356
 
1357
  }
1358
 
1359
- $wpDiscuz = wpDiscuz();
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.0.1
7
  * Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  * Author URI: https://gvectors.com/
9
  * Plugin URI: http://wpdiscuz.com/
1356
 
1357
  }
1358
 
1359
+ $wpdiscuz = wpDiscuz();
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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: 4.9
6
- Stable tag: 5.0.0
7
  Requires PHP: 5.4 and higher
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -173,7 +173,7 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
173
 
174
  == Changelog ==
175
 
176
- = Comments - wpDiscuz v5.0.0 =
177
 
178
  * Added : New Look and Feel
179
  * Added : Redesigned Comment List and Comment Form
@@ -193,6 +193,7 @@ Nothing will be lost! **Comments - wpDiscuz** will show all old comments.
193
  * Fixed Bug : View/Hide replies translation issue
194
  * Fixed Bug : WP User Avatar plugin conflict
195
  * Fixed Bug : Replies are not showing after page refresh
 
196
 
197
 
198
  IMPORTANT!!!
@@ -202,7 +203,7 @@ IMPORTANT!!!
202
  - If you have JetPack installed please deactivate Jetpack comments, it affects wpDiscuz
203
  - If you have a Cache Plugin, please delete all caches after wpDiscuz update.
204
  - If you use CDN and found some issue please purge it.
205
- - If your server PHP version is lower than 5.4, [please change it to hogher](https://wordpress.org/support/topic/wpdiscuz-4-requires-php-5-4-and-higher/)
206
 
207
 
208
  = Comments - wpDiscuz v4.1.4 =
3
  Tags: comment, comments, ajax comments, custom comment form, custom comment field
4
  Requires at least: 4.4
5
  Tested up to: 4.9
6
+ Stable tag: 5.0.1
7
  Requires PHP: 5.4 and higher
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
173
 
174
  == Changelog ==
175
 
176
+ = Comments - wpDiscuz v5.0.0 / v5.0.1 =
177
 
178
  * Added : New Look and Feel
179
  * Added : Redesigned Comment List and Comment Form
193
  * Fixed Bug : View/Hide replies translation issue
194
  * Fixed Bug : WP User Avatar plugin conflict
195
  * Fixed Bug : Replies are not showing after page refresh
196
+ * Fixed Bug : Changing global "wpDiscuz" variable name to "wpdiscuz" to avoid errors in wpDiscuz Addons
197
 
198
 
199
  IMPORTANT!!!
203
  - If you have JetPack installed please deactivate Jetpack comments, it affects wpDiscuz
204
  - If you have a Cache Plugin, please delete all caches after wpDiscuz update.
205
  - If you use CDN and found some issue please purge it.
206
+ - If your server PHP version is lower than 5.4, [please change it to higher](https://wordpress.org/support/topic/wpdiscuz-4-requires-php-5-4-and-higher/)
207
 
208
 
209
  = Comments - wpDiscuz v4.1.4 =