Version Description
- Fixed: Dashboard tabs and popups conflict
- Fixed: Minor issues
Download this release
Release Info
Developer | DaNish Ali |
Plugin | Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp |
Version | 5.2.9 |
Comparing to | |
See all releases |
Code changes from version 5.2.8 to 5.2.9
- README.txt +7 -7
- admin/admin.php +4 -2
- easy-facebook-likebox.php +2 -2
- easy-facebook-likebox/public/easy-facebook-likebox.php +1 -1
README.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: maltathemes, sjaved, freemius
|
3 |
Tags: instagram feed, instagram, facebook feed, PopUp, page plugin
|
4 |
Requires at least: 3.3
|
5 |
-
Tested up to: 5.4
|
6 |
-
Stable tag: 5.2.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -193,6 +193,10 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
193 |
18. Instagram skins panel.
|
194 |
|
195 |
== Changelog ==
|
|
|
|
|
|
|
|
|
196 |
= 5.2.8 =
|
197 |
* Added: Instagram Hashtag
|
198 |
* Fixed: Instagram carousel broken issue
|
@@ -398,8 +402,4 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
398 |
|
399 |
= 1.0.0 =
|
400 |
|
401 |
-
* Initial release.
|
402 |
-
|
403 |
-
== Upgrade Notice ==
|
404 |
-
= 5.2.8 =
|
405 |
-
Added Instagram Hashtag feature and fixed minor issues
|
2 |
Contributors: maltathemes, sjaved, freemius
|
3 |
Tags: instagram feed, instagram, facebook feed, PopUp, page plugin
|
4 |
Requires at least: 3.3
|
5 |
+
Tested up to: 5.4.2
|
6 |
+
Stable tag: 5.2.9
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
193 |
18. Instagram skins panel.
|
194 |
|
195 |
== Changelog ==
|
196 |
+
= 5.2.9 =
|
197 |
+
* Fixed: Dashboard tabs and popups conflict
|
198 |
+
* Fixed: Minor issues
|
199 |
+
|
200 |
= 5.2.8 =
|
201 |
* Added: Instagram Hashtag
|
202 |
* Fixed: Instagram carousel broken issue
|
402 |
|
403 |
= 1.0.0 =
|
404 |
|
405 |
+
* Initial release.
|
|
|
|
|
|
|
|
admin/admin.php
CHANGED
@@ -99,13 +99,15 @@ class FTA_Admin
|
|
99 |
*/
|
100 |
public function fta_admin_style( $hook )
|
101 |
{
|
102 |
-
// exit( $hook);
|
103 |
/*
|
104 |
* Following files should load only on fta page in backend.
|
105 |
*/
|
106 |
if ( 'toplevel_page_feed-them-all' !== $hook && 'easy-social-feed_page_mif' !== $hook && 'easy-social-feed_page_easy-facebook-likebox' !== $hook && 'admin_page_esf_welcome' !== $hook && 'easy-social-feed_page_esf_recommendations' !== $hook ) {
|
107 |
return;
|
108 |
}
|
|
|
|
|
|
|
109 |
/*
|
110 |
* Base css file for admin area.
|
111 |
*/
|
@@ -380,7 +382,7 @@ class FTA_Admin
|
|
380 |
<p>%19$s</p>
|
381 |
<p>%20$s</p>
|
382 |
<div class="fl-recomends-action">
|
383 |
-
<a href="https://www.cloudways.com" rel="noopener noreferrer" target="_blank">%8$s</a>
|
384 |
</div>
|
385 |
</div>
|
386 |
</div>
|
99 |
*/
|
100 |
public function fta_admin_style( $hook )
|
101 |
{
|
|
|
102 |
/*
|
103 |
* Following files should load only on fta page in backend.
|
104 |
*/
|
105 |
if ( 'toplevel_page_feed-them-all' !== $hook && 'easy-social-feed_page_mif' !== $hook && 'easy-social-feed_page_easy-facebook-likebox' !== $hook && 'admin_page_esf_welcome' !== $hook && 'easy-social-feed_page_esf_recommendations' !== $hook ) {
|
106 |
return;
|
107 |
}
|
108 |
+
wp_deregister_script( 'bootstrap.min' );
|
109 |
+
wp_deregister_script( 'bootstrap' );
|
110 |
+
wp_deregister_script( 'jquery-ui-tabs' );
|
111 |
/*
|
112 |
* Base css file for admin area.
|
113 |
*/
|
382 |
<p>%19$s</p>
|
383 |
<p>%20$s</p>
|
384 |
<div class="fl-recomends-action">
|
385 |
+
<a href="https://www.cloudways.com/en/?id=571774" rel="noopener noreferrer" target="_blank">%8$s</a>
|
386 |
</div>
|
387 |
</div>
|
388 |
</div>
|
easy-facebook-likebox.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Easy Social Feed
|
5 |
* Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
|
6 |
* Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally it also now allows you to dipslay the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
7 |
-
* Version: 5.2.
|
8 |
* Author: Danish Ali Malik
|
9 |
* Author URI: https://maltathemes.com/danish-ali-malik
|
10 |
* Text Domain: easy-facebook-likebox,
|
@@ -93,7 +93,7 @@ if ( function_exists( 'efl_fs' ) ) {
|
|
93 |
/*
|
94 |
* $version defines the version of the plugin.
|
95 |
*/
|
96 |
-
public $version = '5.2.
|
97 |
public $fta_slug = 'easy-facebook-likebox' ;
|
98 |
public $plug_slug = 'easy-facebook-likebox' ;
|
99 |
/*
|
4 |
* Plugin Name: Easy Social Feed
|
5 |
* Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
|
6 |
* Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally it also now allows you to dipslay the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
7 |
+
* Version: 5.2.9
|
8 |
* Author: Danish Ali Malik
|
9 |
* Author URI: https://maltathemes.com/danish-ali-malik
|
10 |
* Text Domain: easy-facebook-likebox,
|
93 |
/*
|
94 |
* $version defines the version of the plugin.
|
95 |
*/
|
96 |
+
public $version = '5.2.9' ;
|
97 |
public $fta_slug = 'easy-facebook-likebox' ;
|
98 |
public $plug_slug = 'easy-facebook-likebox' ;
|
99 |
/*
|
easy-facebook-likebox/public/easy-facebook-likebox.php
CHANGED
@@ -33,7 +33,7 @@ class Easy_Facebook_Likebox
|
|
33 |
*
|
34 |
* @var string
|
35 |
*/
|
36 |
-
const VERSION = '5.2.
|
37 |
/**
|
38 |
* @TODO - Rename "plugin-name" to the name your your plugin
|
39 |
*
|
33 |
*
|
34 |
* @var string
|
35 |
*/
|
36 |
+
const VERSION = '5.2.9' ;
|
37 |
/**
|
38 |
* @TODO - Rename "plugin-name" to the name your your plugin
|
39 |
*
|