WP Embed Facebook - Version 1.8.2

Version Description

  • Fix: Error on some systems nothing critic.
Download this release

Release Info

Developer poxtron
Plugin Icon 128x128 WP Embed Facebook
Version 1.8.2
Comparing to
See all releases

Code changes from version 1.8.1 to 1.8.2

Files changed (3) hide show
  1. lib/admin.php +1 -0
  2. readme.txt +6 -3
  3. wp-embed-facebook.php +1 -1
lib/admin.php CHANGED
@@ -258,6 +258,7 @@ class EmbFbAdmin{
258
  </tbody>
259
  </table>
260
  </div>
 
261
  <h5><?php _e('Advanced Options', 'wp-embed-facebook') ?></h5>
262
  <div>
263
  <table>
258
  </tbody>
259
  </table>
260
  </div>
261
+ <?php do_action('wpemfb_options'); ?>
262
  <h5><?php _e('Advanced Options', 'wp-embed-facebook') ?></h5>
263
  <div>
264
  <table>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: Facebook, facebook, Social Plugins, embed facebook, facebook video, facebook posts, facebook publication, facebook publications, facebook event, facebook events, facebook pages, facebook page, facebook profiles, facebook album, facebook albums, facebook photos, facebook photo, social,
5
  Requires at least: 3.8.1
6
  Tested up to: 4.1
7
- Stable tag: 1.8.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -79,6 +79,9 @@ The embedded post code comes directly from facebook so there is no easy way to c
79
 
80
  == Changelog ==
81
 
 
 
 
82
  = 1.8.1 =
83
  * Fix: Warning on Dashboard
84
  * Update: Readme.txt
@@ -158,5 +161,5 @@ The embedded post code comes directly from facebook so there is no easy way to c
158
 
159
  == Upgrade Notice ==
160
 
161
- = 1.8.1 =
162
- Fix Warning on Dashboard and Readme file update.
4
  Tags: Facebook, facebook, Social Plugins, embed facebook, facebook video, facebook posts, facebook publication, facebook publications, facebook event, facebook events, facebook pages, facebook page, facebook profiles, facebook album, facebook albums, facebook photos, facebook photo, social,
5
  Requires at least: 3.8.1
6
  Tested up to: 4.1
7
+ Stable tag: 1.8.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
79
 
80
  == Changelog ==
81
 
82
+ = 1.8.2 =
83
+ * Fix: Error on some systems nothing critic.
84
+
85
  = 1.8.1 =
86
  * Fix: Warning on Dashboard
87
  * Update: Readme.txt
161
 
162
  == Upgrade Notice ==
163
 
164
+ = 1.8.2 =
165
+ Fix: Error on some systems nothing critic
wp-embed-facebook.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Embed Facebook
4
  Plugin URI: http://www.wpembedfb.com
5
  Description: Embed a Facebook video, photo, album, event, page, profile, or post. Copy any facebook url to a single line on your post, or use shortcode [facebook='url' width='' ] more info at <a href="http://www.wpembedfb.com" title="plugin website">www.wpembedfb.com</a>
6
  Author: Miguel Sirvent
7
- Version: 1.8.1
8
  Author URI: http://profiles.wordpress.org/poxtron/
9
  */
10
 
4
  Plugin URI: http://www.wpembedfb.com
5
  Description: Embed a Facebook video, photo, album, event, page, profile, or post. Copy any facebook url to a single line on your post, or use shortcode [facebook='url' width='' ] more info at <a href="http://www.wpembedfb.com" title="plugin website">www.wpembedfb.com</a>
6
  Author: Miguel Sirvent
7
+ Version: 1.8.2
8
  Author URI: http://profiles.wordpress.org/poxtron/
9
  */
10