WpDevArt Facebook comments - Version 2.4.9

Version Description

=

  • Changed a default option.
Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 WpDevArt Facebook comments
Version 2.4.9
Comparing to
See all releases

Code changes from version 2.4.8 to 2.4.9

facebook-comment.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://wpdevart.com/wordpress-facebook-comments-plugin
5
  * Author URI: https://wpdevart.com
6
  * Description: Social (Facebook) comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
7
- * Version: 2.4.8
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
4
  * Plugin URI: https://wpdevart.com/wordpress-facebook-comments-plugin
5
  * Author URI: https://wpdevart.com
6
  * Description: Social (Facebook) comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
7
+ * Version: 2.4.9
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/install_database.php CHANGED
@@ -27,7 +27,7 @@ class wpdevart_comment_install_database{
27
  "wpdevart_comment_title_text_position" => 'left',
28
  "wpdevart_comments_box_show_in" => '{"home":true,"post":true,"page":true}',
29
  "wpdevart_comments_box_width" => '100%',
30
- "wpdevart_comments_box_count_of_comments" => '5',
31
  "wpdevart_comments_box_locale" => 'en_US',
32
  "wpdevart_comments_box_include_sdk" => 'yes',
33
  )
27
  "wpdevart_comment_title_text_position" => 'left',
28
  "wpdevart_comments_box_show_in" => '{"home":true,"post":true,"page":true}',
29
  "wpdevart_comments_box_width" => '100%',
30
+ "wpdevart_comments_box_count_of_comments" => '7',
31
  "wpdevart_comments_box_locale" => 'en_US',
32
  "wpdevart_comments_box_include_sdk" => 'yes',
33
  )
includes/library.php CHANGED
@@ -34,7 +34,7 @@ class wpdevart_comment_setting{
34
  "title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
35
  "title_text_position" => 'left',
36
  "width" => '100%',
37
- "count_of_comments" => '5',
38
  "locale" => 'en_US',
39
 
40
  );
34
  "title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
35
  "title_text_position" => 'left',
36
  "width" => '100%',
37
+ "count_of_comments" => '7',
38
  "locale" => 'en_US',
39
 
40
  );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wpdevart
3
  Tags: Facebook, facebook comments, social comments, comments, wordpress comments
4
  Requires at least: 2.9
5
  Tested up to: 5.9
6
- Stable tag: 2.4.8
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -104,6 +104,10 @@ Yes, If you are logged in(Fb account) then you will see the moderate options for
104
 
105
  == Changelog ==
106
 
 
 
 
 
107
  = 2.4.8 ==
108
 
109
  * Changed the user manual text.
3
  Tags: Facebook, facebook comments, social comments, comments, wordpress comments
4
  Requires at least: 2.9
5
  Tested up to: 5.9
6
+ Stable tag: 2.4.9
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
104
 
105
  == Changelog ==
106
 
107
+ = 2.4.9 ==
108
+
109
+ * Changed a default option.
110
+
111
  = 2.4.8 ==
112
 
113
  * Changed the user manual text.