Version Description
[27-04-2019] 1. Minor issue fixed 2. banner772*250 changed
Download this release
Release Info
Developer | weblizar |
Plugin | Feed & LikeBox For Facebook |
Version | 2.8.1 |
Comparing to | |
See all releases |
Code changes from version 2.8.0 to 2.8.1
- facebook-by-weblizar.php +2 -2
- readme.txt +6 -1
facebook-by-weblizar.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Feed & LikeBox For Facebook
|
4 |
-
* Version: 2.8.
|
5 |
* Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com
|
@@ -62,7 +62,7 @@ add_action('wp_enqueue_scripts', 'weblizar_feed_code_script');
|
|
62 |
|
63 |
/*Plugin Setting Link*/
|
64 |
function weblizar_plugin_add_settings_link( $links ) {
|
65 |
-
$fbw_pro_link = '<a href="https://weblizar.com/plugins/facebook-feed-pro/"
|
66 |
$settings_link = '<a href="options-general.php?page=facebooky-by-weblizar">' . __( 'Settings' ) . '</a>';
|
67 |
array_unshift( $links,$settings_link );
|
68 |
array_unshift($links,$fbw_pro_link);
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Feed & LikeBox For Facebook
|
4 |
+
* Version: 2.8.1
|
5 |
* Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com
|
62 |
|
63 |
/*Plugin Setting Link*/
|
64 |
function weblizar_plugin_add_settings_link( $links ) {
|
65 |
+
$fbw_pro_link = '<a href="https://weblizar.com/plugins/facebook-feed-pro/" target="_blank">Go Pro</a>';
|
66 |
$settings_link = '<a href="options-general.php?page=facebooky-by-weblizar">' . __( 'Settings' ) . '</a>';
|
67 |
array_unshift( $links,$settings_link );
|
68 |
array_unshift($links,$fbw_pro_link);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.1.1
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -216,6 +216,11 @@ For more information, see [Weblizar](https://weblizar.com/) .
|
|
216 |
|
217 |
== Changelog ==
|
218 |
|
|
|
|
|
|
|
|
|
|
|
219 |
= 2.8.0 = [06-04-2019]
|
220 |
1. Version update and Compatible with wp 5.1.1
|
221 |
2. Pro setting banner updated
|
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.1.1
|
7 |
+
Stable tag: 2.8.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
216 |
|
217 |
== Changelog ==
|
218 |
|
219 |
+
|
220 |
+
= 2.8.1 = [27-04-2019]
|
221 |
+
1. Minor issue fixed
|
222 |
+
2. banner772*250 changed
|
223 |
+
|
224 |
= 2.8.0 = [06-04-2019]
|
225 |
1. Version update and Compatible with wp 5.1.1
|
226 |
2. Pro setting banner updated
|