WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.0.24

Version Description

  • Changed: Default tokens
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Facebook Feed – Custom Facebook Feed Plugin
Version 1.0.24
Comparing to
See all releases

Code changes from version 1.0.23 to 1.0.24

facebook-feed-wd.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Facebook Feed WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
6
  * Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
- * Version: 1.0.23
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -914,7 +914,7 @@ add_action( 'init', 'ffwd_language_load' );
914
 
915
  function ffwd_version() {
916
 
917
- $version = '1.0.23';
918
 
919
  if ( get_option( 'ffwd_version' ) === false ) {
920
  add_option( 'ffwd_version', $version );
4
  * Plugin Name: Facebook Feed WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
6
  * Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
+ * Version: 1.0.24
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
914
 
915
  function ffwd_version() {
916
 
917
+ $version = '1.0.24';
918
 
919
  if ( get_option( 'ffwd_version' ) === false ) {
920
  add_option( 'ffwd_version', $version );
framework/WDFacebookFeed.php CHANGED
@@ -37,14 +37,13 @@ class WDFacebookFeed {
37
 
38
  // Existing app ids and app secrets
39
  protected static $access_tokens = array (
40
-
41
- '433829403627911|94d292a128ef6231fa2a25b3f43d520d',
42
- '1785723671755597|8bea3b6d606eba041bc8d300c0530b10',
43
- '1360249327365720|29097e215fae42483319ffa6fa78e5dd',
44
- '706861409474127|c8e30a19bb18713acf3b637061323914',
45
- '193040531189876|d01897c23430b75d6c51a95f3586a688',
46
- '239405206526053|617592294eacdc07943a1e0ecbf69eab',
47
- '1465318366846430|ce12c0e2e8e768b5f66eadd8e157e123',
48
  );
49
 
50
  protected static $save = true;
37
 
38
  // Existing app ids and app secrets
39
  protected static $access_tokens = array (
40
+ '462859190728873|55b52362578b8475e12486816fba3b08',
41
+ '1907658946156725|772c0f8e45a3e7ce70e66a93763e3c1e',
42
+ '1856176344702073|518810088891d8dd77f65519909e1552',
43
+ '1568389583234881|d76357cd1a2639bcdf4abbe3c3d12d52',
44
+ '1337518309701023|118cb47c5661be524a50a597ea013c85',
45
+ '263377707476536|b091b6e1769d6b8a9e79ed7472394943',
46
+ '2035553139992018|20faa0abffc02f00ef1cac3f82e6e8b6',
 
47
  );
48
 
49
  protected static $save = true;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
4
  Tags: customizable facebook feed, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
5
  Requires at least: 3.4
6
  Tested up to: 4.8
7
- Stable tag: 1.0.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -59,6 +59,9 @@ Upgrade to [Facebook Feed Pro](https://web-dorado.com/products/wordpress-faceboo
59
 
60
  == Changelog ==
61
 
 
 
 
62
  = 1.0.23 =
63
  * Fixed: Translations
64
 
4
  Tags: customizable facebook feed, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
5
  Requires at least: 3.4
6
  Tested up to: 4.8
7
+ Stable tag: 1.0.24
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
59
 
60
  == Changelog ==
61
 
62
+ = 1.0.24 =
63
+ * Changed: Default tokens
64
+
65
  = 1.0.23 =
66
  * Fixed: Translations
67