Version Description
=
- Bug fixed - Security Notice.
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 2.5.1 |
Comparing to | |
See all releases |
Code changes from version 2.5.0 to 2.5.1
- facebook-comment.php +1 -1
- includes/admin_menu.php +10 -13
- 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.
|
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.1
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
includes/admin_menu.php
CHANGED
@@ -719,22 +719,19 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
719 |
'description' => 'Hire SEO specialists and they will take care of the search engine optimization of your site.'
|
720 |
)
|
721 |
);
|
722 |
-
$content='';
|
723 |
|
724 |
-
|
725 |
-
|
726 |
foreach($plugins_array as $key=>$plugin) {
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
}
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
echo $content;
|
738 |
}
|
739 |
|
740 |
}
|
719 |
'description' => 'Hire SEO specialists and they will take care of the search engine optimization of your site.'
|
720 |
)
|
721 |
);
|
|
|
722 |
|
723 |
+
echo '<h1 class="wpdev_hire_exp_h1"> Hire an Expert </h1>';
|
724 |
+
echo '<div class="hire_expert_main">';
|
725 |
foreach($plugins_array as $key=>$plugin) {
|
726 |
+
echo '<div class="wpdevart_hire_main"><a target="_blank" class="wpdev_hire_buklet" href="https://wpdevart.com/hire-wordpress-developer-dedicated-experts-are-ready-to-help/">';
|
727 |
+
echo '<div class="wpdevart_hire_image"><img src="'.esc_url($plugin["image_url"]).'"></div>';
|
728 |
+
echo '<div class="wpdevart_hire_information">';
|
729 |
+
echo '<div class="wpdevart_hire_title">'.esc_html($plugin["title"]).'</div>';
|
730 |
+
echo '<p class="wpdevart_hire_description">'.esc_html($plugin["description"]).'</p>';
|
731 |
+
echo '</div></a></div>';
|
732 |
}
|
733 |
+
echo '<div><a target="_blank" class="wpdev_hire_button" href="https://wpdevart.com/hire-wordpress-developer-dedicated-experts-are-ready-to-help/">Hire an Expert</a></div>';
|
734 |
+
echo '</div>';
|
|
|
|
|
735 |
}
|
736 |
|
737 |
}
|
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.5.
|
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.0 ==
|
108 |
|
109 |
* Bug fixed.
|
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.5.1
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.5.1 ==
|
108 |
+
|
109 |
+
* Bug fixed - Security Notice.
|
110 |
+
|
111 |
= 2.5.0 ==
|
112 |
|
113 |
* Bug fixed.
|