Orbit Fox by ThemeIsle - Version 2.10.22

Version Description

Download this release

Release Info

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

Code changes from version 2.10.21 to 2.10.22

CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ##### [Version 2.10.21](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.20...v2.10.21) (2022-11-24)
2
 
3
  * Fix - update dependencies
1
+ ##### [Version 2.10.22](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.21...v2.10.22) (2022-11-30)
2
+
3
+ - [Fix] Customizer not opening when Neve is installed
4
+
5
  ##### [Version 2.10.21](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.20...v2.10.21) (2022-11-24)
6
 
7
  * Fix - update dependencies
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.10.21';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
69
 
70
  $this->plugin_name = 'orbit-fox';
71
 
72
+ $this->version = '2.10.22';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
languages/themeisle-companion.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Orbit Fox Companion 2.10.21\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://github.com/Codeinwp/themeisle-companion/issues\n"
8
- "POT-Creation-Date: 2022-11-24 07:53:08+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Orbit Fox Companion 2.10.22\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://github.com/Codeinwp/themeisle-companion/issues\n"
8
+ "POT-Creation-Date: 2022-11-30 21:10:58+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
readme.md CHANGED
@@ -107,6 +107,13 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
107
 
108
  ## Changelog ##
109
 
 
 
 
 
 
 
 
110
  ##### [Version 2.10.21](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.20...v2.10.21) (2022-11-24)
111
 
112
  * Fix - update dependencies
107
 
108
  ## Changelog ##
109
 
110
+ ##### [Version 2.10.22](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.21...v2.10.22) (2022-11-30)
111
+
112
+ - [Fix] Customizer not opening when Neve is installed
113
+
114
+
115
+
116
+
117
  ##### [Version 2.10.21](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.20...v2.10.21) (2022-11-24)
118
 
119
  * Fix - update dependencies
readme.txt CHANGED
@@ -107,6 +107,13 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
107
 
108
  == Changelog ==
109
 
 
 
 
 
 
 
 
110
  ##### [Version 2.10.21](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.20...v2.10.21) (2022-11-24)
111
 
112
  * Fix - update dependencies
107
 
108
  == Changelog ==
109
 
110
+ ##### [Version 2.10.22](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.21...v2.10.22) (2022-11-30)
111
+
112
+ - [Fix] Customizer not opening when Neve is installed
113
+
114
+
115
+
116
+
117
  ##### [Version 2.10.21](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.20...v2.10.21) (2022-11-24)
118
 
119
  * Fix - update dependencies
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.10.21
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.10.22
19
  * Author: Themeisle
20
  * Author URI: https://orbitfox.com/
21
  * License: GPL-2.0+
vendor/autoload.php CHANGED
@@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) {
22
 
23
  require_once __DIR__ . '/composer/autoload_real.php';
24
 
25
- return ComposerAutoloaderInit9a205d4871a7a26861eb6bab6f31dce3::getLoader();
22
 
23
  require_once __DIR__ . '/composer/autoload_real.php';
24
 
25
+ return ComposerAutoloaderInit7317207c4dbdcce3816c264e2e1b5a05::getLoader();
vendor/codeinwp/themeisle-sdk/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ##### [Version 3.2.31](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.30...v3.2.31) (2022-11-23)
2
 
3
  - improve the promotions module
1
+ ##### [Version 3.2.32](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.31...v3.2.32) (2022-11-30)
2
+
3
+ Release
4
+
5
  ##### [Version 3.2.31](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.30...v3.2.31) (2022-11-23)
6
 
7
  - improve the promotions module
vendor/codeinwp/themeisle-sdk/load.php CHANGED
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
14
  return;
15
  }
16
  // Current SDK version and path.
17
- $themeisle_sdk_version = '3.2.31';
18
  $themeisle_sdk_path = dirname( __FILE__ );
19
 
20
  global $themeisle_sdk_max_version;
14
  return;
15
  }
16
  // Current SDK version and path.
17
+ $themeisle_sdk_version = '3.2.32';
18
  $themeisle_sdk_path = dirname( __FILE__ );
19
 
20
  global $themeisle_sdk_max_version;
vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php CHANGED
@@ -508,6 +508,7 @@ class Promotions extends Abstract_Module {
508
  $fields['optimole'] = array(
509
  'input' => 'html',
510
  'html' => '<div id="ti-optml-notice-helper"></div>',
 
511
  );
512
 
513
  if ( count( $fields ) < 2 ) {
508
  $fields['optimole'] = array(
509
  'input' => 'html',
510
  'html' => '<div id="ti-optml-notice-helper"></div>',
511
+ 'label' => '',
512
  );
513
 
514
  if ( count( $fields ) < 2 ) {
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit9a205d4871a7a26861eb6bab6f31dce3
6
  {
7
  private static $loader;
8
 
@@ -22,18 +22,18 @@ class ComposerAutoloaderInit9a205d4871a7a26861eb6bab6f31dce3
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit9a205d4871a7a26861eb6bab6f31dce3', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27
- spl_autoload_unregister(array('ComposerAutoloaderInit9a205d4871a7a26861eb6bab6f31dce3', 'loadClassLoader'));
28
 
29
  require __DIR__ . '/autoload_static.php';
30
- call_user_func(\Composer\Autoload\ComposerStaticInit9a205d4871a7a26861eb6bab6f31dce3::getInitializer($loader));
31
 
32
  $loader->register(true);
33
 
34
- $includeFiles = \Composer\Autoload\ComposerStaticInit9a205d4871a7a26861eb6bab6f31dce3::$files;
35
  foreach ($includeFiles as $fileIdentifier => $file) {
36
- composerRequire9a205d4871a7a26861eb6bab6f31dce3($fileIdentifier, $file);
37
  }
38
 
39
  return $loader;
@@ -45,7 +45,7 @@ class ComposerAutoloaderInit9a205d4871a7a26861eb6bab6f31dce3
45
  * @param string $file
46
  * @return void
47
  */
48
- function composerRequire9a205d4871a7a26861eb6bab6f31dce3($fileIdentifier, $file)
49
  {
50
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
51
  $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit7317207c4dbdcce3816c264e2e1b5a05
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit7317207c4dbdcce3816c264e2e1b5a05', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit7317207c4dbdcce3816c264e2e1b5a05', 'loadClassLoader'));
28
 
29
  require __DIR__ . '/autoload_static.php';
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit7317207c4dbdcce3816c264e2e1b5a05::getInitializer($loader));
31
 
32
  $loader->register(true);
33
 
34
+ $includeFiles = \Composer\Autoload\ComposerStaticInit7317207c4dbdcce3816c264e2e1b5a05::$files;
35
  foreach ($includeFiles as $fileIdentifier => $file) {
36
+ composerRequire7317207c4dbdcce3816c264e2e1b5a05($fileIdentifier, $file);
37
  }
38
 
39
  return $loader;
45
  * @param string $file
46
  * @return void
47
  */
48
+ function composerRequire7317207c4dbdcce3816c264e2e1b5a05($fileIdentifier, $file)
49
  {
50
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
51
  $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit9a205d4871a7a26861eb6bab6f31dce3
8
  {
9
  public static $files = array (
10
  '2e85745cdd367ff6e5579a8598f422b9' => __DIR__ . '/..' . '/codeinwp/elementor-extra-widgets/load.php',
@@ -21,7 +21,7 @@ class ComposerStaticInit9a205d4871a7a26861eb6bab6f31dce3
21
  public static function getInitializer(ClassLoader $loader)
22
  {
23
  return \Closure::bind(function () use ($loader) {
24
- $loader->classMap = ComposerStaticInit9a205d4871a7a26861eb6bab6f31dce3::$classMap;
25
 
26
  }, null, ClassLoader::class);
27
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit7317207c4dbdcce3816c264e2e1b5a05
8
  {
9
  public static $files = array (
10
  '2e85745cdd367ff6e5579a8598f422b9' => __DIR__ . '/..' . '/codeinwp/elementor-extra-widgets/load.php',
21
  public static function getInitializer(ClassLoader $loader)
22
  {
23
  return \Closure::bind(function () use ($loader) {
24
+ $loader->classMap = ComposerStaticInit7317207c4dbdcce3816c264e2e1b5a05::$classMap;
25
 
26
  }, null, ClassLoader::class);
27
  }
vendor/composer/installed.json CHANGED
@@ -134,23 +134,23 @@
134
  },
135
  {
136
  "name": "codeinwp/themeisle-sdk",
137
- "version": "3.2.31",
138
- "version_normalized": "3.2.31.0",
139
  "source": {
140
  "type": "git",
141
  "url": "https://github.com/Codeinwp/themeisle-sdk.git",
142
- "reference": "04ab7589bf32dbfddbf66bbb69bb0ab2eb8d7c27"
143
  },
144
  "dist": {
145
  "type": "zip",
146
- "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/04ab7589bf32dbfddbf66bbb69bb0ab2eb8d7c27",
147
- "reference": "04ab7589bf32dbfddbf66bbb69bb0ab2eb8d7c27",
148
  "shasum": ""
149
  },
150
  "require-dev": {
151
  "codeinwp/phpcs-ruleset": "dev-main"
152
  },
153
- "time": "2022-11-23T11:35:13+00:00",
154
  "type": "library",
155
  "installation-source": "dist",
156
  "notification-url": "https://packagist.org/downloads/",
@@ -171,7 +171,7 @@
171
  ],
172
  "support": {
173
  "issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
174
- "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.31"
175
  },
176
  "install-path": "../codeinwp/themeisle-sdk"
177
  }
134
  },
135
  {
136
  "name": "codeinwp/themeisle-sdk",
137
+ "version": "3.2.32",
138
+ "version_normalized": "3.2.32.0",
139
  "source": {
140
  "type": "git",
141
  "url": "https://github.com/Codeinwp/themeisle-sdk.git",
142
+ "reference": "76c09a05d01b83f620db230146e264bdb9a38af6"
143
  },
144
  "dist": {
145
  "type": "zip",
146
+ "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/76c09a05d01b83f620db230146e264bdb9a38af6",
147
+ "reference": "76c09a05d01b83f620db230146e264bdb9a38af6",
148
  "shasum": ""
149
  },
150
  "require-dev": {
151
  "codeinwp/phpcs-ruleset": "dev-main"
152
  },
153
+ "time": "2022-11-30T20:49:33+00:00",
154
  "type": "library",
155
  "installation-source": "dist",
156
  "notification-url": "https://packagist.org/downloads/",
171
  ],
172
  "support": {
173
  "issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
174
+ "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.32"
175
  },
176
  "install-path": "../codeinwp/themeisle-sdk"
177
  }
vendor/composer/installed.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php return array(
2
  'root' => array(
3
  'name' => 'codeinwp/themeisle-companion',
4
- 'pretty_version' => 'v2.10.21',
5
- 'version' => '2.10.21.0',
6
- 'reference' => '93321df16d458ff079b37e8451faaba8f66e7220',
7
  'type' => 'wordpress-plugin',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
@@ -33,9 +33,9 @@
33
  'dev_requirement' => false,
34
  ),
35
  'codeinwp/themeisle-companion' => array(
36
- 'pretty_version' => 'v2.10.21',
37
- 'version' => '2.10.21.0',
38
- 'reference' => '93321df16d458ff079b37e8451faaba8f66e7220',
39
  'type' => 'wordpress-plugin',
40
  'install_path' => __DIR__ . '/../../',
41
  'aliases' => array(),
@@ -53,9 +53,9 @@
53
  'dev_requirement' => false,
54
  ),
55
  'codeinwp/themeisle-sdk' => array(
56
- 'pretty_version' => '3.2.31',
57
- 'version' => '3.2.31.0',
58
- 'reference' => '04ab7589bf32dbfddbf66bbb69bb0ab2eb8d7c27',
59
  'type' => 'library',
60
  'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
61
  'aliases' => array(),
1
  <?php return array(
2
  'root' => array(
3
  'name' => 'codeinwp/themeisle-companion',
4
+ 'pretty_version' => 'v2.10.22',
5
+ 'version' => '2.10.22.0',
6
+ 'reference' => 'dd82d09bf748b8b021fa4724fbeadd4da9b208f7',
7
  'type' => 'wordpress-plugin',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
33
  'dev_requirement' => false,
34
  ),
35
  'codeinwp/themeisle-companion' => array(
36
+ 'pretty_version' => 'v2.10.22',
37
+ 'version' => '2.10.22.0',
38
+ 'reference' => 'dd82d09bf748b8b021fa4724fbeadd4da9b208f7',
39
  'type' => 'wordpress-plugin',
40
  'install_path' => __DIR__ . '/../../',
41
  'aliases' => array(),
53
  'dev_requirement' => false,
54
  ),
55
  'codeinwp/themeisle-sdk' => array(
56
+ 'pretty_version' => '3.2.32',
57
+ 'version' => '3.2.32.0',
58
+ 'reference' => '76c09a05d01b83f620db230146e264bdb9a38af6',
59
  'type' => 'library',
60
  'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
61
  'aliases' => array(),