Feed & LikeBox For Facebook - Version 2.8.9

Version Description

[9-11-2019] 1. Version tested with wp 5.3 2. function deprecate issue fixed for url.

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Feed & LikeBox For Facebook
Version 2.8.9
Comparing to
See all releases

Code changes from version 2.8.8 to 2.8.9

facebook-by-weblizar.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Social LikeBox & Feed
4
- * Version: 2.8.8
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds and like-box contents.
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com
1
  <?php
2
  /**
3
  * Plugin Name: Social LikeBox & Feed
4
+ * Version: 2.8.9
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds and like-box contents.
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com
function/facebook-by-weblizar-data.php CHANGED
@@ -7,7 +7,7 @@ if(isset($_POST['security']) && isset($_POST['facebook-page-url']) && isset($_PO
7
 
8
  $FacebookSettingsArray = serialize(
9
  array(
10
- 'FacebookPageUrl' => sanitize_url( $_POST['facebook-page-url'] ),
11
  'ColorScheme' => '',
12
  'Header' => isset( $_POST['show-widget-header'] ) ? sanitize_text_field( $_POST['show-widget-header'] ) : '',
13
  'Stream' => sanitize_text_field( $_POST['show-live-stream'] ),
7
 
8
  $FacebookSettingsArray = serialize(
9
  array(
10
+ 'FacebookPageUrl' => esc_url_raw( $_POST['facebook-page-url'] ),
11
  'ColorScheme' => '',
12
  'Header' => isset( $_POST['show-widget-header'] ) ? sanitize_text_field( $_POST['show-widget-header'] ) : '',
13
  'Stream' => sanitize_text_field( $_POST['show-live-stream'] ),
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: https://www.weblizar.com/
4
  Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, FaceBook posts, facebook widget, FaceBook profile, FaceBook group, facebook page feed, facebook page like box, feed, likebox
5
  Requires at least: 3.8
6
- Tested up to: 5.2.4
7
- Stable tag: 2.8.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -216,6 +216,10 @@ For more information, see [Weblizar](https://weblizar.com/) .
216
 
217
  == Changelog ==
218
 
 
 
 
 
219
  = 2.8.8 = [19-10-2019]
220
  1. Version update and Compatible with wp 5.2.4
221
  2. Updated: Security Nonce and permission check.
3
  Donate link: https://www.weblizar.com/
4
  Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, FaceBook posts, facebook widget, FaceBook profile, FaceBook group, facebook page feed, facebook page like box, feed, likebox
5
  Requires at least: 3.8
6
+ Tested up to: 5.3
7
+ Stable tag: 2.8.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
216
 
217
  == Changelog ==
218
 
219
+ = 2.8.9 = [9-11-2019]
220
+ 1. Version tested with wp 5.3
221
+ 2. function deprecate issue fixed for url.
222
+
223
  = 2.8.8 = [19-10-2019]
224
  1. Version update and Compatible with wp 5.2.4
225
  2. Updated: Security Nonce and permission check.