Version Description
(2021-06-09) =
Fixed - The Guzzle conflict detection has been disabled due to false-positives
Download this release
Release Info
Developer | Mekku |
Plugin | Spotlight Social Media Feeds |
Version | 0.8.1 |
Comparing to | |
See all releases |
Code changes from version 0.8 to 0.8.1
- includes/init.php +7 -6
- plugin.json +1 -1
- plugin.php +2 -2
- readme.txt +7 -2
- ui/dist/demo-vendors.js.LICENSE.txt +6 -0
- ui/dist/demo.js.LICENSE.txt +5 -0
- vendor/autoload.php +1 -1
- vendor/composer/InstalledVersions.php +2 -2
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +2 -2
includes/init.php
CHANGED
@@ -565,12 +565,12 @@ if (!function_exists('slInstaCheckForConflicts')) {
|
|
565 |
update_option('sli_plugin_conflicts', $conflicts);
|
566 |
}
|
567 |
|
568 |
-
$guzzleConflicts = slInstaFindGuzzleConflict();
|
569 |
-
if (empty($guzzleConflicts)) {
|
570 |
-
|
571 |
-
} else {
|
572 |
-
|
573 |
-
}
|
574 |
}
|
575 |
}
|
576 |
|
@@ -614,6 +614,7 @@ if (!function_exists('slInstaShowConflictsNotice')) {
|
|
614 |
{
|
615 |
if (filter_input(INPUT_GET, 'sli_ignore_conflicts') === '1') {
|
616 |
delete_option('sli_plugin_conflicts');
|
|
|
617 |
|
618 |
return false;
|
619 |
}
|
565 |
update_option('sli_plugin_conflicts', $conflicts);
|
566 |
}
|
567 |
|
568 |
+
// $guzzleConflicts = slInstaFindGuzzleConflict();
|
569 |
+
// if (empty($guzzleConflicts)) {
|
570 |
+
// delete_option('sli_guzzle_conflicts');
|
571 |
+
// } else {
|
572 |
+
// update_option('sli_guzzle_conflicts', $guzzleConflicts);
|
573 |
+
// }
|
574 |
}
|
575 |
}
|
576 |
|
614 |
{
|
615 |
if (filter_input(INPUT_GET, 'sli_ignore_conflicts') === '1') {
|
616 |
delete_option('sli_plugin_conflicts');
|
617 |
+
delete_option('sli_guzzle_conflicts');
|
618 |
|
619 |
return false;
|
620 |
}
|
plugin.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"name": "Spotlight - Social Media Feeds",
|
3 |
"description": "Easily embed beautiful Instagram feeds on your WordPress site.",
|
4 |
-
"version": "0.8",
|
5 |
"url": "https://spotlightwp.com",
|
6 |
"author": "RebelCode",
|
7 |
"authorUrl": "https://rebelcode.com",
|
1 |
{
|
2 |
"name": "Spotlight - Social Media Feeds",
|
3 |
"description": "Easily embed beautiful Instagram feeds on your WordPress site.",
|
4 |
+
"version": "0.8.1",
|
5 |
"url": "https://spotlightwp.com",
|
6 |
"author": "RebelCode",
|
7 |
"authorUrl": "https://rebelcode.com",
|
plugin.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* Plugin Name: Spotlight - Social Media Feeds
|
7 |
* Description: Easily embed beautiful Instagram feeds on your WordPress site.
|
8 |
-
* Version: 0.8
|
9 |
* Author: RebelCode
|
10 |
* Plugin URI: https://spotlightwp.com
|
11 |
* Author URI: https://rebelcode.com
|
@@ -80,7 +80,7 @@ $bootstrapper = function (SlInstaRuntime $sli) use ($thisIsPro) {
|
|
80 |
// The plugin name
|
81 |
define('SL_INSTA_NAME', 'Spotlight - Social Media Feeds');
|
82 |
// The plugin version
|
83 |
-
define('SL_INSTA_VERSION', '0.8');
|
84 |
// The path to the plugin's main file
|
85 |
define('SL_INSTA_FILE', __FILE__);
|
86 |
// The dir to the plugin's directory
|
5 |
*
|
6 |
* Plugin Name: Spotlight - Social Media Feeds
|
7 |
* Description: Easily embed beautiful Instagram feeds on your WordPress site.
|
8 |
+
* Version: 0.8.1
|
9 |
* Author: RebelCode
|
10 |
* Plugin URI: https://spotlightwp.com
|
11 |
* Author URI: https://rebelcode.com
|
80 |
// The plugin name
|
81 |
define('SL_INSTA_NAME', 'Spotlight - Social Media Feeds');
|
82 |
// The plugin version
|
83 |
+
define('SL_INSTA_VERSION', '0.8.1');
|
84 |
// The path to the plugin's main file
|
85 |
define('SL_INSTA_FILE', __FILE__);
|
86 |
// The dir to the plugin's directory
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: Instagram, Instagram feed, Instagram feeds, Instagram widget, Instagram em
|
|
6 |
Requires at least: 5.0
|
7 |
Requires PHP: 7.1
|
8 |
Tested up to: 5.7
|
9 |
-
Stable tag: 0.8
|
10 |
License: GPLv3
|
11 |
|
12 |
Instagram feeds for your WordPress site. A simple no-code solution to embed your Instagram account anywhere on your website in seconds.
|
@@ -71,7 +71,7 @@ Make your "Coming Soon" and "Maintenance" pages stand out by embedding an Instag
|
|
71 |
**1. Easy to Use**
|
72 |
From selecting a template to displaying an Instagram feed on your website in just 30 seconds.
|
73 |
|
74 |
-
**2. Fully
|
75 |
Not only are our templates fully responsive by default, but you can also create your own 100% responsive designs using our live preview. Design your feed perfectly for desktops, tablets and phones.
|
76 |
|
77 |
**3. Fast and Helpful Support**
|
@@ -270,6 +270,11 @@ There are a few reasons that this may happen. We have documented the reasons and
|
|
270 |
|
271 |
== Changelog ==
|
272 |
|
|
|
|
|
|
|
|
|
|
|
273 |
= 0.8 (2021-06-08) =
|
274 |
|
275 |
**Added**
|
6 |
Requires at least: 5.0
|
7 |
Requires PHP: 7.1
|
8 |
Tested up to: 5.7
|
9 |
+
Stable tag: 0.8.1
|
10 |
License: GPLv3
|
11 |
|
12 |
Instagram feeds for your WordPress site. A simple no-code solution to embed your Instagram account anywhere on your website in seconds.
|
71 |
**1. Easy to Use**
|
72 |
From selecting a template to displaying an Instagram feed on your website in just 30 seconds.
|
73 |
|
74 |
+
**2. Fully Rresponsive**
|
75 |
Not only are our templates fully responsive by default, but you can also create your own 100% responsive designs using our live preview. Design your feed perfectly for desktops, tablets and phones.
|
76 |
|
77 |
**3. Fast and Helpful Support**
|
270 |
|
271 |
== Changelog ==
|
272 |
|
273 |
+
= 0.8.1 (2021-06-09) =
|
274 |
+
|
275 |
+
**Fixed**
|
276 |
+
- The Guzzle conflict detection has been disabled due to false-positives
|
277 |
+
|
278 |
= 0.8 (2021-06-08) =
|
279 |
|
280 |
**Added**
|
ui/dist/demo-vendors.js.LICENSE.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Determine if an object is a Buffer
|
3 |
+
*
|
4 |
+
* @author Feross Aboukhadijeh <https://feross.org>
|
5 |
+
* @license MIT
|
6 |
+
*/
|
ui/dist/demo.js.LICENSE.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
Copyright (c) 2017 Jed Watson.
|
3 |
+
Licensed under the MIT License (MIT), see
|
4 |
+
http://jedwatson.github.io/classnames
|
5 |
+
*/
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit5803c49f20f925466068bb9e20ab1ada::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -30,7 +30,7 @@ private static $installed = array (
|
|
30 |
'aliases' =>
|
31 |
array (
|
32 |
),
|
33 |
-
'reference' => '
|
34 |
'name' => 'rebelcode/instagram',
|
35 |
),
|
36 |
'versions' =>
|
@@ -238,7 +238,7 @@ private static $installed = array (
|
|
238 |
'aliases' =>
|
239 |
array (
|
240 |
),
|
241 |
-
'reference' => '
|
242 |
),
|
243 |
'symfony/polyfill-intl-idn' =>
|
244 |
array (
|
30 |
'aliases' =>
|
31 |
array (
|
32 |
),
|
33 |
+
'reference' => 'f0db05bb1f62afb2459ee14269ba741ffcac6a63',
|
34 |
'name' => 'rebelcode/instagram',
|
35 |
),
|
36 |
'versions' =>
|
238 |
'aliases' =>
|
239 |
array (
|
240 |
),
|
241 |
+
'reference' => 'f0db05bb1f62afb2459ee14269ba741ffcac6a63',
|
242 |
),
|
243 |
'symfony/polyfill-intl-idn' =>
|
244 |
array (
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInitd303ea2eee8641811679b562d259f5e3
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,19 +53,19 @@ class ComposerAutoloaderInitd303ea2eee8641811679b562d259f5e3
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
function
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit5803c49f20f925466068bb9e20ab1ada
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit5803c49f20f925466068bb9e20ab1ada', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit5803c49f20f925466068bb9e20ab1ada', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit5803c49f20f925466068bb9e20ab1ada::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit5803c49f20f925466068bb9e20ab1ada::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequire5803c49f20f925466068bb9e20ab1ada($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequire5803c49f20f925466068bb9e20ab1ada($fileIdentifier, $file)
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
|
@@ -617,9 +617,9 @@ class ComposerStaticInitd303ea2eee8641811679b562d259f5e3
|
|
617 |
public static function getInitializer(ClassLoader $loader)
|
618 |
{
|
619 |
return \Closure::bind(function () use ($loader) {
|
620 |
-
$loader->prefixLengthsPsr4 =
|
621 |
-
$loader->prefixDirsPsr4 =
|
622 |
-
$loader->classMap =
|
623 |
|
624 |
}, null, ClassLoader::class);
|
625 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit5803c49f20f925466068bb9e20ab1ada
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
|
617 |
public static function getInitializer(ClassLoader $loader)
|
618 |
{
|
619 |
return \Closure::bind(function () use ($loader) {
|
620 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit5803c49f20f925466068bb9e20ab1ada::$prefixLengthsPsr4;
|
621 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit5803c49f20f925466068bb9e20ab1ada::$prefixDirsPsr4;
|
622 |
+
$loader->classMap = ComposerStaticInit5803c49f20f925466068bb9e20ab1ada::$classMap;
|
623 |
|
624 |
}, null, ClassLoader::class);
|
625 |
}
|
vendor/composer/installed.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => 'rebelcode/instagram',
|
11 |
),
|
12 |
'versions' =>
|
@@ -214,7 +214,7 @@
|
|
214 |
'aliases' =>
|
215 |
array (
|
216 |
),
|
217 |
-
'reference' => '
|
218 |
),
|
219 |
'symfony/polyfill-intl-idn' =>
|
220 |
array (
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => 'f0db05bb1f62afb2459ee14269ba741ffcac6a63',
|
10 |
'name' => 'rebelcode/instagram',
|
11 |
),
|
12 |
'versions' =>
|
214 |
'aliases' =>
|
215 |
array (
|
216 |
),
|
217 |
+
'reference' => 'f0db05bb1f62afb2459ee14269ba741ffcac6a63',
|
218 |
),
|
219 |
'symfony/polyfill-intl-idn' =>
|
220 |
array (
|