Orbit Fox by ThemeIsle - Version 2.3.2

Version Description

  • 2018-01-23
Download this release

Release Info

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

Code changes from version 2.3.1 to 2.3.2

CHANGELOG.md CHANGED
@@ -1,10 +1,8 @@
1
 
2
- ### v2.3.1 - 2018-01-17
3
  **Changes:**
4
- * Aaand this change will put the nail in this PR
5
- * https://github.com/Codeinwp/full-width-page-templates/commit/aa5d8e96e2b65aef9816f747bfc05c37bd37292c
6
- *
7
- * Thanks for help
8
 
9
  ### v2.3.1 - 2018-01-17
10
  **Changes:**
1
 
2
+ ### v2.3.2 - 2018-01-23
3
  **Changes:**
4
+ * Fixed issue with menu icons module - dashicons were not properly enqueued
5
+ * Updated descriptions
 
 
6
 
7
  ### v2.3.1 - 2018-01-17
8
  **Changes:**
core/assets/css/orbit-fox-admin.css CHANGED
@@ -8,7 +8,7 @@
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
- Version: 2.3.1
12
  */
13
 
14
  /* Document
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
+ Version: 2.3.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.3.1';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
69
 
70
  $this->plugin_name = 'orbit-fox';
71
 
72
+ $this->version = '2.3.2';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
obfx_modules/menu-icons/init.php CHANGED
@@ -116,7 +116,7 @@ class Menu_Icons_OBFX_Module extends Orbit_Fox_Module_Abstract {
116
  public function public_enqueue() {
117
  return array(
118
  'css' => array(
119
- 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' => false,
120
  ),
121
  );
122
  }
116
  public function public_enqueue() {
117
  return array(
118
  'css' => array(
119
+ 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' => array( 'dashicons' ),
120
  ),
121
  );
122
  }
obfx_modules/social-sharing/init.php CHANGED
@@ -28,7 +28,7 @@ class Social_Sharing_OBFX_Module extends Orbit_Fox_Module_Abstract {
28
  public function __construct() {
29
  parent::__construct();
30
  $this->name = __( 'Social Sharing Module', 'themeisle-companion' );
31
- $this->description = __( 'Add basic social sharing to your posts and pages.', 'themeisle-companion' );
32
  }
33
 
34
  /**
28
  public function __construct() {
29
  parent::__construct();
30
  $this->name = __( 'Social Sharing Module', 'themeisle-companion' );
31
+ $this->description = sprintf( __( 'Add basic social sharing to your posts and pages. Check out the %s to learn more!', 'themeisle-companion' ), sprintf( '<a href="https://demo.themeisle.com/orbit-fox/2018/01/15/social-sharing-modules/" rel="nofollow" target="_blank">%s</a>', __( 'demo', 'themeisle-companion' ) ) );
32
  }
33
 
34
  /**
readme.md CHANGED
@@ -1,6 +1,6 @@
1
  # Orbit Fox Companion #
2
  **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [codeinwp](https://profiles.wordpress.org/codeinwp), [rodicaelena](https://profiles.wordpress.org/rodicaelena), [baicusandrei](https://profiles.wordpress.org/baicusandrei)
3
- **Tags:** widget, admin, widgets, sharing, reporting, sections, themes, stock photos, custom icons, icons, menu icons, stock
4
  **Requires at least:** 3.0
5
  **Tested up to:** 4.9
6
  **Requires PHP:** 5.3
@@ -8,95 +8,66 @@
8
  **License:** GPLv2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- **Enhance your website with extra functionality through modules like:** social media share buttons & icons, reporting, analytics(upcoming), security(upcoming) and caching(upcoming).
12
 
13
  ## Description ##
14
 
15
- 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, custom menu-icons and free stock featured images.
16
 
17
- 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.
 
 
 
 
 
 
 
 
18
 
19
- **Why should I use this with Zerif/Hestia themes:**
20
 
21
- - 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.
22
 
 
23
 
24
- **Why use our custom icons module:**
25
 
26
- - Choose from a large variety of custom icons.
27
 
28
- - No coding needed, you can leverage the power of our dropdown icons selector and choose the right icon for your menu.
29
 
 
 
30
 
31
- **Why use our sharing module:**
 
 
32
 
 
33
  - It's easy to use
34
-
35
  - Enable sharing networks right from your admin dashboard and choose on what kind of devices you would like to show them.
36
-
37
- - It’s fully customizable: You can easily optimise button location for according to the device your visitors will use.
38
-
39
 
40
  **Why use our custom Elementor addons module:**
41
-
42
  - We offer new widgets to add more value to the content you can create within Elementor page builder.
43
-
44
  - Pricing Table Widget to easily create pricing layouts.
45
-
46
  - Services Widget to easily create pricing layouts.
47
-
48
  - Post Grid Widget to easily list your Posts / Products / any other post types in a grid.
49
 
50
-
51
  **Why use our custom Beaver Builder addons module:**
52
-
53
  - We offer new widgets to add more value to the content you can create within the Beaver Builder page builder.
54
-
55
  - Pricing Table Widget to easily create pricing layouts.
56
-
57
  - Services Widget to easily create pricing layouts.
58
-
59
  - Post Grid Widget to easily list your Posts / Products / any other post types in a grid.
60
 
61
-
62
  **Why use our Template Directory:**
63
-
64
  - One-click import for awesome page templates.
65
-
66
  - Elementor templates will be added frequently for you to use creatively.
67
 
68
- Choose from more than 20+ social networks to share with full control for every device that your visitors use.
69
-
70
- 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.
71
-
72
-
73
-
74
- We've also built some fantastic <a href="http://themeisle.com/wordpress-themes/free/" rel="nofollow" target="_blank">free themes</a> that work well with Orbit Fox Companion, check them out.
75
-
76
- **Features:**
77
-
78
- - Template Directory
79
- - Elementor Addons and Widgets
80
- - Beaver Builder Widgets
81
- - Sharing module
82
- - Menu icons module
83
- - Free stock photos module
84
- - More widgets and sections for Hestia Theme
85
- - More widgets and sections for Zerif Theme
86
-
87
-
88
-
89
-
90
- ## Frequently Asked Questions ##
91
-
92
- ### How I can get support for this plugin ? ###
93
-
94
- You can learn more about Orbit Fox Companion and ask for help by <a href="https://themeisle.com/contact/" >visiting ThemeIsle website</a>.
95
-
96
- ### What can I do with this plugin ###
97
-
98
- This plugin extends the features of your themes by adding numerous widgets if you are using Zerif and Hestia themes and some modules for sharing and reporting for general use.
99
-
100
 
101
  ## Installation ##
102
 
@@ -106,24 +77,24 @@ Activating the Orbit Fox Companion plugin is just like any other plugin. If you'
106
  2. In the Search field type "Orbit Fox"
107
  3. Under "Orbit Fox Companion" click the **Install Now** link
108
  4. Once the process is complete, click the **Activate Plugin** link
109
- 5. Now, you're able to use Orbit fox and setup the modules you need. These can be found at **Tools &gt; Orbit Fox Companion**
110
  6. Make the changes desired, then click the **Save changes** button at the bottom
111
 
112
-
113
  ## Screenshots ##
114
 
115
- 1. Screenshot 1. How you can enable/disable modules
116
- 2. Screenshot 2. How the sharing module is looking
117
- 3. Screenshot 3. Template directory page preview
118
- 4. Screenshot 4. Template preview interface
119
- 5. Screenshot 5. Menu icons module interface preview
120
- 6. Screenshot 6. Menu icons module front end preview
121
- 7. Screenshot 7. Services and post grid Page builder modules
122
- 8. Screenshot 8. Pricing plan Page builder module
123
- 9. Screenshot 9. CC0 MyStock.photos featured image import module.
124
-
125
 
126
  ## Changelog ##
 
 
 
 
 
 
127
  ### 2.3.1 - 2018-01-17 ###
128
 
129
  * Disabled automatic display for sharing button on pages and added an option to toggle it.
1
  # Orbit Fox Companion #
2
  **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [codeinwp](https://profiles.wordpress.org/codeinwp), [rodicaelena](https://profiles.wordpress.org/rodicaelena), [baicusandrei](https://profiles.wordpress.org/baicusandrei)
3
+ **Tags:** widget, admin, widgets, sharing, sections, themes, stock photos, custom icons, icons, menu icons, stock, templates
4
  **Requires at least:** 3.0
5
  **Tested up to:** 4.9
6
  **Requires PHP:** 5.3
8
  **License:** GPLv2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ This swiss-knife plugin comes with a quality template library, menu/sharing icons modules, and newly added Elementor/BeaverBuilder page builder widgets on each release.
12
 
13
  ## Description ##
14
 
15
+ 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, custom menu-icons, one click import page templates, page builder addons and free stock featured images.
16
 
17
+ **Features:**
18
+ - Template Directory
19
+ - Elementor Addons and Widgets
20
+ - Beaver Builder Widgets
21
+ - Sharing module
22
+ - Menu icons module
23
+ - Free stock photos module
24
+ - More widgets and sections for Hestia Theme
25
+ - More widgets and sections for Zerif Theme
26
 
27
+ You can check out the demo <a href="https://demo.themeisle.com/orbit-fox/#blog" rel="nofollow" target="_blank">here</a> for a more detailed overview of the features.
28
 
29
+ OrbitFox 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.
30
 
31
+ We've also built some fantastic <a href="http://themeisle.com/wordpress-themes/free/" rel="nofollow" target="_blank">free themes</a> that work well with Orbit Fox Companion, check them out.
32
 
33
+ ## Frequently Asked Questions ##
34
 
35
+ ### How I can get support for this plugin ? ###
36
 
37
+ You can learn more about Orbit Fox Companion and ask for help by <a href="https://themeisle.com/contact/" >visiting ThemeIsle website</a>.
38
 
39
+ ### What can I do with this plugin ###
40
+ This plugin extends the features of your sites by adding numerous features.
41
 
42
+ **Why use our custom icons module:**
43
+ - Choose from a large variety of custom icons.
44
+ - No coding needed, you can leverage the power of our dropdown icons selector and choose the right icon for your menu.
45
 
46
+ **Why use our sharing module:**
47
  - It's easy to use
 
48
  - Enable sharing networks right from your admin dashboard and choose on what kind of devices you would like to show them.
49
+ - It’s fully customizable: You can easily optimise button location for according to the device your visitors will use.
50
+ - Choose from more than 20+ social networks to share with full control for every device that your visitors use.
51
+ - 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.
52
 
53
  **Why use our custom Elementor addons module:**
 
54
  - We offer new widgets to add more value to the content you can create within Elementor page builder.
 
55
  - Pricing Table Widget to easily create pricing layouts.
 
56
  - Services Widget to easily create pricing layouts.
 
57
  - Post Grid Widget to easily list your Posts / Products / any other post types in a grid.
58
 
 
59
  **Why use our custom Beaver Builder addons module:**
 
60
  - We offer new widgets to add more value to the content you can create within the Beaver Builder page builder.
 
61
  - Pricing Table Widget to easily create pricing layouts.
 
62
  - Services Widget to easily create pricing layouts.
 
63
  - Post Grid Widget to easily list your Posts / Products / any other post types in a grid.
64
 
 
65
  **Why use our Template Directory:**
 
66
  - One-click import for awesome page templates.
 
67
  - Elementor templates will be added frequently for you to use creatively.
68
 
69
+ **Why should I use this with Zerif/Hestia themes:**
70
+ - 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
72
  ## Installation ##
73
 
77
  2. In the Search field type "Orbit Fox"
78
  3. Under "Orbit Fox Companion" click the **Install Now** link
79
  4. Once the process is complete, click the **Activate Plugin** link
80
+ 5. Now, you're able to use Orbit fox and setup the modules you need. These can be found on the **Orbit Fox Companion** dashboard page
81
  6. Make the changes desired, then click the **Save changes** button at the bottom
82
 
 
83
  ## Screenshots ##
84
 
85
+ 1. The OrbitFox Dashboard Page
86
+ 2. The Template Directory Page
87
+ 3. Menu Icons Module
88
+ 4. Page Builder Widgets and Addons
89
+ 5. Social Sharing Module
 
 
 
 
 
90
 
91
  ## Changelog ##
92
+ ### 2.3.2 - 2018-01-23 ###
93
+
94
+ * Fixed issue with menu icons module - dashicons were not properly enqueued
95
+ * Updated descriptions
96
+
97
+
98
  ### 2.3.1 - 2018-01-17 ###
99
 
100
  * Disabled automatic display for sharing button on pages and added an option to toggle it.
readme.txt CHANGED
@@ -1,6 +1,6 @@
1
  === Orbit Fox Companion ===
2
  Contributors: themeisle, codeinwp, rodicaelena, baicusandrei
3
- Tags: widget, admin, widgets, sharing, reporting, sections, themes, stock photos, custom icons, icons, menu icons, stock
4
  Requires at least: 3.0
5
  Tested up to: 4.9
6
  Requires PHP: 5.3
@@ -8,95 +8,66 @@ Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Enhance your website with extra functionality through modules like: social media share buttons & icons, reporting, analytics(upcoming), security(upcoming) and caching(upcoming).
12
 
13
  == Description ==
14
 
15
- 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, custom menu-icons and free stock featured images.
16
 
17
- 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.
 
 
 
 
 
 
 
 
18
 
19
- **Why should I use this with Zerif/Hestia themes:**
20
 
21
- - 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.
22
 
 
23
 
24
- **Why use our custom icons module:**
25
 
26
- - Choose from a large variety of custom icons.
27
 
28
- - No coding needed, you can leverage the power of our dropdown icons selector and choose the right icon for your menu.
29
 
 
 
30
 
31
- **Why use our sharing module:**
 
 
32
 
 
33
  - It's easy to use
34
-
35
  - Enable sharing networks right from your admin dashboard and choose on what kind of devices you would like to show them.
36
-
37
- - It’s fully customizable: You can easily optimise button location for according to the device your visitors will use.
38
-
39
 
40
  **Why use our custom Elementor addons module:**
41
-
42
  - We offer new widgets to add more value to the content you can create within Elementor page builder.
43
-
44
  - Pricing Table Widget to easily create pricing layouts.
45
-
46
  - Services Widget to easily create pricing layouts.
47
-
48
  - Post Grid Widget to easily list your Posts / Products / any other post types in a grid.
49
 
50
-
51
  **Why use our custom Beaver Builder addons module:**
52
-
53
  - We offer new widgets to add more value to the content you can create within the Beaver Builder page builder.
54
-
55
  - Pricing Table Widget to easily create pricing layouts.
56
-
57
  - Services Widget to easily create pricing layouts.
58
-
59
  - Post Grid Widget to easily list your Posts / Products / any other post types in a grid.
60
 
61
-
62
  **Why use our Template Directory:**
63
-
64
  - One-click import for awesome page templates.
65
-
66
  - Elementor templates will be added frequently for you to use creatively.
67
 
68
- Choose from more than 20+ social networks to share with full control for every device that your visitors use.
69
-
70
- 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.
71
-
72
-
73
-
74
- We've also built some fantastic <a href="http://themeisle.com/wordpress-themes/free/" rel="nofollow" target="_blank">free themes</a> that work well with Orbit Fox Companion, check them out.
75
-
76
- **Features:**
77
-
78
- - Template Directory
79
- - Elementor Addons and Widgets
80
- - Beaver Builder Widgets
81
- - Sharing module
82
- - Menu icons module
83
- - Free stock photos module
84
- - More widgets and sections for Hestia Theme
85
- - More widgets and sections for Zerif Theme
86
-
87
-
88
-
89
-
90
- == Frequently Asked Questions ==
91
-
92
- = How I can get support for this plugin ? =
93
-
94
- You can learn more about Orbit Fox Companion and ask for help by <a href="https://themeisle.com/contact/" >visiting ThemeIsle website</a>.
95
-
96
- = What can I do with this plugin =
97
-
98
- This plugin extends the features of your themes by adding numerous widgets if you are using Zerif and Hestia themes and some modules for sharing and reporting for general use.
99
-
100
 
101
  == Installation ==
102
 
@@ -106,24 +77,24 @@ Activating the Orbit Fox Companion plugin is just like any other plugin. If you'
106
  2. In the Search field type "Orbit Fox"
107
  3. Under "Orbit Fox Companion" click the **Install Now** link
108
  4. Once the process is complete, click the **Activate Plugin** link
109
- 5. Now, you're able to use Orbit fox and setup the modules you need. These can be found at **Tools &gt; Orbit Fox Companion**
110
  6. Make the changes desired, then click the **Save changes** button at the bottom
111
 
112
-
113
  == Screenshots ==
114
 
115
- 1. Screenshot 1. How you can enable/disable modules
116
- 2. Screenshot 2. How the sharing module is looking
117
- 3. Screenshot 3. Template directory page preview
118
- 4. Screenshot 4. Template preview interface
119
- 5. Screenshot 5. Menu icons module interface preview
120
- 6. Screenshot 6. Menu icons module front end preview
121
- 7. Screenshot 7. Services and post grid Page builder modules
122
- 8. Screenshot 8. Pricing plan Page builder module
123
- 9. Screenshot 9. CC0 MyStock.photos featured image import module.
124
-
125
 
126
  == Changelog ==
 
 
 
 
 
 
127
  = 2.3.1 - 2018-01-17 =
128
 
129
  * Disabled automatic display for sharing button on pages and added an option to toggle it.
1
  === Orbit Fox Companion ===
2
  Contributors: themeisle, codeinwp, rodicaelena, baicusandrei
3
+ Tags: widget, admin, widgets, sharing, sections, themes, stock photos, custom icons, icons, menu icons, stock, templates
4
  Requires at least: 3.0
5
  Tested up to: 4.9
6
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ This swiss-knife plugin comes with a quality template library, menu/sharing icons modules, and newly added Elementor/BeaverBuilder page builder widgets on each release.
12
 
13
  == Description ==
14
 
15
+ 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, custom menu-icons, one click import page templates, page builder addons and free stock featured images.
16
 
17
+ **Features:**
18
+ - Template Directory
19
+ - Elementor Addons and Widgets
20
+ - Beaver Builder Widgets
21
+ - Sharing module
22
+ - Menu icons module
23
+ - Free stock photos module
24
+ - More widgets and sections for Hestia Theme
25
+ - More widgets and sections for Zerif Theme
26
 
27
+ You can check out the demo <a href="https://demo.themeisle.com/orbit-fox/#blog" rel="nofollow" target="_blank">here</a> for a more detailed overview of the features.
28
 
29
+ OrbitFox 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.
30
 
31
+ We've also built some fantastic <a href="http://themeisle.com/wordpress-themes/free/" rel="nofollow" target="_blank">free themes</a> that work well with Orbit Fox Companion, check them out.
32
 
33
+ == Frequently Asked Questions ==
34
 
35
+ = How I can get support for this plugin ? =
36
 
37
+ You can learn more about Orbit Fox Companion and ask for help by <a href="https://themeisle.com/contact/" >visiting ThemeIsle website</a>.
38
 
39
+ = What can I do with this plugin =
40
+ This plugin extends the features of your sites by adding numerous features.
41
 
42
+ **Why use our custom icons module:**
43
+ - Choose from a large variety of custom icons.
44
+ - No coding needed, you can leverage the power of our dropdown icons selector and choose the right icon for your menu.
45
 
46
+ **Why use our sharing module:**
47
  - It's easy to use
 
48
  - Enable sharing networks right from your admin dashboard and choose on what kind of devices you would like to show them.
49
+ - It’s fully customizable: You can easily optimise button location for according to the device your visitors will use.
50
+ - Choose from more than 20+ social networks to share with full control for every device that your visitors use.
51
+ - 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.
52
 
53
  **Why use our custom Elementor addons module:**
 
54
  - We offer new widgets to add more value to the content you can create within Elementor page builder.
 
55
  - Pricing Table Widget to easily create pricing layouts.
 
56
  - Services Widget to easily create pricing layouts.
 
57
  - Post Grid Widget to easily list your Posts / Products / any other post types in a grid.
58
 
 
59
  **Why use our custom Beaver Builder addons module:**
 
60
  - We offer new widgets to add more value to the content you can create within the Beaver Builder page builder.
 
61
  - Pricing Table Widget to easily create pricing layouts.
 
62
  - Services Widget to easily create pricing layouts.
 
63
  - Post Grid Widget to easily list your Posts / Products / any other post types in a grid.
64
 
 
65
  **Why use our Template Directory:**
 
66
  - One-click import for awesome page templates.
 
67
  - Elementor templates will be added frequently for you to use creatively.
68
 
69
+ **Why should I use this with Zerif/Hestia themes:**
70
+ - 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
72
  == Installation ==
73
 
77
  2. In the Search field type "Orbit Fox"
78
  3. Under "Orbit Fox Companion" click the **Install Now** link
79
  4. Once the process is complete, click the **Activate Plugin** link
80
+ 5. Now, you're able to use Orbit fox and setup the modules you need. These can be found on the **Orbit Fox Companion** dashboard page
81
  6. Make the changes desired, then click the **Save changes** button at the bottom
82
 
 
83
  == Screenshots ==
84
 
85
+ 1. The OrbitFox Dashboard Page
86
+ 2. The Template Directory Page
87
+ 3. Menu Icons Module
88
+ 4. Page Builder Widgets and Addons
89
+ 5. Social Sharing Module
 
 
 
 
 
90
 
91
  == Changelog ==
92
+ = 2.3.2 - 2018-01-23 =
93
+
94
+ * Fixed issue with menu icons module - dashicons were not properly enqueued
95
+ * Updated descriptions
96
+
97
+
98
  = 2.3.1 - 2018-01-17 =
99
 
100
  * Disabled automatic display for sharing button on pages and added an option to toggle it.
themeisle-companion.php CHANGED
@@ -14,8 +14,8 @@
14
  * @wordpress-plugin
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.3.1
19
  * Author: Themeisle
20
  * Author URI: https://themeisle.com
21
  * License: GPL-2.0+
14
  * @wordpress-plugin
15
  * Plugin Name: Orbit Fox Companion
16
  * Plugin URI: https://themeisle.com/plugins/orbit-fox-companion
17
+ * Description: This swiss-knife plugin comes with a quality template library, menu/sharing icons modules, and newly added Elementor/BeaverBuilder page builder widgets on each release.
18
+ * Version: 2.3.2
19
  * Author: Themeisle
20
  * Author URI: https://themeisle.com
21
  * License: GPL-2.0+
themeisle-hash.json CHANGED
@@ -1 +1 @@
1
- {"class-autoloader.php":"57e533b653d235e76cb9953720e4f5e9","index.php":"39ab8276fb0e4bd3fcab3270822c5977","themeisle-companion.php":"64a9f77a03c37a04eb063036c19ee554","uninstall.php":"7abf753a29e0eb3a844c8a0ba9493b7c"}
1
+ {"class-autoloader.php":"57e533b653d235e76cb9953720e4f5e9","index.php":"39ab8276fb0e4bd3fcab3270822c5977","themeisle-companion.php":"a1254676d6f8150d4fe1b7f9475413da","uninstall.php":"7abf753a29e0eb3a844c8a0ba9493b7c"}
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit5ee7f5701d9ac5feb4106ebe798a32bb::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit5c8bf1a271fa3170d082969067592337::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit5ee7f5701d9ac5feb4106ebe798a32bb
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit5ee7f5701d9ac5feb4106ebe798a32bb
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit5ee7f5701d9ac5feb4106ebe798a32bb', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit5ee7f5701d9ac5feb4106ebe798a32bb', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit5ee7f5701d9ac5feb4106ebe798a32bb
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
- composerRequire5ee7f5701d9ac5feb4106ebe798a32bb($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
- function composerRequire5ee7f5701d9ac5feb4106ebe798a32bb($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 ComposerAutoloaderInit5c8bf1a271fa3170d082969067592337
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit5c8bf1a271fa3170d082969067592337', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit5c8bf1a271fa3170d082969067592337', '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
+ composerRequire5c8bf1a271fa3170d082969067592337($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
+ function composerRequire5c8bf1a271fa3170d082969067592337($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;