WpDevArt Facebook comments - Version 2.5.4

Version Description

=

  • Changed some default parameters.
Download this release

Release Info

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

Code changes from version 2.5.3 to 2.5.4

Files changed (3) hide show
  1. facebook-comment.php +1 -1
  2. includes/library.php +2 -2
  3. readme.txt +5 -1
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.5.3
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.5.4
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/library.php CHANGED
@@ -29,11 +29,11 @@ class wpdevart_comment_setting{
29
  "curent_url" => get_permalink(),
30
  "title_text" => 'Comments',
31
  "title_text_color" => '#000000',
32
- "title_text_font_size" => '20',
33
  "title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
34
  "title_text_position" => 'left',
35
  "width" => '100%',
36
- "count_of_comments" => '7',
37
  "locale" => 'en_US',
38
 
39
  );
29
  "curent_url" => get_permalink(),
30
  "title_text" => 'Comments',
31
  "title_text_color" => '#000000',
32
+ "title_text_font_size" => '19',
33
  "title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
34
  "title_text_position" => 'left',
35
  "width" => '100%',
36
+ "count_of_comments" => '10',
37
  "locale" => 'en_US',
38
 
39
  );
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: 6.0
6
- Stable tag: 2.5.3
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.5.3 ==
108
 
109
  * Security bug fixed.
3
  Tags: Facebook, facebook comments, social comments, comments, wordpress comments
4
  Requires at least: 2.9
5
  Tested up to: 6.0
6
+ Stable tag: 2.5.4
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
104
 
105
  == Changelog ==
106
 
107
+ = 2.5.4 ==
108
+
109
+ * Changed some default parameters.
110
+
111
  = 2.5.3 ==
112
 
113
  * Security bug fixed.