Version Description
Download this release
Release Info
Developer | poxtron |
Plugin | WP Embed Facebook |
Version | 3.0.10 |
Comparing to | |
See all releases |
Code changes from version 3.0.8 to 3.0.10
- inc/Plugin.php +1 -1
- readme.txt +3 -3
- wp-embed-facebook.php +1 -1
inc/Plugin.php
CHANGED
@@ -19,7 +19,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
19 |
*/
|
20 |
final class Plugin extends Framework {
|
21 |
|
22 |
-
const VER = '3.0.
|
23 |
|
24 |
static $option = 'wpemfb_options';
|
25 |
static $menu_slug = 'embedfacebook';
|
19 |
*/
|
20 |
final class Plugin extends Framework {
|
21 |
|
22 |
+
const VER = '3.0.10';
|
23 |
|
24 |
static $option = 'wpemfb_options';
|
25 |
static $menu_slug = 'embedfacebook';
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
=== Magic Embeds ===
|
2 |
-
Contributors: poxtron
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R8Q85GT3Q8Q26
|
4 |
Tags: Facebook, Social Plugins, embed facebook, facebook video, facebook posts, facebook events, facebook pages, facebook page, Facebook album, Facebook albums, Facebook photos, facebook photo, social,
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 5.
|
7 |
Requires PHP: 5.4
|
8 |
-
Stable tag: 3.0.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
Embed any public Facebook video, page, comment, event, album, photo, profile. Add Facebook comments to all your site or embed any Social Plugin.
|
1 |
=== Magic Embeds ===
|
2 |
+
Contributors: poxtron
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R8Q85GT3Q8Q26
|
4 |
Tags: Facebook, Social Plugins, embed facebook, facebook video, facebook posts, facebook events, facebook pages, facebook page, Facebook album, Facebook albums, Facebook photos, facebook photo, social,
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 5.5.1
|
7 |
Requires PHP: 5.4
|
8 |
+
Stable tag: 3.0.10
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
Embed any public Facebook video, page, comment, event, album, photo, profile. Add Facebook comments to all your site or embed any Social Plugin.
|
wp-embed-facebook.php
CHANGED
@@ -9,7 +9,7 @@ Plugin Name: Magic Embeds
|
|
9 |
Plugin URI: http://www.wpembedfb.com
|
10 |
Description: Embed any public Facebook video, photo, album, event, page, comment, profile, or post. Add Facebook comments to all your site, insert Facebook social plugins (like, save, send, share, follow, quote, comments) anywhere on your site. View the <a href="https://wpembedfb.com/features" title="plugin website" target="_blank">features</a>.
|
11 |
Author: Miguel Sirvent
|
12 |
-
Version: 3.0.
|
13 |
Author URI: http://www.wpembedfb.com
|
14 |
Text Domain: wp-embed-facebook
|
15 |
GitHub Plugin URI: sigami/wp-embed-facebook
|
9 |
Plugin URI: http://www.wpembedfb.com
|
10 |
Description: Embed any public Facebook video, photo, album, event, page, comment, profile, or post. Add Facebook comments to all your site, insert Facebook social plugins (like, save, send, share, follow, quote, comments) anywhere on your site. View the <a href="https://wpembedfb.com/features" title="plugin website" target="_blank">features</a>.
|
11 |
Author: Miguel Sirvent
|
12 |
+
Version: 3.0.10
|
13 |
Author URI: http://www.wpembedfb.com
|
14 |
Text Domain: wp-embed-facebook
|
15 |
GitHub Plugin URI: sigami/wp-embed-facebook
|