Version Description
Download this release
Release Info
Developer | slickremix |
Plugin | Feed Them Social – Facebook, Instagram, Twitter, YouTube, Pinterest |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- feed-them.php +7 -7
- readme.txt +7 -2
feed-them.php
CHANGED
@@ -7,20 +7,20 @@
|
|
7 |
* Plugin Name: Feed Them Social - for Twitter feed, Youtube, and more
|
8 |
* Plugin URI: https://feedthemsocial.com/
|
9 |
* Description: Display a Custom Facebook feed, Instagram feed, Twitter feed and YouTube feed on pages, posts or widgets.
|
10 |
-
* Version: 3.0.
|
11 |
* Author: SlickRemix
|
12 |
* Author URI: https://www.slickremix.com/
|
13 |
* Text Domain: feed-them-social
|
14 |
* Domain Path: /languages
|
15 |
* Requires at least: WordPress 4.0.0
|
16 |
-
* Tested up to: WordPress 6.
|
17 |
-
* Stable tag: 3.0.
|
18 |
* License: GPLv3 or later
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
20 |
*
|
21 |
-
* @version 3.0.
|
22 |
* @package FeedThemSocial/Core
|
23 |
-
* @copyright Copyright (c) 2012-
|
24 |
*
|
25 |
* Need Support: https://wordpress.org/support/plugin/feed-them-social
|
26 |
* Paid Extension Support: https://www.slickremix.com/my-account/#tab-support
|
@@ -29,9 +29,9 @@
|
|
29 |
/**
|
30 |
* Feed Them Social Current Version
|
31 |
*
|
32 |
-
* Makes sure any js or css changes are reloaded properly. Added to
|
33 |
*/
|
34 |
-
define( 'FTS_CURRENT_VERSION', '3.0.
|
35 |
|
36 |
define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
|
37 |
|
7 |
* Plugin Name: Feed Them Social - for Twitter feed, Youtube, and more
|
8 |
* Plugin URI: https://feedthemsocial.com/
|
9 |
* Description: Display a Custom Facebook feed, Instagram feed, Twitter feed and YouTube feed on pages, posts or widgets.
|
10 |
+
* Version: 3.0.2
|
11 |
* Author: SlickRemix
|
12 |
* Author URI: https://www.slickremix.com/
|
13 |
* Text Domain: feed-them-social
|
14 |
* Domain Path: /languages
|
15 |
* Requires at least: WordPress 4.0.0
|
16 |
+
* Tested up to: WordPress 6.1
|
17 |
+
* Stable tag: 3.0.2
|
18 |
* License: GPLv3 or later
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
20 |
*
|
21 |
+
* @version 3.0.2
|
22 |
* @package FeedThemSocial/Core
|
23 |
+
* @copyright Copyright (c) 2012-2023 SlickRemix
|
24 |
*
|
25 |
* Need Support: https://wordpress.org/support/plugin/feed-them-social
|
26 |
* Paid Extension Support: https://www.slickremix.com/my-account/#tab-support
|
29 |
/**
|
30 |
* Feed Them Social Current Version
|
31 |
*
|
32 |
+
* Makes sure any js or css changes are reloaded properly. Added to enqueued css and js files throughout!
|
33 |
*/
|
34 |
+
define( 'FTS_CURRENT_VERSION', '3.0.2' );
|
35 |
|
36 |
define( 'FEED_THEM_SOCIAL_NOTICE_STATUS', get_option( 'rating_fts_slick_notice', false ) );
|
37 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: slickremix, slickchris
|
3 |
Tags: Facebook, Instagram, Twitter, YouTube, Feed
|
4 |
Requires at least: 3.6.0
|
5 |
-
Tested up to: 6.
|
6 |
-
Stable tag: 3.0.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Display a Custom Facebook feed, Instagram feed, Twitter feed, and YouTube feed on pages, posts or widgets.
|
@@ -72,6 +72,11 @@ Feed Them Social was Developed By SlickRemix --> [https://www.slickremix.com/](h
|
|
72 |
* Log into WordPress dashboard then click **Plugins** > **Add new** > Then under the title "Install Plugins" click **Upload** > **choose the zip** > **Activate the plugin!**
|
73 |
|
74 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
75 |
= Version 3.0.1 Wednesday, July 20th, 2022 =
|
76 |
* FIX: Facebook Options Page: notice if $test_fb_app_token_response->error was empty.
|
77 |
* FIX: XSS Vulnerability: fts_fb_page_token_func, fts_instagram_token_ajax, feed_them_instagram_save_token
|
2 |
Contributors: slickremix, slickchris
|
3 |
Tags: Facebook, Instagram, Twitter, YouTube, Feed
|
4 |
Requires at least: 3.6.0
|
5 |
+
Tested up to: 6.1
|
6 |
+
Stable tag: 3.0.2
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Display a Custom Facebook feed, Instagram feed, Twitter feed, and YouTube feed on pages, posts or widgets.
|
72 |
* Log into WordPress dashboard then click **Plugins** > **Add new** > Then under the title "Install Plugins" click **Upload** > **choose the zip** > **Activate the plugin!**
|
73 |
|
74 |
== Changelog ==
|
75 |
+
= Version 3.0.2 Sunday, Nov 13th, 2022 =
|
76 |
+
* NOTE: Tested with WordPress Version 6.1
|
77 |
+
* COMING SOON: We are almost done with major version release 4.0. This will include a complete overhaul of the framework and interface to simplify the Feed Them Social experience.
|
78 |
+
Version 4.0 release will require all paid extensions to be updated to work with the new framework of the free plugin.
|
79 |
+
|
80 |
= Version 3.0.1 Wednesday, July 20th, 2022 =
|
81 |
* FIX: Facebook Options Page: notice if $test_fb_app_token_response->error was empty.
|
82 |
* FIX: XSS Vulnerability: fts_fb_page_token_func, fts_instagram_token_ajax, feed_them_instagram_save_token
|