Version Description
- Fixed: Minor bug
Download this release
Release Info
Developer | 10web |
Plugin | WD Facebook Feed – Custom Facebook Feed Plugin |
Version | 1.1.14 |
Comparing to | |
See all releases |
Code changes from version 1.1.13 to 1.1.14
- facebook-feed-wd.php +2 -2
- framework/WDW_FFWD_Library.php +1 -1
- readme.txt +7 -4
facebook-feed-wd.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: 10Web Social Feed
|
5 |
* Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/?utm_source=facebook_feed&utm_medium=free_plugin
|
6 |
* Description: 10Web Social Feed is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
7 |
-
* Version: 1.1.
|
8 |
* Author: 10Web
|
9 |
* Author URI: https://10web.io/plugins/?utm_source=facebook_feed&utm_medium=free_plugin
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -15,7 +15,7 @@ define( 'WD_FFWD_URL', plugins_url( plugin_basename( dirname( __FILE__ ) ) ) );
|
|
15 |
define( 'WD_FB_PREFIX', 'ffwd' );
|
16 |
define( 'WD_FB_IS_FREE', TRUE );
|
17 |
if (! defined( 'FFWD_VERSION' ) ){
|
18 |
-
define ('FFWD_VERSION',"1.1.
|
19 |
}
|
20 |
|
21 |
add_action('admin_notices', 'ffwd_login_notice');
|
4 |
* Plugin Name: 10Web Social Feed
|
5 |
* Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/?utm_source=facebook_feed&utm_medium=free_plugin
|
6 |
* Description: 10Web Social Feed is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
7 |
+
* Version: 1.1.14
|
8 |
* Author: 10Web
|
9 |
* Author URI: https://10web.io/plugins/?utm_source=facebook_feed&utm_medium=free_plugin
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
define( 'WD_FB_PREFIX', 'ffwd' );
|
16 |
define( 'WD_FB_IS_FREE', TRUE );
|
17 |
if (! defined( 'FFWD_VERSION' ) ){
|
18 |
+
define ('FFWD_VERSION',"1.1.14");
|
19 |
}
|
20 |
|
21 |
add_action('admin_notices', 'ffwd_login_notice');
|
framework/WDW_FFWD_Library.php
CHANGED
@@ -989,7 +989,7 @@ class WDW_FFWD_Library {
|
|
989 |
$data = $default;
|
990 |
}
|
991 |
if(is_array($data)){
|
992 |
-
$arr_data = array_map(
|
993 |
return $arr_data;
|
994 |
}
|
995 |
$return_data = sanitize_text_field($data);
|
989 |
$data = $default;
|
990 |
}
|
991 |
if(is_array($data)){
|
992 |
+
$arr_data = array_map('sanitize_text_field', $data );
|
993 |
return $arr_data;
|
994 |
}
|
995 |
$return_data = sanitize_text_field($data);
|
readme.txt
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
=== 10Web Social Feed
|
2 |
Contributors: webdorado,10web,wdsupport
|
3 |
Tags: customizable facebook feed, facebook, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
|
4 |
Requires at least: 3.4
|
5 |
Requires PHP: 5.2
|
6 |
Tested up to: 5.2
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Formerly "10Web Facebook Feed". 10Web Social Feed is the ultimate plugin to display custom Facebook feeds on your website.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
10Web Social Feed is the ultimate plugin to display custom Facebook feeds on your website.
|
16 |
|
17 |
= Useful Links: =
|
18 |
|
@@ -105,6 +105,9 @@ The plugin uses Facebook API to get public data from Facebook. All the received
|
|
105 |
|
106 |
== Changelog ==
|
107 |
|
|
|
|
|
|
|
108 |
= 1.1.13 =
|
109 |
* Fixed: Security issues
|
110 |
|
1 |
+
=== 10Web Social Post Feed===
|
2 |
Contributors: webdorado,10web,wdsupport
|
3 |
Tags: customizable facebook feed, facebook, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
|
4 |
Requires at least: 3.4
|
5 |
Requires PHP: 5.2
|
6 |
Tested up to: 5.2
|
7 |
+
Stable tag: 1.1.14
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Formerly "10Web Facebook Feed". 10Web Social Feed is the ultimate plugin to display custom Facebook feeds of Facebook page on your website.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
10Web Social Feed (Formerly "10Web Facebook Feed") is the ultimate plugin to display custom Facebook feeds on your website.
|
16 |
|
17 |
= Useful Links: =
|
18 |
|
105 |
|
106 |
== Changelog ==
|
107 |
|
108 |
+
= 1.1.14 =
|
109 |
+
* Fixed: Minor bug
|
110 |
+
|
111 |
= 1.1.13 =
|
112 |
* Fixed: Security issues
|
113 |
|