Orbit Fox by ThemeIsle - Version 2.0.6

Version Description

  • 2017-09-19
Download this release

Release Info

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

Code changes from version 2.0.5 to 2.0.6

CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
 
 
 
 
 
2
  ### v2.0.5 - 2017-09-12
3
  **Changes:**
4
  * Added new Ribbon and Clients Bar sections in Hestia
1
 
2
+ ### v2.0.6 - 2017-09-19
3
+ **Changes:**
4
+ * Added selective refresh for titles options in the frontpage sections in Hestia
5
+
6
  ### v2.0.5 - 2017-09-12
7
  **Changes:**
8
  * Added new Ribbon and Clients Bar sections in Hestia
core/assets/css/orbit-fox-admin.css CHANGED
@@ -8,7 +8,7 @@
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
- Version: 2.0.5
12
  */
13
 
14
  /* Document
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
+ Version: 2.0.6
12
  */
13
 
14
  /* Document
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.5';
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.6';
72
 
73
  $this->load_dependencies();
74
  $this->set_locale();
obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php CHANGED
@@ -117,7 +117,7 @@ function hestia_register_features_partials( $wp_customize ) {
117
 
118
  $wp_customize->selective_refresh->add_partial(
119
  'hestia_features_title', array(
120
- 'selector' => '.hestia-features h2.title',
121
  'settings' => 'hestia_features_title',
122
  'render_callback' => 'hestia_features_title_callback',
123
  )
117
 
118
  $wp_customize->selective_refresh->add_partial(
119
  'hestia_features_title', array(
120
+ 'selector' => '.hestia-features h2.hestia-title',
121
  'settings' => 'hestia_features_title',
122
  'render_callback' => 'hestia_features_title_callback',
123
  )
obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php CHANGED
@@ -16,6 +16,7 @@ if ( ! function_exists( 'hestia_ribbon_customize_register' ) ) :
16
  * @since 1.1.47
17
  */
18
  function hestia_ribbon_customize_register( $wp_customize ) {
 
19
  $selective_refresh = isset( $wp_customize->selective_refresh ) ? true : false;
20
  $wp_customize->add_section(
21
  'hestia_ribbon', array(
16
  * @since 1.1.47
17
  */
18
  function hestia_ribbon_customize_register( $wp_customize ) {
19
+
20
  $selective_refresh = isset( $wp_customize->selective_refresh ) ? true : false;
21
  $wp_customize->add_section(
22
  'hestia_ribbon', array(
obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php CHANGED
@@ -118,7 +118,7 @@ function hestia_register_team_partials( $wp_customize ) {
118
 
119
  $wp_customize->selective_refresh->add_partial(
120
  'hestia_team_title', array(
121
- 'selector' => '#team h2.title',
122
  'settings' => 'hestia_team_title',
123
  'render_callback' => 'hestia_team_title_callback',
124
  )
118
 
119
  $wp_customize->selective_refresh->add_partial(
120
  'hestia_team_title', array(
121
+ 'selector' => '#team h2.hestia-title',
122
  'settings' => 'hestia_team_title',
123
  'render_callback' => 'hestia_team_title_callback',
124
  )
obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php CHANGED
@@ -117,7 +117,7 @@ function hestia_register_testimonials_partials( $wp_customize ) {
117
 
118
  $wp_customize->selective_refresh->add_partial(
119
  'hestia_testimonials_title', array(
120
- 'selector' => '#testimonials h2.title',
121
  'settings' => 'hestia_testimonials_title',
122
  'render_callback' => 'hestia_testimonials_title_callback',
123
  )
117
 
118
  $wp_customize->selective_refresh->add_partial(
119
  'hestia_testimonials_title', array(
120
+ 'selector' => '#testimonials h2.hestia-title',
121
  'settings' => 'hestia_testimonials_title',
122
  'render_callback' => 'hestia_testimonials_title_callback',
123
  )
readme.txt CHANGED
@@ -77,6 +77,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.5 - 2017-09-12 =
81
 
82
  * Added new Ribbon and Clients Bar sections in Hestia
77
  3. Screenshot 3. How reports module is looking
78
 
79
  == Changelog ==
80
+ = 2.0.6 - 2017-09-19 =
81
+
82
+ * Added selective refresh for titles options in the frontpage sections in Hestia
83
+
84
+
85
  = 2.0.5 - 2017-09-12 =
86
 
87
  * Added new Ribbon and Clients Bar sections 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.5
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.6
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 ComposerAutoloaderInit1625faf5e06189767bce528810016ff5::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit8e2a7ffc39fa568c5785487ec0fdeb5c::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit1625faf5e06189767bce528810016ff5
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit1625faf5e06189767bce528810016ff5
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit1625faf5e06189767bce528810016ff5', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit1625faf5e06189767bce528810016ff5', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit1625faf5e06189767bce528810016ff5
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
- composerRequire1625faf5e06189767bce528810016ff5($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
- function composerRequire1625faf5e06189767bce528810016ff5($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 ComposerAutoloaderInit8e2a7ffc39fa568c5785487ec0fdeb5c
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit8e2a7ffc39fa568c5785487ec0fdeb5c', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit8e2a7ffc39fa568c5785487ec0fdeb5c', '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
+ composerRequire8e2a7ffc39fa568c5785487ec0fdeb5c($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
+ function composerRequire8e2a7ffc39fa568c5785487ec0fdeb5c($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;