Version Description
Download this release
Release Info
Developer | smashballoon |
Plugin | Custom Facebook Feed |
Version | 1.4.5 |
Comparing to | |
See all releases |
Code changes from version 1.4.4 to 1.4.5
- README.txt +1 -1
- custom-facebook-feed.php +2 -2
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: smashballoon
|
|
3 |
Tags: facebook, custom, customizable, feed, seo, search engine, responsive, mobile, shortcode, social, status
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.5.1
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
3 |
Tags: facebook, custom, customizable, feed, seo, search engine, responsive, mobile, shortcode, social, status
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.5.1
|
6 |
+
Stable tag: 1.4.5
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
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.4.
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|
@@ -61,7 +61,7 @@ function display_cff($atts) {
|
|
61 |
'descweight' => $options[ 'cff_body_weight' ],
|
62 |
'desccolor' => $options[ 'cff_body_color' ],
|
63 |
'eventtitleformat' => $options[ 'cff_event_title_format' ],
|
64 |
-
'eventtitlesize' => $options[ 'cff_event_title_size'
|
65 |
'eventtitleweight' => $options[ 'cff_event_title_weight' ],
|
66 |
'eventtitlecolor' => $options[ 'cff_event_title_color' ],
|
67 |
'eventtitlelink' => $options[ 'cff_event_title_link' ],
|
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.4.5
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|
61 |
'descweight' => $options[ 'cff_body_weight' ],
|
62 |
'desccolor' => $options[ 'cff_body_color' ],
|
63 |
'eventtitleformat' => $options[ 'cff_event_title_format' ],
|
64 |
+
'eventtitlesize' => $options[ 'cff_event_title_size' ],
|
65 |
'eventtitleweight' => $options[ 'cff_event_title_weight' ],
|
66 |
'eventtitlecolor' => $options[ 'cff_event_title_color' ],
|
67 |
'eventtitlelink' => $options[ 'cff_event_title_link' ],
|