Version Description
- 2019-08-13
Download this release
Release Info
| Developer | codeinwp |
| Plugin | |
| Version | 2.8.7 |
| Comparing to | |
| See all releases | |
Code changes from version 2.8.6 to 2.8.7
- CHANGELOG.md +7 -0
- core/assets/css/orbit-fox-admin.css +1 -1
- core/includes/class-orbit-fox.php +1 -1
- obfx_modules/menu-icons/init.php +3 -0
- readme.md +5 -0
- readme.txt +5 -0
- themeisle-companion.php +1 -1
- themeisle-hash.json +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +5 -5
CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
### v2.8.6 - 2019-08-12
|
| 3 |
**Changes:**
|
| 4 |
* Improve script loading performance
|
| 1 |
|
| 2 |
+
### v2.8.7 - 2019-08-13
|
| 3 |
+
**Changes:**
|
| 4 |
+
|
| 5 |
+
### v2.8.7 - 2019-08-13
|
| 6 |
+
**Changes:**
|
| 7 |
+
* Release
|
| 8 |
+
|
| 9 |
### v2.8.6 - 2019-08-12
|
| 10 |
**Changes:**
|
| 11 |
* Improve script loading performance
|
core/assets/css/orbit-fox-admin.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
* Extends Spectre.css Library
|
| 9 |
*/
|
| 10 |
/*
|
| 11 |
-
Version: 2.8.
|
| 12 |
*/
|
| 13 |
|
| 14 |
/* Document
|
| 8 |
* Extends Spectre.css Library
|
| 9 |
*/
|
| 10 |
/*
|
| 11 |
+
Version: 2.8.7
|
| 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.8.
|
| 73 |
|
| 74 |
$this->load_dependencies();
|
| 75 |
$this->set_locale();
|
| 69 |
|
| 70 |
$this->plugin_name = 'orbit-fox';
|
| 71 |
|
| 72 |
+
$this->version = '2.8.7';
|
| 73 |
|
| 74 |
$this->load_dependencies();
|
| 75 |
$this->set_locale();
|
obfx_modules/menu-icons/init.php
CHANGED
|
@@ -123,6 +123,9 @@ class Menu_Icons_OBFX_Module extends Orbit_Fox_Module_Abstract {
|
|
| 123 |
}
|
| 124 |
foreach ( $locations as $location => $menu_id ){
|
| 125 |
$menu_items = wp_get_nav_menu_items( $menu_id );
|
|
|
|
|
|
|
|
|
|
| 126 |
foreach ( $menu_items as $menu_item ) {
|
| 127 |
$icon = get_post_meta( $menu_item->ID, 'obfx_menu_icon', true );
|
| 128 |
if ( !empty( $icon ) ){
|
| 123 |
}
|
| 124 |
foreach ( $locations as $location => $menu_id ){
|
| 125 |
$menu_items = wp_get_nav_menu_items( $menu_id );
|
| 126 |
+
if ( ! is_array( $menu_items ) ) {
|
| 127 |
+
continue;
|
| 128 |
+
}
|
| 129 |
foreach ( $menu_items as $menu_item ) {
|
| 130 |
$icon = get_post_meta( $menu_item->ID, 'obfx_menu_icon', true );
|
| 131 |
if ( !empty( $icon ) ){
|
readme.md
CHANGED
|
@@ -109,6 +109,11 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
|
|
| 109 |
5. Social Sharing Module
|
| 110 |
|
| 111 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
### 2.8.6 - 2019-08-12 ###
|
| 113 |
|
| 114 |
* Improve script loading performance
|
| 109 |
5. Social Sharing Module
|
| 110 |
|
| 111 |
## Changelog ##
|
| 112 |
+
### 2.8.7 - 2019-08-13 ###
|
| 113 |
+
|
| 114 |
+
* Fix error notice in menu icons
|
| 115 |
+
|
| 116 |
+
|
| 117 |
### 2.8.6 - 2019-08-12 ###
|
| 118 |
|
| 119 |
* Improve script loading performance
|
readme.txt
CHANGED
|
@@ -109,6 +109,11 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
|
|
| 109 |
5. Social Sharing Module
|
| 110 |
|
| 111 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
= 2.8.6 - 2019-08-12 =
|
| 113 |
|
| 114 |
* Improve script loading performance
|
| 109 |
5. Social Sharing Module
|
| 110 |
|
| 111 |
== Changelog ==
|
| 112 |
+
= 2.8.7 - 2019-08-13 =
|
| 113 |
+
|
| 114 |
+
* Fix error notice in menu icons
|
| 115 |
+
|
| 116 |
+
|
| 117 |
= 2.8.6 - 2019-08-12 =
|
| 118 |
|
| 119 |
* Improve script loading performance
|
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.8.
|
| 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.8.7
|
| 19 |
* Author: Themeisle
|
| 20 |
* Author URI: https://orbitfox.com/
|
| 21 |
* License: GPL-2.0+
|
themeisle-hash.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"class-autoloader.php":"61ea652f66f6ca0ead234c6357f88791","index.php":"39ab8276fb0e4bd3fcab3270822c5977","themeisle-companion.php":"
|
| 1 |
+
{"class-autoloader.php":"61ea652f66f6ca0ead234c6357f88791","index.php":"39ab8276fb0e4bd3fcab3270822c5977","themeisle-companion.php":"c1cb777756cb665057798251ec04a863","uninstall.php":"7abf753a29e0eb3a844c8a0ba9493b7c"}
|
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 ComposerAutoloaderInit4fb5dcade6e1ed1350964ef788107bfb::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 ComposerAutoloaderInit24d19a781ee4d52c060c78e33a0f74a2
|
|
| 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 ComposerAutoloaderInit24d19a781ee4d52c060c78e33a0f74a2
|
|
| 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 ComposerAutoloaderInit4fb5dcade6e1ed1350964ef788107bfb
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit4fb5dcade6e1ed1350964ef788107bfb', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit4fb5dcade6e1ed1350964ef788107bfb', '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 |
+
composerRequire4fb5dcade6e1ed1350964ef788107bfb($fileIdentifier, $file);
|
| 46 |
}
|
| 47 |
|
| 48 |
return $loader;
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
+
function composerRequire4fb5dcade6e1ed1350964ef788107bfb($fileIdentifier, $file)
|
| 53 |
{
|
| 54 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 55 |
require $file;
|
