Orbit Fox by ThemeIsle - Version 2.9.19

Version Description

Download this release

Release Info

Developer themeisle
Plugin Icon 128x128 Orbit Fox by ThemeIsle
Version 2.9.19
Comparing to
See all releases

Code changes from version 2.9.18 to 2.9.19

CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ##### [Version 2.9.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.17...v2.9.18) (2020-09-21)
2
 
3
  - [Fix] Missing FontAwesome icons when Otter Blocks plugin was active
1
+ ##### [Version 2.9.19](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.18...v2.9.19) (2020-09-25)
2
+
3
+ * Fix elementor post grid jQuery dependencies
4
+
5
  ##### [Version 2.9.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.17...v2.9.18) (2020-09-21)
6
 
7
  - [Fix] Missing FontAwesome icons when Otter Blocks plugin was active
core/includes/class-orbit-fox.php CHANGED
@@ -69,7 +69,7 @@ class Orbit_Fox {
69
 
70
  $this->plugin_name = 'orbit-fox';
71
 
72
- $this->version = '2.9.18';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
69
 
70
  $this->plugin_name = 'orbit-fox';
71
 
72
+ $this->version = '2.9.19';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
readme.md CHANGED
@@ -109,6 +109,13 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
109
 
110
  ## Changelog ##
111
 
 
 
 
 
 
 
 
112
  ##### [Version 2.9.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.17...v2.9.18) (2020-09-21)
113
 
114
  - [Fix] Missing FontAwesome icons when Otter Blocks plugin was active
109
 
110
  ## Changelog ##
111
 
112
+ ##### [Version 2.9.19](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.18...v2.9.19) (2020-09-25)
113
+
114
+ * Fix elementor post grid jQuery dependencies
115
+
116
+
117
+
118
+
119
  ##### [Version 2.9.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.17...v2.9.18) (2020-09-21)
120
 
121
  - [Fix] Missing FontAwesome icons when Otter Blocks plugin was active
readme.txt CHANGED
@@ -109,6 +109,13 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
109
 
110
  == Changelog ==
111
 
 
 
 
 
 
 
 
112
  ##### [Version 2.9.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.17...v2.9.18) (2020-09-21)
113
 
114
  - [Fix] Missing FontAwesome icons when Otter Blocks plugin was active
109
 
110
  == Changelog ==
111
 
112
+ ##### [Version 2.9.19](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.18...v2.9.19) (2020-09-25)
113
+
114
+ * Fix elementor post grid jQuery dependencies
115
+
116
+
117
+
118
+
119
  ##### [Version 2.9.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.9.17...v2.9.18) (2020-09-21)
120
 
121
  - [Fix] Missing FontAwesome icons when Otter Blocks plugin was active
themeisle-companion.php CHANGED
@@ -15,7 +15,7 @@
15
  * Plugin Name: Orbit Fox Companion
16
  * Plugin URI: https://orbitfox.com/
17
  * Description: This swiss-knife plugin comes with a quality template library, menu/sharing icons modules, Gutenberg blocks, and newly added Elementor/BeaverBuilder page builder widgets on each release.
18
- * Version: 2.9.18
19
  * Author: Themeisle
20
  * Author URI: https://orbitfox.com/
21
  * License: GPL-2.0+
15
  * Plugin Name: Orbit Fox Companion
16
  * Plugin URI: https://orbitfox.com/
17
  * Description: This swiss-knife plugin comes with a quality template library, menu/sharing icons modules, Gutenberg blocks, and newly added Elementor/BeaverBuilder page builder widgets on each release.
18
+ * Version: 2.9.19
19
  * Author: Themeisle
20
  * Author URI: https://orbitfox.com/
21
  * License: GPL-2.0+
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitf256cea22bf594f4ba3492a716517eaf::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInitbb1a79a4d05fe887c823fb7fce639c4c::getLoader();
vendor/codeinwp/elementor-extra-widgets/class-elementor-extra-widgets.php CHANGED
@@ -88,7 +88,7 @@ if ( ! class_exists( '\ThemeIsle\ElementorExtraWidgets' ) ) {
88
  * Register js scripts.
89
  */
90
  public function register_scripts() {
91
- wp_register_script( 'obfx-grid-js', plugins_url( '/js/obfx-grid.js', __FILE__ ), array(), $this::$version, true );
92
  }
93
 
94
  public function enqueue_sidebar_css() {
88
  * Register js scripts.
89
  */
90
  public function register_scripts() {
91
+ wp_register_script( 'obfx-grid-js', plugins_url( '/js/obfx-grid.js', __FILE__ ), array( 'jquery' ), $this::$version, true );
92
  }
93
 
94
  public function enqueue_sidebar_css() {
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitf256cea22bf594f4ba3492a716517eaf
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitf256cea22bf594f4ba3492a716517eaf
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInitf256cea22bf594f4ba3492a716517eaf', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInitf256cea22bf594f4ba3492a716517eaf', '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_once __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInitf256cea22bf594f4ba3492a716517eaf::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
@@ -51,19 +51,19 @@ class ComposerAutoloaderInitf256cea22bf594f4ba3492a716517eaf
51
  $loader->register(true);
52
 
53
  if ($useStaticLoader) {
54
- $includeFiles = Composer\Autoload\ComposerStaticInitf256cea22bf594f4ba3492a716517eaf::$files;
55
  } else {
56
  $includeFiles = require __DIR__ . '/autoload_files.php';
57
  }
58
  foreach ($includeFiles as $fileIdentifier => $file) {
59
- composerRequiref256cea22bf594f4ba3492a716517eaf($fileIdentifier, $file);
60
  }
61
 
62
  return $loader;
63
  }
64
  }
65
 
66
- function composerRequiref256cea22bf594f4ba3492a716517eaf($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 ComposerAutoloaderInitbb1a79a4d05fe887c823fb7fce639c4c
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInitbb1a79a4d05fe887c823fb7fce639c4c', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInitbb1a79a4d05fe887c823fb7fce639c4c', '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_once __DIR__ . '/autoload_static.php';
32
 
33
+ call_user_func(\Composer\Autoload\ComposerStaticInitbb1a79a4d05fe887c823fb7fce639c4c::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\ComposerStaticInitbb1a79a4d05fe887c823fb7fce639c4c::$files;
55
  } else {
56
  $includeFiles = require __DIR__ . '/autoload_files.php';
57
  }
58
  foreach ($includeFiles as $fileIdentifier => $file) {
59
+ composerRequirebb1a79a4d05fe887c823fb7fce639c4c($fileIdentifier, $file);
60
  }
61
 
62
  return $loader;
63
  }
64
  }
65
 
66
+ function composerRequirebb1a79a4d05fe887c823fb7fce639c4c($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 ComposerStaticInitf256cea22bf594f4ba3492a716517eaf
8
  {
9
  public static $files = array (
10
  '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
@@ -264,9 +264,9 @@ class ComposerStaticInitf256cea22bf594f4ba3492a716517eaf
264
  public static function getInitializer(ClassLoader $loader)
265
  {
266
  return \Closure::bind(function () use ($loader) {
267
- $loader->prefixLengthsPsr4 = ComposerStaticInitf256cea22bf594f4ba3492a716517eaf::$prefixLengthsPsr4;
268
- $loader->prefixDirsPsr4 = ComposerStaticInitf256cea22bf594f4ba3492a716517eaf::$prefixDirsPsr4;
269
- $loader->classMap = ComposerStaticInitf256cea22bf594f4ba3492a716517eaf::$classMap;
270
 
271
  }, null, ClassLoader::class);
272
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInitbb1a79a4d05fe887c823fb7fce639c4c
8
  {
9
  public static $files = array (
10
  '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
264
  public static function getInitializer(ClassLoader $loader)
265
  {
266
  return \Closure::bind(function () use ($loader) {
267
+ $loader->prefixLengthsPsr4 = ComposerStaticInitbb1a79a4d05fe887c823fb7fce639c4c::$prefixLengthsPsr4;
268
+ $loader->prefixDirsPsr4 = ComposerStaticInitbb1a79a4d05fe887c823fb7fce639c4c::$prefixDirsPsr4;
269
+ $loader->classMap = ComposerStaticInitbb1a79a4d05fe887c823fb7fce639c4c::$classMap;
270
 
271
  }, null, ClassLoader::class);
272
  }
vendor/composer/installed.json CHANGED
@@ -60,15 +60,15 @@
60
  "source": {
61
  "type": "git",
62
  "url": "https://github.com/Codeinwp/elementor-extra-widgets.git",
63
- "reference": "048662932077466304c856332f2b883f946425fa"
64
  },
65
  "dist": {
66
  "type": "zip",
67
- "url": "https://api.github.com/repos/Codeinwp/elementor-extra-widgets/zipball/048662932077466304c856332f2b883f946425fa",
68
- "reference": "048662932077466304c856332f2b883f946425fa",
69
  "shasum": ""
70
  },
71
- "time": "2020-09-16T12:03:45+00:00",
72
  "type": "library",
73
  "installation-source": "dist",
74
  "autoload": {
@@ -546,17 +546,17 @@
546
  },
547
  {
548
  "name": "php-http/discovery",
549
- "version": "1.10.0",
550
- "version_normalized": "1.10.0.0",
551
  "source": {
552
  "type": "git",
553
  "url": "https://github.com/php-http/discovery.git",
554
- "reference": "88ff14cad4a0db68b343260fa7ac3f1599703660"
555
  },
556
  "dist": {
557
  "type": "zip",
558
- "url": "https://api.github.com/repos/php-http/discovery/zipball/88ff14cad4a0db68b343260fa7ac3f1599703660",
559
- "reference": "88ff14cad4a0db68b343260fa7ac3f1599703660",
560
  "shasum": ""
561
  },
562
  "require": {
@@ -576,7 +576,7 @@
576
  "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
577
  "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
578
  },
579
- "time": "2020-09-04T08:41:23+00:00",
580
  "type": "library",
581
  "extra": {
582
  "branch-alias": {
60
  "source": {
61
  "type": "git",
62
  "url": "https://github.com/Codeinwp/elementor-extra-widgets.git",
63
+ "reference": "1d750d5367555eb2f4a649ab8e935a9537e80881"
64
  },
65
  "dist": {
66
  "type": "zip",
67
+ "url": "https://api.github.com/repos/Codeinwp/elementor-extra-widgets/zipball/1d750d5367555eb2f4a649ab8e935a9537e80881",
68
+ "reference": "1d750d5367555eb2f4a649ab8e935a9537e80881",
69
  "shasum": ""
70
  },
71
+ "time": "2020-09-25T15:42:46+00:00",
72
  "type": "library",
73
  "installation-source": "dist",
74
  "autoload": {
546
  },
547
  {
548
  "name": "php-http/discovery",
549
+ "version": "1.12.0",
550
+ "version_normalized": "1.12.0.0",
551
  "source": {
552
  "type": "git",
553
  "url": "https://github.com/php-http/discovery.git",
554
+ "reference": "4366bf1bc39b663aa87459bd725501d2f1988b6c"
555
  },
556
  "dist": {
557
  "type": "zip",
558
+ "url": "https://api.github.com/repos/php-http/discovery/zipball/4366bf1bc39b663aa87459bd725501d2f1988b6c",
559
+ "reference": "4366bf1bc39b663aa87459bd725501d2f1988b6c",
560
  "shasum": ""
561
  },
562
  "require": {
576
  "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
577
  "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
578
  },
579
+ "time": "2020-09-22T13:31:04+00:00",
580
  "type": "library",
581
  "extra": {
582
  "branch-alias": {
vendor/php-http/discovery/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
  # Change Log
2
 
 
 
 
 
 
 
 
 
3
  ## 1.10.0 - 2020-09-04
4
 
5
  - Discover PSR-18 implementation of phalcon
1
  # Change Log
2
 
3
+ ## 1.12.0 - 2020-09-22
4
+
5
+ - Support discovering HttpClient of `php-http/guzzle7-adapter` https://github.com/php-http/discovery/pull/189
6
+
7
+ ## 1.11.0 - 2020-09-22
8
+
9
+ - Use correct method name to find Uri Factory in PSR17 https://github.com/php-http/discovery/pull/181
10
+
11
  ## 1.10.0 - 2020-09-04
12
 
13
  - Discover PSR-18 implementation of phalcon
vendor/php-http/discovery/src/Psr17FactoryDiscovery.php CHANGED
@@ -111,7 +111,7 @@ final class Psr17FactoryDiscovery extends ClassDiscovery
111
  *
112
  * @throws Exception\NotFoundException
113
  */
114
- public static function findUrlFactory()
115
  {
116
  try {
117
  $messageFactory = static::findOneByType(UriFactoryInterface::class);
@@ -121,4 +121,16 @@ final class Psr17FactoryDiscovery extends ClassDiscovery
121
 
122
  return static::instantiateClass($messageFactory);
123
  }
 
 
 
 
 
 
 
 
 
 
 
 
124
  }
111
  *
112
  * @throws Exception\NotFoundException
113
  */
114
+ public static function findUriFactory()
115
  {
116
  try {
117
  $messageFactory = static::findOneByType(UriFactoryInterface::class);
121
 
122
  return static::instantiateClass($messageFactory);
123
  }
124
+
125
+ /**
126
+ * @return UriFactoryInterface
127
+ *
128
+ * @throws Exception\NotFoundException
129
+ *
130
+ * @deprecated This will be removed in 2.0. Consider using the findUrlFactory() method.
131
+ */
132
+ public static function findUrlFactory()
133
+ {
134
+ return static::findUriFactory();
135
+ }
136
  }
vendor/php-http/discovery/src/Strategy/CommonClassesStrategy.php CHANGED
@@ -27,6 +27,7 @@ use Http\Message\StreamFactory\SlimStreamFactory;
27
  use Http\Message\UriFactory\SlimUriFactory;
28
  use Slim\Http\Request as SlimRequest;
29
  use GuzzleHttp\Client as GuzzleHttp;
 
30
  use Http\Adapter\Guzzle6\Client as Guzzle6;
31
  use Http\Adapter\Guzzle5\Client as Guzzle5;
32
  use Http\Client\Curl\Client as Curl;
@@ -71,12 +72,14 @@ final class CommonClassesStrategy implements DiscoveryStrategy
71
  ],
72
  HttpAsyncClient::class => [
73
  ['class' => SymfonyHttplug::class, 'condition' => [SymfonyHttplug::class, Promise::class, RequestFactory::class, [self::class, 'isPsr17FactoryInstalled']]],
 
74
  ['class' => Guzzle6::class, 'condition' => Guzzle6::class],
75
  ['class' => Curl::class, 'condition' => Curl::class],
76
  ['class' => React::class, 'condition' => React::class],
77
  ],
78
  HttpClient::class => [
79
  ['class' => SymfonyHttplug::class, 'condition' => [SymfonyHttplug::class, RequestFactory::class, [self::class, 'isPsr17FactoryInstalled']]],
 
80
  ['class' => Guzzle6::class, 'condition' => Guzzle6::class],
81
  ['class' => Guzzle5::class, 'condition' => Guzzle5::class],
82
  ['class' => Curl::class, 'condition' => Curl::class],
27
  use Http\Message\UriFactory\SlimUriFactory;
28
  use Slim\Http\Request as SlimRequest;
29
  use GuzzleHttp\Client as GuzzleHttp;
30
+ use Http\Adapter\Guzzle7\Client as Guzzle7;
31
  use Http\Adapter\Guzzle6\Client as Guzzle6;
32
  use Http\Adapter\Guzzle5\Client as Guzzle5;
33
  use Http\Client\Curl\Client as Curl;
72
  ],
73
  HttpAsyncClient::class => [
74
  ['class' => SymfonyHttplug::class, 'condition' => [SymfonyHttplug::class, Promise::class, RequestFactory::class, [self::class, 'isPsr17FactoryInstalled']]],
75
+ ['class' => Guzzle7::class, 'condition' => Guzzle7::class],
76
  ['class' => Guzzle6::class, 'condition' => Guzzle6::class],
77
  ['class' => Curl::class, 'condition' => Curl::class],
78
  ['class' => React::class, 'condition' => React::class],
79
  ],
80
  HttpClient::class => [
81
  ['class' => SymfonyHttplug::class, 'condition' => [SymfonyHttplug::class, RequestFactory::class, [self::class, 'isPsr17FactoryInstalled']]],
82
+ ['class' => Guzzle7::class, 'condition' => Guzzle7::class],
83
  ['class' => Guzzle6::class, 'condition' => Guzzle6::class],
84
  ['class' => Guzzle5::class, 'condition' => Guzzle5::class],
85
  ['class' => Curl::class, 'condition' => Curl::class],