Version Description
- 2017-11-24
Download this release
Release Info
| Developer | codeinwp |
| Plugin | |
| Version | 2.2.2 |
| Comparing to | |
| See all releases | |
Code changes from version 2.2.1 to 2.2.2
- CHANGELOG.md +5 -0
- core/assets/css/orbit-fox-admin.css +1 -1
- core/includes/class-orbit-fox.php +1 -1
- obfx_modules/mystock-import/vendor/phpflickr/{phpFlickr.php → phpflickr.php} +0 -0
- obfx_modules/template-directory/inc/class-obfx-template-directory-customizer-section.php +1 -1
- readme.md +6 -0
- readme.txt +6 -0
- themeisle-companion.php +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +5 -5
CHANGELOG.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
### v2.2.1 - 2017-11-24
|
| 3 |
**Changes:**
|
| 4 |
* Fixed module loading for Elementor widgets module.
|
| 1 |
|
| 2 |
+
### v2.2.2 - 2017-11-24
|
| 3 |
+
**Changes:**
|
| 4 |
+
* Renamed flickr api util file.
|
| 5 |
+
* Fixed issue with template directory preview plugin install modal.
|
| 6 |
+
|
| 7 |
### v2.2.1 - 2017-11-24
|
| 8 |
**Changes:**
|
| 9 |
* Fixed module loading for Elementor widgets module.
|
core/assets/css/orbit-fox-admin.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
* Extends Spectre.css Library
|
| 9 |
*/
|
| 10 |
/*
|
| 11 |
-
Version: 2.2.
|
| 12 |
*/
|
| 13 |
|
| 14 |
/* Document
|
| 8 |
* Extends Spectre.css Library
|
| 9 |
*/
|
| 10 |
/*
|
| 11 |
+
Version: 2.2.2
|
| 12 |
*/
|
| 13 |
|
| 14 |
/* Document
|
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.2.
|
| 73 |
|
| 74 |
$this->load_dependencies();
|
| 75 |
$this->set_locale();
|
| 69 |
|
| 70 |
$this->plugin_name = 'orbit-fox';
|
| 71 |
|
| 72 |
+
$this->version = '2.2.2';
|
| 73 |
|
| 74 |
$this->load_dependencies();
|
| 75 |
$this->set_locale();
|
obfx_modules/mystock-import/vendor/phpflickr/{phpFlickr.php → phpflickr.php}
RENAMED
|
File without changes
|
obfx_modules/template-directory/inc/class-obfx-template-directory-customizer-section.php
CHANGED
|
@@ -112,10 +112,10 @@ class OBFX_Template_Directory_Customizer_Section extends WP_Customize_Section {
|
|
| 112 |
$html .= '</div>'; // .obfx-template-details
|
| 113 |
$html .= '</div>'; // .obfx-template
|
| 114 |
}
|
|
|
|
| 115 |
if ( ! empty( $this->required_plugins ) ) {
|
| 116 |
$html .= $this->required_plugins;
|
| 117 |
}
|
| 118 |
-
$html .= '</div>'; // .obfx-template-browser
|
| 119 |
}
|
| 120 |
echo $html;
|
| 121 |
}
|
| 112 |
$html .= '</div>'; // .obfx-template-details
|
| 113 |
$html .= '</div>'; // .obfx-template
|
| 114 |
}
|
| 115 |
+
$html .= '</div>'; // .obfx-template-browser
|
| 116 |
if ( ! empty( $this->required_plugins ) ) {
|
| 117 |
$html .= $this->required_plugins;
|
| 118 |
}
|
|
|
|
| 119 |
}
|
| 120 |
echo $html;
|
| 121 |
}
|
readme.md
CHANGED
|
@@ -86,6 +86,12 @@ Activating the Orbit Fox Companion plugin is just like any other plugin. If you'
|
|
| 86 |
3. Screenshot 3. How reports module is looking
|
| 87 |
|
| 88 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
### 2.2.1 - 2017-11-24 ###
|
| 90 |
|
| 91 |
* Fixed module loading for Elementor widgets module.
|
| 86 |
3. Screenshot 3. How reports module is looking
|
| 87 |
|
| 88 |
## Changelog ##
|
| 89 |
+
### 2.2.2 - 2017-11-24 ###
|
| 90 |
+
|
| 91 |
+
* Renamed flickr api util file.
|
| 92 |
+
* Fixed issue with template directory preview plugin install modal.
|
| 93 |
+
|
| 94 |
+
|
| 95 |
### 2.2.1 - 2017-11-24 ###
|
| 96 |
|
| 97 |
* Fixed module loading for Elementor widgets module.
|
readme.txt
CHANGED
|
@@ -86,6 +86,12 @@ Activating the Orbit Fox Companion plugin is just like any other plugin. If you'
|
|
| 86 |
3. Screenshot 3. How reports module is looking
|
| 87 |
|
| 88 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
= 2.2.1 - 2017-11-24 =
|
| 90 |
|
| 91 |
* Fixed module loading for Elementor widgets module.
|
| 86 |
3. Screenshot 3. How reports module is looking
|
| 87 |
|
| 88 |
== Changelog ==
|
| 89 |
+
= 2.2.2 - 2017-11-24 =
|
| 90 |
+
|
| 91 |
+
* Renamed flickr api util file.
|
| 92 |
+
* Fixed issue with template directory preview plugin install modal.
|
| 93 |
+
|
| 94 |
+
|
| 95 |
= 2.2.1 - 2017-11-24 =
|
| 96 |
|
| 97 |
* Fixed module loading for Elementor widgets module.
|
themeisle-companion.php
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
* Plugin Name: Orbit Fox Companion
|
| 16 |
* Plugin URI: https://themeisle.com/plugins/orbit-fox-companion
|
| 17 |
* Description: Enhances ThemeIsle's themes with extra functionality.
|
| 18 |
-
* Version: 2.2.
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: https://themeisle.com
|
| 21 |
* License: GPL-2.0+
|
| 15 |
* Plugin Name: Orbit Fox Companion
|
| 16 |
* Plugin URI: https://themeisle.com/plugins/orbit-fox-companion
|
| 17 |
* Description: Enhances ThemeIsle's themes with extra functionality.
|
| 18 |
+
* Version: 2.2.2
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: https://themeisle.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
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInitaf53802d1c1e77e735c44a89415c4e70::getLoader();
|
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 |
|
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit6cda1f35f0ed08e317ab83d6aa820d32
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 27 |
foreach ($map as $namespace => $path) {
|
|
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit6cda1f35f0ed08e317ab83d6aa820d32
|
|
| 42 |
|
| 43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 45 |
-
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
-
function
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInitaf53802d1c1e77e735c44a89415c4e70
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInitaf53802d1c1e77e735c44a89415c4e70', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitaf53802d1c1e77e735c44a89415c4e70', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 27 |
foreach ($map as $namespace => $path) {
|
| 42 |
|
| 43 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 44 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 45 |
+
composerRequireaf53802d1c1e77e735c44a89415c4e70($fileIdentifier, $file);
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
+
function composerRequireaf53802d1c1e77e735c44a89415c4e70($fileIdentifier, $file)
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
