WP Embed Facebook - Version 3.0.3

Version Description

  • Fixed: Jetpack photon compatibility
Download this release

Release Info

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

Code changes from version 3.0.2 to 3.0.3

Files changed (4) hide show
  1. inc/Helpers.php +1 -1
  2. inc/Plugin.php +1 -1
  3. readme.txt +5 -2
  4. wp-embed-facebook.php +1 -1
inc/Helpers.php CHANGED
@@ -26,7 +26,7 @@ class Helpers {
26
  if ( self::$has_photon === null ) {
27
  if ( class_exists( 'Jetpack' )
28
  && method_exists( 'Jetpack', 'get_active_modules' )
29
- && in_array( 'photon', Jetpack::get_active_modules() ) ) {
30
  self::$has_photon = true;
31
  } else {
32
  self::$has_photon = false;
26
  if ( self::$has_photon === null ) {
27
  if ( class_exists( 'Jetpack' )
28
  && method_exists( 'Jetpack', 'get_active_modules' )
29
+ && in_array( 'photon', \Jetpack::get_active_modules() ) ) {
30
  self::$has_photon = true;
31
  } else {
32
  self::$has_photon = false;
inc/Plugin.php CHANGED
@@ -19,7 +19,7 @@ if ( ! defined( 'WPINC' ) ) {
19
  */
20
  final class Plugin extends Framework {
21
 
22
- const VER = '3.0.2';
23
 
24
  static $option = 'wpemfb_options';
25
  static $menu_slug = 'embedfacebook';
19
  */
20
  final class Plugin extends Framework {
21
 
22
+ const VER = '3.0.3';
23
 
24
  static $option = 'wpemfb_options';
25
  static $menu_slug = 'embedfacebook';
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Facebook, Social Plugins, embed facebook, facebook video, facebook posts,
5
  Requires at least: 4.5
6
  Tested up to: 5.0
7
  Requires PHP: 5.4
8
- Stable tag: 3.0.2
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.
@@ -193,6 +193,9 @@ Buying the premium extensions helps to keep this project alive.
193
 
194
  == Changelog ==
195
 
 
 
 
196
  = 3.0.2 =
197
  * Fixed: Login error for non admin users
198
  * Removed: Unused code
@@ -550,5 +553,5 @@ Buying the premium extensions helps to keep this project alive.
550
 
551
  == Upgrade Notice ==
552
 
553
- = 3.0.2 =
554
  Completely rewritten to better keep up with FB updates really the best version yet!
5
  Requires at least: 4.5
6
  Tested up to: 5.0
7
  Requires PHP: 5.4
8
+ Stable tag: 3.0.3
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.
193
 
194
  == Changelog ==
195
 
196
+ = 3.0.3 =
197
+ * Fixed: Jetpack photon compatibility
198
+
199
  = 3.0.2 =
200
  * Fixed: Login error for non admin users
201
  * Removed: Unused code
553
 
554
  == Upgrade Notice ==
555
 
556
+ = 3.0.3 =
557
  Completely rewritten to better keep up with FB updates really the best version yet!
wp-embed-facebook.php CHANGED
@@ -9,7 +9,7 @@ Plugin Name: 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.2
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.3
13
  Author URI: http://www.wpembedfb.com
14
  Text Domain: wp-embed-facebook
15
  GitHub Plugin URI: sigami/wp-embed-facebook