Spotlight Social Media Feeds - Version 0.10.1

Version Description

(2022-02-22) =

Fixed - The feed's styles were not being loaded for feeds embedded on the site

Download this release

Release Info

Developer Mekku
Plugin Icon 128x128 Spotlight Social Media Feeds
Version 0.10.1
Comparing to
See all releases

Code changes from version 0.10 to 0.10.1

modules/UiModule.php CHANGED
@@ -210,6 +210,7 @@ class UiModule extends Module
210
  ]),
211
  'sli-front' => Asset::style("{$url}/front-app.css", $ver, [
212
  'sli-common',
 
213
  ]),
214
  'sli-wp-block' => Asset::style("{$url}/wp-block.css", $ver),
215
  // Styles to override Freemius CSS
210
  ]),
211
  'sli-front' => Asset::style("{$url}/front-app.css", $ver, [
212
  'sli-common',
213
+ 'sli-feed',
214
  ]),
215
  'sli-wp-block' => Asset::style("{$url}/wp-block.css", $ver),
216
  // Styles to override Freemius CSS
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.10",
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.10.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.10
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.10');
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.10.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.10.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.7
7
  Requires PHP: 7.1
8
  Tested up to: 5.9
9
- Stable tag: 0.10
10
  License: GPLv3
11
 
12
  Easily display Instagram feeds in less than 7 clicks. Customizable, accessible, and SEO-friendly. The fastest-growing Instagram feed solution.
@@ -262,6 +262,11 @@ There are a few reasons that this may happen. We have documented the reasons and
262
 
263
  == Changelog ==
264
 
 
 
 
 
 
265
  = 0.10 (2022-02-21) =
266
 
267
  **Added**
6
  Requires at least: 5.7
7
  Requires PHP: 7.1
8
  Tested up to: 5.9
9
+ Stable tag: 0.10.1
10
  License: GPLv3
11
 
12
  Easily display Instagram feeds in less than 7 clicks. Customizable, accessible, and SEO-friendly. The fastest-growing Instagram feed solution.
262
 
263
  == Changelog ==
264
 
265
+ = 0.10.1 (2022-02-22) =
266
+
267
+ **Fixed**
268
+ - The feed's styles were not being loaded for feeds embedded on the site
269
+
270
  = 0.10 (2022-02-21) =
271
 
272
  **Added**
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit37619472061c94a23e2ff732449d0b58::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit874366b9b26a7609f674fe77d3258eb3::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit37619472061c94a23e2ff732449d0b58
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit37619472061c94a23e2ff732449d0b58
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit37619472061c94a23e2ff732449d0b58', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
27
- spl_autoload_unregister(array('ComposerAutoloaderInit37619472061c94a23e2ff732449d0b58', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInit37619472061c94a23e2ff732449d0b58::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
@@ -51,19 +51,19 @@ class ComposerAutoloaderInit37619472061c94a23e2ff732449d0b58
51
  $loader->register(true);
52
 
53
  if ($useStaticLoader) {
54
- $includeFiles = Composer\Autoload\ComposerStaticInit37619472061c94a23e2ff732449d0b58::$files;
55
  } else {
56
  $includeFiles = require __DIR__ . '/autoload_files.php';
57
  }
58
  foreach ($includeFiles as $fileIdentifier => $file) {
59
- composerRequire37619472061c94a23e2ff732449d0b58($fileIdentifier, $file);
60
  }
61
 
62
  return $loader;
63
  }
64
  }
65
 
66
- function composerRequire37619472061c94a23e2ff732449d0b58($fileIdentifier, $file)
67
  {
68
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
69
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit874366b9b26a7609f674fe77d3258eb3
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit874366b9b26a7609f674fe77d3258eb3', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit874366b9b26a7609f674fe77d3258eb3', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require __DIR__ . '/autoload_static.php';
32
 
33
+ call_user_func(\Composer\Autoload\ComposerStaticInit874366b9b26a7609f674fe77d3258eb3::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
51
  $loader->register(true);
52
 
53
  if ($useStaticLoader) {
54
+ $includeFiles = Composer\Autoload\ComposerStaticInit874366b9b26a7609f674fe77d3258eb3::$files;
55
  } else {
56
  $includeFiles = require __DIR__ . '/autoload_files.php';
57
  }
58
  foreach ($includeFiles as $fileIdentifier => $file) {
59
+ composerRequire874366b9b26a7609f674fe77d3258eb3($fileIdentifier, $file);
60
  }
61
 
62
  return $loader;
63
  }
64
  }
65
 
66
+ function composerRequire874366b9b26a7609f674fe77d3258eb3($fileIdentifier, $file)
67
  {
68
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
69
  require $file;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit37619472061c94a23e2ff732449d0b58
8
  {
9
  public static $files = array (
10
  '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
@@ -554,9 +554,9 @@ class ComposerStaticInit37619472061c94a23e2ff732449d0b58
554
  public static function getInitializer(ClassLoader $loader)
555
  {
556
  return \Closure::bind(function () use ($loader) {
557
- $loader->prefixLengthsPsr4 = ComposerStaticInit37619472061c94a23e2ff732449d0b58::$prefixLengthsPsr4;
558
- $loader->prefixDirsPsr4 = ComposerStaticInit37619472061c94a23e2ff732449d0b58::$prefixDirsPsr4;
559
- $loader->classMap = ComposerStaticInit37619472061c94a23e2ff732449d0b58::$classMap;
560
 
561
  }, null, ClassLoader::class);
562
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit874366b9b26a7609f674fe77d3258eb3
8
  {
9
  public static $files = array (
10
  '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
554
  public static function getInitializer(ClassLoader $loader)
555
  {
556
  return \Closure::bind(function () use ($loader) {
557
+ $loader->prefixLengthsPsr4 = ComposerStaticInit874366b9b26a7609f674fe77d3258eb3::$prefixLengthsPsr4;
558
+ $loader->prefixDirsPsr4 = ComposerStaticInit874366b9b26a7609f674fe77d3258eb3::$prefixDirsPsr4;
559
+ $loader->classMap = ComposerStaticInit874366b9b26a7609f674fe77d3258eb3::$classMap;
560
 
561
  }, null, ClassLoader::class);
562
  }