Version Description
- Fix: Fixed a CSS bug in Firefox which was causing the page author name to bump down below the avatar
Download this release
Release Info
Developer | smashballoon |
Plugin | Custom Facebook Feed |
Version | 1.6.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.8.1 to 1.6.8.2
- README.txt +4 -1
- css/cff-style.css +1 -1
- custom-facebook-feed.php +1 -1
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: smashballoon
|
|
3 |
Tags: facebook, custom, customizable, feed, events, seo, search engine, responsive, mobile, shortcode, social, status, posts
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.8
|
6 |
-
Stable tag: 1.6.8.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -121,6 +121,9 @@ You can embed your Facebook feed directly into a template file by using the Word
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
|
|
|
|
|
|
124 |
= 1.6.8.1 =
|
125 |
* Tweak: Moved 'View on Facebook' link up to be level with the date rather than on the line below it
|
126 |
* Fix: Don't show the caption when it is the same as the post text
|
3 |
Tags: facebook, custom, customizable, feed, events, seo, search engine, responsive, mobile, shortcode, social, status, posts
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.8
|
6 |
+
Stable tag: 1.6.8.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
+
= 1.6.8.2 =
|
125 |
+
* Fix: Fixed a CSS bug in Firefox which was causing the page author name to bump down below the avatar
|
126 |
+
|
127 |
= 1.6.8.1 =
|
128 |
* Tweak: Moved 'View on Facebook' link up to be level with the date rather than on the line below it
|
129 |
* Fix: Don't show the caption when it is the same as the post text
|
css/cff-style.css
CHANGED
@@ -64,7 +64,7 @@
|
|
64 |
display: block;
|
65 |
margin-bottom: 15px;
|
66 |
line-height: 1.2;
|
67 |
-
|
68 |
}
|
69 |
#cff .cff-author img{
|
70 |
float: left;
|
64 |
display: block;
|
65 |
margin-bottom: 15px;
|
66 |
line-height: 1.2;
|
67 |
+
width: 100%;
|
68 |
}
|
69 |
#cff .cff-author img{
|
70 |
float: left;
|
custom-facebook-feed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Custom Facebook Feed
|
4 |
Plugin URI: http://smashballoon.com/custom-facebook-feed
|
5 |
Description: Add a completely customizable Facebook feed to your WordPress site
|
6 |
-
Version: 1.6.8.
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: Custom Facebook Feed
|
4 |
Plugin URI: http://smashballoon.com/custom-facebook-feed
|
5 |
Description: Add a completely customizable Facebook feed to your WordPress site
|
6 |
+
Version: 1.6.8.2
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|