Version Description
- Fixed: Translations
Download this release
Release Info
Developer | webdorado |
Plugin | WD Facebook Feed – Custom Facebook Feed Plugin |
Version | 1.0.23 |
Comparing to | |
See all releases |
Code changes from version 1.0.22 to 1.0.23
- facebook-feed-wd.php +2 -2
- frontend/models/FFWDModelBlog_style.php +1 -1
- readme.txt +4 -1
facebook-feed-wd.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Facebook Feed WD
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
6 |
* Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
7 |
-
* Version: 1.0.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -914,7 +914,7 @@ add_action( 'init', 'ffwd_language_load' );
|
|
914 |
|
915 |
function ffwd_version() {
|
916 |
|
917 |
-
$version = '1.0.
|
918 |
|
919 |
if ( get_option( 'ffwd_version' ) === false ) {
|
920 |
add_option( 'ffwd_version', $version );
|
4 |
* Plugin Name: Facebook Feed WD
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
6 |
* Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
7 |
+
* Version: 1.0.23
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
914 |
|
915 |
function ffwd_version() {
|
916 |
|
917 |
+
$version = '1.0.23';
|
918 |
|
919 |
if ( get_option( 'ffwd_version' ) === false ) {
|
920 |
add_option( 'ffwd_version', $version );
|
frontend/models/FFWDModelBlog_style.php
CHANGED
@@ -217,7 +217,7 @@ class FFWDModelBlog_style extends FFWDModelMain {
|
|
217 |
$hide_text = substr($string, $last_whitespace_in_string_cut, $hide_text_length);
|
218 |
$hide_text_paragraph = ' <span style="display:none" class="ffwd_blog_style_object_'.$type.'_hide" >' . $hide_text . ' </span>';
|
219 |
|
220 |
-
$new_string = substr($stringCut, 0, $last_whitespace_in_string_cut) . $hide_text_paragraph . ' <span class="more_dotes" > ... </span> <a href="" class="ffwd_see_more_'.$type.'">See more</a>';
|
221 |
}
|
222 |
return $new_string;
|
223 |
}
|
217 |
$hide_text = substr($string, $last_whitespace_in_string_cut, $hide_text_length);
|
218 |
$hide_text_paragraph = ' <span style="display:none" class="ffwd_blog_style_object_'.$type.'_hide" >' . $hide_text . ' </span>';
|
219 |
|
220 |
+
$new_string = substr($stringCut, 0, $last_whitespace_in_string_cut) . $hide_text_paragraph . ' <span class="more_dotes" > ... </span> <a href="" class="ffwd_see_more_'.$type.'">'.__('See more','ffwd').'</a>';
|
221 |
}
|
222 |
return $new_string;
|
223 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
|
4 |
Tags: customizable facebook feed, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -59,6 +59,9 @@ Upgrade to [Facebook Feed Pro](https://web-dorado.com/products/wordpress-faceboo
|
|
59 |
|
60 |
== Changelog ==
|
61 |
|
|
|
|
|
|
|
62 |
= 1.0.22 =
|
63 |
* Fixed: shortcode styles and tinymce errors on WP 4.8
|
64 |
|
4 |
Tags: customizable facebook feed, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 1.0.23
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 1.0.23 =
|
63 |
+
* Fixed: Translations
|
64 |
+
|
65 |
= 1.0.22 =
|
66 |
* Fixed: shortcode styles and tinymce errors on WP 4.8
|
67 |
|