Version Description
=
- Made some changes in the admin panel of the plugin.
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 2.4.5 |
Comparing to | |
See all releases |
Code changes from version 2.4.4 to 2.4.5
- facebook-comment.php +1 -1
- includes/admin_menu.php +3 -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.4.
|
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.5
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
includes/admin_menu.php
CHANGED
@@ -360,7 +360,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
360 |
</tr>
|
361 |
<tr >
|
362 |
<td>
|
363 |
-
Background color <span class="pro_feature"> (pro)</span> <span title="
|
364 |
</td>
|
365 |
<td>
|
366 |
<div class="wp-picker-container disabled_picker">
|
@@ -379,7 +379,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
379 |
|
380 |
<tr>
|
381 |
<td>
|
382 |
-
Default language <span title="Type here
|
383 |
</td>
|
384 |
<td>
|
385 |
<input type="text" name="wpdevart_comments_box_locale" id="wpdevart_comments_box_locale" value="<?php echo $page_parametrs['wpdevart_comments_box_locale'] ?>">(en_US,de_DE...)
|
@@ -387,7 +387,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
387 |
</tr>
|
388 |
<tr>
|
389 |
<td>
|
390 |
-
Include SDK code <span style="color:red" title="Important - if you don't use any other FB plugin, then choose to include the SDK code, otherwise the plugin will not work. If you choose to not include the SDK code, then our plugin will remove that code." class="desription_class">?</span>
|
391 |
</td>
|
392 |
<td>
|
393 |
<select id="wpdevart_comments_box_include_sdk">
|
360 |
</tr>
|
361 |
<tr >
|
362 |
<td>
|
363 |
+
Background color <span class="pro_feature"> (pro)</span> <span title="Set the background color of the Facebook comments box" class="desription_class">?</span>
|
364 |
</td>
|
365 |
<td>
|
366 |
<div class="wp-picker-container disabled_picker">
|
379 |
|
380 |
<tr>
|
381 |
<td>
|
382 |
+
Default language <span title="Type here the default language code(en_US,de_DE...) of the Facebook comments box" class="desription_class">?</span>
|
383 |
</td>
|
384 |
<td>
|
385 |
<input type="text" name="wpdevart_comments_box_locale" id="wpdevart_comments_box_locale" value="<?php echo $page_parametrs['wpdevart_comments_box_locale'] ?>">(en_US,de_DE...)
|
387 |
</tr>
|
388 |
<tr>
|
389 |
<td>
|
390 |
+
Include SDK code <span style="color:red" title="Important - if you don't use any other FB plugin, then choose to include the SDK code, otherwise, the plugin will not work. If you choose to not include the SDK code, then our plugin will remove that part of the code." class="desription_class">?</span>
|
391 |
</td>
|
392 |
<td>
|
393 |
<select id="wpdevart_comments_box_include_sdk">
|
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.8.2
|
6 |
-
Stable tag: 2.4.
|
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.4 ==
|
108 |
|
109 |
* The text of the changelog was reversed.
|
3 |
Tags: Facebook, facebook comments, social comments, comments, wordpress comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 5.8.2
|
6 |
+
Stable tag: 2.4.5
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.4.5 ==
|
108 |
+
|
109 |
+
* Made some changes in the admin panel of the plugin.
|
110 |
+
|
111 |
= 2.4.4 ==
|
112 |
|
113 |
* The text of the changelog was reversed.
|