Version Description
Download this release
Release Info
| Developer | themeisle |
| Plugin | |
| Version | 2.10.19 |
| Comparing to | |
| See all releases | |
Code changes from version 2.10.18 to 2.10.19
- CHANGELOG.md +4 -0
- core/includes/class-orbit-fox.php +1 -1
- languages/themeisle-companion.pot +2 -2
- readme.md +7 -0
- readme.txt +7 -0
- themeisle-companion.php +1 -1
- vendor/autoload.php +1 -1
- vendor/codeinwp/themeisle-sdk/CHANGELOG.md +4 -0
- vendor/codeinwp/themeisle-sdk/load.php +1 -1
- vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php +5 -8
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +7 -7
- vendor/composer/installed.php +9 -9
CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
##### [Version 2.10.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.17...v2.10.18) (2022-09-13)
|
| 2 |
|
| 3 |
* Update depencies
|
| 1 |
+
##### [Version 2.10.19](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.18...v2.10.19) (2022-09-15)
|
| 2 |
+
|
| 3 |
+
* Fix for Bedrock installs.
|
| 4 |
+
|
| 5 |
##### [Version 2.10.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.17...v2.10.18) (2022-09-13)
|
| 6 |
|
| 7 |
* Update depencies
|
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.
|
| 73 |
|
| 74 |
$this->load_dependencies();
|
| 75 |
$this->set_locale();
|
| 69 |
|
| 70 |
$this->plugin_name = 'orbit-fox';
|
| 71 |
|
| 72 |
+
$this->version = '2.10.19';
|
| 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.
|
| 6 |
"Report-Msgid-Bugs-To: "
|
| 7 |
"https://github.com/Codeinwp/themeisle-companion/issues\n"
|
| 8 |
-
"POT-Creation-Date: 2022-09-
|
| 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.19\n"
|
| 6 |
"Report-Msgid-Bugs-To: "
|
| 7 |
"https://github.com/Codeinwp/themeisle-companion/issues\n"
|
| 8 |
+
"POT-Creation-Date: 2022-09-15 20:08:37+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.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.17...v2.10.18) (2022-09-13)
|
| 111 |
|
| 112 |
* Update depencies
|
| 107 |
|
| 108 |
## Changelog ##
|
| 109 |
|
| 110 |
+
##### [Version 2.10.19](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.18...v2.10.19) (2022-09-15)
|
| 111 |
+
|
| 112 |
+
* Fix for Bedrock installs.
|
| 113 |
+
|
| 114 |
+
|
| 115 |
+
|
| 116 |
+
|
| 117 |
##### [Version 2.10.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.17...v2.10.18) (2022-09-13)
|
| 118 |
|
| 119 |
* Update depencies
|
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.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.17...v2.10.18) (2022-09-13)
|
| 111 |
|
| 112 |
* Update depencies
|
| 107 |
|
| 108 |
== Changelog ==
|
| 109 |
|
| 110 |
+
##### [Version 2.10.19](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.18...v2.10.19) (2022-09-15)
|
| 111 |
+
|
| 112 |
+
* Fix for Bedrock installs.
|
| 113 |
+
|
| 114 |
+
|
| 115 |
+
|
| 116 |
+
|
| 117 |
##### [Version 2.10.18](https://github.com/Codeinwp/themeisle-companion/compare/v2.10.17...v2.10.18) (2022-09-13)
|
| 118 |
|
| 119 |
* Update depencies
|
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.
|
| 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.19
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: https://orbitfox.com/
|
| 21 |
* License: GPL-2.0+
|
vendor/autoload.php
CHANGED
|
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
| 9 |
|
| 10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 11 |
|
| 12 |
-
return
|
| 9 |
|
| 10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 11 |
|
| 12 |
+
return ComposerAutoloaderInitf590f79dcba7e464a659ab7cf3981868::getLoader();
|
vendor/codeinwp/themeisle-sdk/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
##### [Version 3.2.29](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.28...v3.2.29) (2022-09-08)
|
| 2 |
|
| 3 |
* Adds compatibility mechanism
|
| 1 |
+
##### [Version 3.2.30](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.29...v3.2.30) (2022-09-15)
|
| 2 |
+
|
| 3 |
+
- fix filesystem wrong use - ref [#138](https://github.com/Codeinwp/themeisle-sdk/issues/138), props [@ethanclevenger91](https://github.com/ethanclevenger91) for reporting
|
| 4 |
+
|
| 5 |
##### [Version 3.2.29](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.28...v3.2.29) (2022-09-08)
|
| 6 |
|
| 7 |
* Adds compatibility mechanism
|
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.
|
| 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.30';
|
| 18 |
$themeisle_sdk_path = dirname( __FILE__ );
|
| 19 |
|
| 20 |
global $themeisle_sdk_max_version;
|
vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php
CHANGED
|
@@ -191,17 +191,14 @@ class Promotions extends Abstract_Module {
|
|
| 191 |
* @access public
|
| 192 |
*/
|
| 193 |
public function is_writeable() {
|
| 194 |
-
|
| 195 |
include_once ABSPATH . 'wp-admin/includes/file.php';
|
| 196 |
-
|
| 197 |
|
| 198 |
-
if (
|
| 199 |
-
return
|
| 200 |
}
|
| 201 |
-
|
| 202 |
-
$writable = WP_Filesystem( false, ABSPATH . 'wp-content' );
|
| 203 |
-
|
| 204 |
-
return $writable && 'direct' === $wp_filesystem->method;
|
| 205 |
}
|
| 206 |
|
| 207 |
/**
|
| 191 |
* @access public
|
| 192 |
*/
|
| 193 |
public function is_writeable() {
|
| 194 |
+
|
| 195 |
include_once ABSPATH . 'wp-admin/includes/file.php';
|
| 196 |
+
$filesystem_method = get_filesystem_method();
|
| 197 |
|
| 198 |
+
if ( 'direct' === $filesystem_method ) {
|
| 199 |
+
return true;
|
| 200 |
}
|
| 201 |
+
return false;
|
|
|
|
|
|
|
|
|
|
| 202 |
}
|
| 203 |
|
| 204 |
/**
|
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 |
|
|
@@ -22,18 +22,18 @@ class ComposerAutoloaderInit64eb01b4d71e339a1f4c3fb7643dc86a
|
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
-
spl_autoload_register(array('
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
| 27 |
-
spl_autoload_unregister(array('
|
| 28 |
|
| 29 |
require __DIR__ . '/autoload_static.php';
|
| 30 |
-
call_user_func(\Composer\Autoload\
|
| 31 |
|
| 32 |
$loader->register(true);
|
| 33 |
|
| 34 |
-
$includeFiles = \Composer\Autoload\
|
| 35 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 36 |
-
|
| 37 |
}
|
| 38 |
|
| 39 |
return $loader;
|
|
@@ -45,7 +45,7 @@ class ComposerAutoloaderInit64eb01b4d71e339a1f4c3fb7643dc86a
|
|
| 45 |
* @param string $file
|
| 46 |
* @return void
|
| 47 |
*/
|
| 48 |
-
function
|
| 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 ComposerAutoloaderInitf590f79dcba7e464a659ab7cf3981868
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
+
spl_autoload_register(array('ComposerAutoloaderInitf590f79dcba7e464a659ab7cf3981868', 'loadClassLoader'), true, true);
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
| 27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitf590f79dcba7e464a659ab7cf3981868', 'loadClassLoader'));
|
| 28 |
|
| 29 |
require __DIR__ . '/autoload_static.php';
|
| 30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitf590f79dcba7e464a659ab7cf3981868::getInitializer($loader));
|
| 31 |
|
| 32 |
$loader->register(true);
|
| 33 |
|
| 34 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInitf590f79dcba7e464a659ab7cf3981868::$files;
|
| 35 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 36 |
+
composerRequiref590f79dcba7e464a659ab7cf3981868($fileIdentifier, $file);
|
| 37 |
}
|
| 38 |
|
| 39 |
return $loader;
|
| 45 |
* @param string $file
|
| 46 |
* @return void
|
| 47 |
*/
|
| 48 |
+
function composerRequiref590f79dcba7e464a659ab7cf3981868($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
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
|
|
@@ -320,9 +320,9 @@ class ComposerStaticInit64eb01b4d71e339a1f4c3fb7643dc86a
|
|
| 320 |
public static function getInitializer(ClassLoader $loader)
|
| 321 |
{
|
| 322 |
return \Closure::bind(function () use ($loader) {
|
| 323 |
-
$loader->prefixLengthsPsr4 =
|
| 324 |
-
$loader->prefixDirsPsr4 =
|
| 325 |
-
$loader->classMap =
|
| 326 |
|
| 327 |
}, null, ClassLoader::class);
|
| 328 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInitf590f79dcba7e464a659ab7cf3981868
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
|
| 320 |
public static function getInitializer(ClassLoader $loader)
|
| 321 |
{
|
| 322 |
return \Closure::bind(function () use ($loader) {
|
| 323 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitf590f79dcba7e464a659ab7cf3981868::$prefixLengthsPsr4;
|
| 324 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitf590f79dcba7e464a659ab7cf3981868::$prefixDirsPsr4;
|
| 325 |
+
$loader->classMap = ComposerStaticInitf590f79dcba7e464a659ab7cf3981868::$classMap;
|
| 326 |
|
| 327 |
}, null, ClassLoader::class);
|
| 328 |
}
|
vendor/composer/installed.json
CHANGED
|
@@ -196,23 +196,23 @@
|
|
| 196 |
},
|
| 197 |
{
|
| 198 |
"name": "codeinwp/themeisle-sdk",
|
| 199 |
-
"version": "3.2.
|
| 200 |
-
"version_normalized": "3.2.
|
| 201 |
"source": {
|
| 202 |
"type": "git",
|
| 203 |
"url": "https://github.com/Codeinwp/themeisle-sdk.git",
|
| 204 |
-
"reference": "
|
| 205 |
},
|
| 206 |
"dist": {
|
| 207 |
"type": "zip",
|
| 208 |
-
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/
|
| 209 |
-
"reference": "
|
| 210 |
"shasum": ""
|
| 211 |
},
|
| 212 |
"require-dev": {
|
| 213 |
"codeinwp/phpcs-ruleset": "dev-main"
|
| 214 |
},
|
| 215 |
-
"time": "2022-09-
|
| 216 |
"type": "library",
|
| 217 |
"installation-source": "dist",
|
| 218 |
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -233,7 +233,7 @@
|
|
| 233 |
],
|
| 234 |
"support": {
|
| 235 |
"issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
|
| 236 |
-
"source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.
|
| 237 |
},
|
| 238 |
"install-path": "../codeinwp/themeisle-sdk"
|
| 239 |
},
|
| 196 |
},
|
| 197 |
{
|
| 198 |
"name": "codeinwp/themeisle-sdk",
|
| 199 |
+
"version": "3.2.30",
|
| 200 |
+
"version_normalized": "3.2.30.0",
|
| 201 |
"source": {
|
| 202 |
"type": "git",
|
| 203 |
"url": "https://github.com/Codeinwp/themeisle-sdk.git",
|
| 204 |
+
"reference": "7239104ae452b13cd6d506d44e8fc127232d35ce"
|
| 205 |
},
|
| 206 |
"dist": {
|
| 207 |
"type": "zip",
|
| 208 |
+
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/7239104ae452b13cd6d506d44e8fc127232d35ce",
|
| 209 |
+
"reference": "7239104ae452b13cd6d506d44e8fc127232d35ce",
|
| 210 |
"shasum": ""
|
| 211 |
},
|
| 212 |
"require-dev": {
|
| 213 |
"codeinwp/phpcs-ruleset": "dev-main"
|
| 214 |
},
|
| 215 |
+
"time": "2022-09-15T19:54:34+00:00",
|
| 216 |
"type": "library",
|
| 217 |
"installation-source": "dist",
|
| 218 |
"notification-url": "https://packagist.org/downloads/",
|
| 233 |
],
|
| 234 |
"support": {
|
| 235 |
"issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
|
| 236 |
+
"source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.30"
|
| 237 |
},
|
| 238 |
"install-path": "../codeinwp/themeisle-sdk"
|
| 239 |
},
|
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.
|
| 5 |
-
'version' => '2.10.
|
| 6 |
-
'reference' => '
|
| 7 |
'type' => 'wordpress-plugin',
|
| 8 |
'install_path' => __DIR__ . '/../../',
|
| 9 |
'aliases' => array(),
|
|
@@ -38,9 +38,9 @@
|
|
| 38 |
'dev_requirement' => false,
|
| 39 |
),
|
| 40 |
'codeinwp/themeisle-companion' => array(
|
| 41 |
-
'pretty_version' => 'v2.10.
|
| 42 |
-
'version' => '2.10.
|
| 43 |
-
'reference' => '
|
| 44 |
'type' => 'wordpress-plugin',
|
| 45 |
'install_path' => __DIR__ . '/../../',
|
| 46 |
'aliases' => array(),
|
|
@@ -58,9 +58,9 @@
|
|
| 58 |
'dev_requirement' => false,
|
| 59 |
),
|
| 60 |
'codeinwp/themeisle-sdk' => array(
|
| 61 |
-
'pretty_version' => '3.2.
|
| 62 |
-
'version' => '3.2.
|
| 63 |
-
'reference' => '
|
| 64 |
'type' => 'library',
|
| 65 |
'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
|
| 66 |
'aliases' => array(),
|
| 1 |
<?php return array(
|
| 2 |
'root' => array(
|
| 3 |
'name' => 'codeinwp/themeisle-companion',
|
| 4 |
+
'pretty_version' => 'v2.10.19',
|
| 5 |
+
'version' => '2.10.19.0',
|
| 6 |
+
'reference' => '4351ee6bfbb99491f604f1bf7aaff08444c9eda5',
|
| 7 |
'type' => 'wordpress-plugin',
|
| 8 |
'install_path' => __DIR__ . '/../../',
|
| 9 |
'aliases' => array(),
|
| 38 |
'dev_requirement' => false,
|
| 39 |
),
|
| 40 |
'codeinwp/themeisle-companion' => array(
|
| 41 |
+
'pretty_version' => 'v2.10.19',
|
| 42 |
+
'version' => '2.10.19.0',
|
| 43 |
+
'reference' => '4351ee6bfbb99491f604f1bf7aaff08444c9eda5',
|
| 44 |
'type' => 'wordpress-plugin',
|
| 45 |
'install_path' => __DIR__ . '/../../',
|
| 46 |
'aliases' => array(),
|
| 58 |
'dev_requirement' => false,
|
| 59 |
),
|
| 60 |
'codeinwp/themeisle-sdk' => array(
|
| 61 |
+
'pretty_version' => '3.2.30',
|
| 62 |
+
'version' => '3.2.30.0',
|
| 63 |
+
'reference' => '7239104ae452b13cd6d506d44e8fc127232d35ce',
|
| 64 |
'type' => 'library',
|
| 65 |
'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
|
| 66 |
'aliases' => array(),
|
