Orbit Fox by ThemeIsle - Version 2.0.2

Version Description

  • 2017-08-16
Download this release

Release Info

Developer codeinwp
Plugin Icon 128x128 Orbit Fox by ThemeIsle
Version 2.0.2
Comparing to
See all releases

Code changes from version 2.0.1 to 2.0.2

CHANGELOG.md CHANGED
@@ -1,7 +1,10 @@
1
 
2
- ### v2.0.1 - 2017-08-15
3
  **Changes:**
4
- * updated description
 
 
 
5
 
6
  ### v2.0.1 - 2017-08-14
7
  **Changes:**
1
 
2
+ ### v2.0.2 - 2017-08-17
3
  **Changes:**
4
+
5
+ ### v2.0.2 - 2017-08-16
6
+ **Changes:**
7
+ * Fix accordion not opening to display save buttons for modules
8
 
9
  ### v2.0.1 - 2017-08-14
10
  **Changes:**
core/assets/css/orbit-fox-admin.css CHANGED
@@ -8,7 +8,7 @@
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
- Version: 2.0.1
12
  */
13
 
14
  /* Document
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
+ Version: 2.0.2
12
  */
13
 
14
  /* Document
core/assets/js/orbit-fox-admin.js CHANGED
@@ -95,7 +95,7 @@ var obfx_admin = function( $ ) {
95
  } else {
96
  $( this ).addClass( 'active' );
97
  $( this ).closest( '.panel-header' ).siblings( '.obfx-module-form' ).addClass( 'active' );
98
- $( this ).closest( '.panel.options' ).css( 'height', $( this ).closest( '.panel-header' ).siblings( '.obfx-module-form' ).height() + 'px' );
99
  }
100
  } );
101
 
95
  } else {
96
  $( this ).addClass( 'active' );
97
  $( this ).closest( '.panel-header' ).siblings( '.obfx-module-form' ).addClass( 'active' );
98
+ $( this ).closest( '.panel.options' ).css( 'height', ( $( this ).closest( '.panel-header' ).siblings( '.obfx-module-form' ).height()*1 + 80 ) + 'px' );
99
  }
100
  } );
101
 
core/includes/class-orbit-fox.php CHANGED
@@ -68,7 +68,7 @@ class Orbit_Fox {
68
  public function __construct() {
69
 
70
  $this->plugin_name = 'orbit-fox';
71
- $this->version = '2.0.1';
72
 
73
  $this->load_dependencies();
74
  $this->set_locale();
68
  public function __construct() {
69
 
70
  $this->plugin_name = 'orbit-fox';
71
+ $this->version = '2.0.2';
72
 
73
  $this->load_dependencies();
74
  $this->set_locale();
readme.txt CHANGED
@@ -13,11 +13,9 @@ Enhance your website with extra functionality through modules like: social media
13
 
14
  Extend your theme functionality with <a href="https://themeisle.com/plugins/orbit-fox-companion/" rel="nofollow">Orbit Fox Companion</a> with various modules like Social Media Share Buttons & Icons, reporting, analytics(upcoming), security(upcoming) and caching(upcoming).
15
 
16
- This is an easy-to-use WordPress plugin with features that are loaded only if you need them or they are compatible with your current WordPress theme and plugins.
17
 
18
- **Why should i use this with Zerif/Hestia themes:**
19
-
20
- - More widgets & sections
21
 
22
  - By using it along with our themes you gain access to a lot of useful widgets like **Testimonials**, **Our Focus**, **About Us** and more other.
23
 
@@ -26,12 +24,13 @@ This is an easy-to-use WordPress plugin with features that are loaded only if yo
26
 
27
  - It's easy to use
28
 
29
- - Enable sharing networks right from your admin dashboard and choose for what kind of mobile device you would like to use.
30
 
31
- - It's fully customizable
32
 
33
- Choose from more than 20+ social networks to share with full control for every device that your visitors use. You can have a set of sharing options for mobile and a different one for desktop, all of them switched on/off from your WordPress instance.
34
 
 
35
 
36
 
37
 
@@ -77,6 +76,11 @@ Activating the Orbit Fox Companion plugin is just like any other plugin. If you'
77
  3. Screenshot 3. How reports module is looking
78
 
79
  == Changelog ==
 
 
 
 
 
80
  = 2.0.1 - 2017-08-14 =
81
 
82
  * Fixed issues with grey icons in Hestia.
13
 
14
  Extend your theme functionality with <a href="https://themeisle.com/plugins/orbit-fox-companion/" rel="nofollow">Orbit Fox Companion</a> with various modules like Social Media Share Buttons & Icons, reporting, analytics(upcoming), security(upcoming) and caching(upcoming).
15
 
16
+ Orbit Fox is a user-centred plugin with an easy-to-use admin panel. One of the most important features is that modules will only be loaded if they meet two conditions. If they are needed and if they are compatible with your existing themes and plugins. This will cut down on the unnecessary bloating of your website.
17
 
18
+ **Why should I use this with Zerif/Hestia themes:**
 
 
19
 
20
  - By using it along with our themes you gain access to a lot of useful widgets like **Testimonials**, **Our Focus**, **About Us** and more other.
21
 
24
 
25
  - It's easy to use
26
 
27
+ - Enable sharing networks right from your admin dashboard and choose on what kind of devices you would like to show them.
28
 
29
+ - Its fully customizable: You can easily optimise button location for according to the device your visitors will use.
30
 
31
+ Choose from more than 20+ social networks to share with full control for every device that your visitors use.
32
 
33
+ The sharing options can be positioned for the maximum effect according to whether the visitor is using a mobile device or desktop. Best of all they can be switched on/off from your WordPress instance.
34
 
35
 
36
 
76
  3. Screenshot 3. How reports module is looking
77
 
78
  == Changelog ==
79
+ = 2.0.2 - 2017-08-16 =
80
+
81
+ * Fix accordion not opening to display save buttons for modules
82
+
83
+
84
  = 2.0.1 - 2017-08-14 =
85
 
86
  * Fixed issues with grey icons in Hestia.
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.0.1
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.0.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 ComposerAutoloaderInit1163fdb19d8675f98860f27888593a7c::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit9b6e83b67c65b8031c140ee76007cd30::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit1163fdb19d8675f98860f27888593a7c
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit1163fdb19d8675f98860f27888593a7c
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit1163fdb19d8675f98860f27888593a7c', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit1163fdb19d8675f98860f27888593a7c', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit1163fdb19d8675f98860f27888593a7c
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
- composerRequire1163fdb19d8675f98860f27888593a7c($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
- function composerRequire1163fdb19d8675f98860f27888593a7c($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit9b6e83b67c65b8031c140ee76007cd30
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit9b6e83b67c65b8031c140ee76007cd30', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit9b6e83b67c65b8031c140ee76007cd30', '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
+ composerRequire9b6e83b67c65b8031c140ee76007cd30($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
+ function composerRequire9b6e83b67c65b8031c140ee76007cd30($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;