Orbit Fox by ThemeIsle - Version 2.5.7

Version Description

  • 2018-08-13
Download this release

Release Info

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

Code changes from version 2.5.6 to 2.5.7

CHANGELOG.md CHANGED
@@ -1,7 +1,8 @@
1
 
2
- ### v2.5.6 - 2018-07-26
3
  **Changes:**
4
-
 
5
  ### v2.5.6 - 2018-07-26
6
  **Changes:**
7
  * Fix Elementor content forms bug.
1
 
2
+ ### v2.5.7 - 2018-08-13
3
  **Changes:**
4
+ * -fixed fatal error with Elementor extra widgets
5
+
6
  ### v2.5.6 - 2018-07-26
7
  **Changes:**
8
  * Fix Elementor content forms bug.
core/assets/css/orbit-fox-admin.css CHANGED
@@ -8,7 +8,7 @@
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
- Version: 2.5.6
12
  */
13
 
14
  /* Document
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
+ Version: 2.5.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.5.6';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
69
 
70
  $this->plugin_name = 'orbit-fox';
71
 
72
+ $this->version = '2.5.7';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
readme.md CHANGED
@@ -103,6 +103,11 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
103
  5. Social Sharing Module
104
 
105
  ## Changelog ##
 
 
 
 
 
106
  ### 2.5.6 - 2018-07-26 ###
107
 
108
  * Release
103
  5. Social Sharing Module
104
 
105
  ## Changelog ##
106
+ ### 2.5.7 - 2018-08-13 ###
107
+
108
+ * -fixed fatal error with Elementor extra widgets
109
+
110
+
111
  ### 2.5.6 - 2018-07-26 ###
112
 
113
  * Release
readme.txt CHANGED
@@ -103,6 +103,11 @@ Activating the Orbit Fox plugin is just like any other plugin. If you've uploade
103
  5. Social Sharing Module
104
 
105
  == Changelog ==
 
 
 
 
 
106
  = 2.5.6 - 2018-07-26 =
107
 
108
  * Release
103
  5. Social Sharing Module
104
 
105
  == Changelog ==
106
+ = 2.5.7 - 2018-08-13 =
107
+
108
+ * -fixed fatal error with Elementor extra widgets
109
+
110
+
111
  = 2.5.6 - 2018-07-26 =
112
 
113
  * Release
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, and newly added Elementor/BeaverBuilder page builder widgets on each release.
18
- * Version: 2.5.6
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, and newly added Elementor/BeaverBuilder page builder widgets on each release.
18
+ * Version: 2.5.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":"57e533b653d235e76cb9953720e4f5e9","index.php":"39ab8276fb0e4bd3fcab3270822c5977","themeisle-companion.php":"3f7304a5afab68f74f71aa824364831c","uninstall.php":"7abf753a29e0eb3a844c8a0ba9493b7c"}
1
+ {"class-autoloader.php":"57e533b653d235e76cb9953720e4f5e9","index.php":"39ab8276fb0e4bd3fcab3270822c5977","themeisle-companion.php":"957f2c6f9d7cb37a622ac1e5a4798e92","uninstall.php":"7abf753a29e0eb3a844c8a0ba9493b7c"}
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit6648783a6e945ed3492b5e845d188365::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInite2ebe98296207e7c5425999ef1a181be::getLoader();
vendor/codeinwp/elementor-extra-widgets/class-elementor-extra-widgets.php CHANGED
@@ -22,7 +22,7 @@ if ( ! class_exists( '\ThemeIsle\ElementorExtraWidgets' ) ) {
22
  * The version of this library
23
  * @var string
24
  */
25
- public static $version = '1.0.2';
26
 
27
  /**
28
  * Defines the library behaviour
@@ -145,6 +145,7 @@ if ( ! class_exists( '\ThemeIsle\ElementorExtraWidgets' ) ) {
145
  return null;
146
  }
147
 
 
148
  include_once( plugin_dir_path( __FILE__ ) . 'widgets/woo/products-categories.php' );
149
  include_once( plugin_dir_path( __FILE__ ) . 'widgets/woo/recent-products.php' );
150
  include_once( plugin_dir_path( __FILE__ ) . 'widgets/woo/featured-products.php' );
22
  * The version of this library
23
  * @var string
24
  */
25
+ public static $version = '1.0.3';
26
 
27
  /**
28
  * Defines the library behaviour
145
  return null;
146
  }
147
 
148
+ include_once( plugin_dir_path( __FILE__ ) . 'widgets/woo/class-eaw-wp-widget.php' );
149
  include_once( plugin_dir_path( __FILE__ ) . 'widgets/woo/products-categories.php' );
150
  include_once( plugin_dir_path( __FILE__ ) . 'widgets/woo/recent-products.php' );
151
  include_once( plugin_dir_path( __FILE__ ) . 'widgets/woo/featured-products.php' );
vendor/codeinwp/elementor-extra-widgets/widgets/woo/best-products.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package Woo Recent Products
6
  */
7
 
8
- class Woo_Best_Products extends WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
@@ -81,7 +81,7 @@ class Woo_Best_Products extends WP_Widget {
81
  echo '<h2 class="section-title">' . wp_kses_post( $args['title'] ) . '</h2>';
82
 
83
  do_action( 'storepage_homepage_after_best_selling_products_title' );
84
- echo eaw_do_shortcode(
85
  'best_selling_products', array(
86
  'per_page' => intval( $args['limit'] ),
87
  'columns' => intval( $args['columns'] ),
@@ -90,7 +90,6 @@ class Woo_Best_Products extends WP_Widget {
90
  do_action( 'storepage_homepage_after_best_selling_products' );
91
 
92
  echo '</section>';
93
- // echo '</div>';
94
  echo $args['after_widget'];
95
 
96
  if ( ! $this->is_preview() ) {
5
  * @package Woo Recent Products
6
  */
7
 
8
+ class Woo_Best_Products extends EAW_WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
81
  echo '<h2 class="section-title">' . wp_kses_post( $args['title'] ) . '</h2>';
82
 
83
  do_action( 'storepage_homepage_after_best_selling_products_title' );
84
+ echo $this->do_shortcode(
85
  'best_selling_products', array(
86
  'per_page' => intval( $args['limit'] ),
87
  'columns' => intval( $args['columns'] ),
90
  do_action( 'storepage_homepage_after_best_selling_products' );
91
 
92
  echo '</section>';
 
93
  echo $args['after_widget'];
94
 
95
  if ( ! $this->is_preview() ) {
vendor/codeinwp/elementor-extra-widgets/widgets/woo/class-eaw-wp-widget.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by Coti.
4
+ */
5
+
6
+ /**
7
+ * Class EAW_WP_Widget
8
+ */
9
+ class EAW_WP_Widget extends WP_Widget {
10
+
11
+ /**
12
+ * Call a shortcode function by tag name.
13
+ *
14
+ * @since 1.0.3
15
+ *
16
+ * @param string $tag The shortcode whose function to call.
17
+ * @param array $atts The attributes to pass to the shortcode function. Optional.
18
+ * @param array $content The shortcode's content. Default is null (none).
19
+ *
20
+ * @return string|bool False on failure, the result of the shortcode on success.
21
+ */
22
+ function do_shortcode( $tag, array $atts = array(), $content = null ) {
23
+ global $shortcode_tags;
24
+ if ( ! isset( $shortcode_tags[ $tag ] ) ) {
25
+ return false;
26
+ }
27
+ return call_user_func( $shortcode_tags[ $tag ], $atts, $content, $tag );
28
+ }
29
+ }
vendor/codeinwp/elementor-extra-widgets/widgets/woo/featured-products.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package Woo Recent Products
6
  */
7
 
8
- class Woo_Featured_Products extends WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
@@ -84,7 +84,7 @@ class Woo_Featured_Products extends WP_Widget {
84
 
85
  do_action( 'storepage_homepage_after_featured_products_title' );
86
 
87
- echo eaw_do_shortcode(
88
  'featured_products', array(
89
  'per_page' => intval( $args['limit'] ),
90
  'columns' => intval( $args['columns'] ),
5
  * @package Woo Recent Products
6
  */
7
 
8
+ class Woo_Featured_Products extends EAW_WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
84
 
85
  do_action( 'storepage_homepage_after_featured_products_title' );
86
 
87
+ echo $this->do_shortcode(
88
  'featured_products', array(
89
  'per_page' => intval( $args['limit'] ),
90
  'columns' => intval( $args['columns'] ),
vendor/codeinwp/elementor-extra-widgets/widgets/woo/popular-products.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package Woo Recent Products
6
  */
7
 
8
- class Woo_Popular_Products extends WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
@@ -85,7 +85,7 @@ class Woo_Popular_Products extends WP_Widget {
85
 
86
  do_action( 'storepage_homepage_after_popular_products_title' );
87
 
88
- echo eaw_do_shortcode(
89
  'top_rated_products', array(
90
  'per_page' => intval( $args['limit'] ),
91
  'columns' => intval( $args['columns'] ),
5
  * @package Woo Recent Products
6
  */
7
 
8
+ class Woo_Popular_Products extends EAW_WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
85
 
86
  do_action( 'storepage_homepage_after_popular_products_title' );
87
 
88
+ echo $this->do_shortcode(
89
  'top_rated_products', array(
90
  'per_page' => intval( $args['limit'] ),
91
  'columns' => intval( $args['columns'] ),
vendor/codeinwp/elementor-extra-widgets/widgets/woo/products-categories.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package Woo Recent Products
6
  */
7
 
8
- class Woo_Product_Categories extends WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
@@ -85,7 +85,7 @@ class Woo_Product_Categories extends WP_Widget {
85
 
86
  do_action( 'storepage_homepage_after_product_categories_title' );
87
 
88
- echo eaw_do_shortcode(
89
  'product_categories', array(
90
  'number' => intval( $args['limit'] ),
91
  'columns' => intval( $args['columns'] ),
5
  * @package Woo Recent Products
6
  */
7
 
8
+ class Woo_Product_Categories extends EAW_WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
85
 
86
  do_action( 'storepage_homepage_after_product_categories_title' );
87
 
88
+ echo $this->do_shortcode(
89
  'product_categories', array(
90
  'number' => intval( $args['limit'] ),
91
  'columns' => intval( $args['columns'] ),
vendor/codeinwp/elementor-extra-widgets/widgets/woo/recent-products.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package Woo Recent Products
6
  */
7
 
8
- class Woo_Recent_Products extends WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
@@ -83,7 +83,7 @@ class Woo_Recent_Products extends WP_Widget {
83
 
84
  do_action( 'elementor-addon-widgets_homepage_after_recent_products_title' );
85
 
86
- echo eaw_do_shortcode(
87
  'recent_products', array(
88
  'per_page' => intval( $args['limit'] ),
89
  'columns' => intval( $args['columns'] ),
5
  * @package Woo Recent Products
6
  */
7
 
8
+ class Woo_Recent_Products extends EAW_WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
83
 
84
  do_action( 'elementor-addon-widgets_homepage_after_recent_products_title' );
85
 
86
+ echo $this->do_shortcode(
87
  'recent_products', array(
88
  'per_page' => intval( $args['limit'] ),
89
  'columns' => intval( $args['columns'] ),
vendor/codeinwp/elementor-extra-widgets/widgets/woo/sale-products.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package Woo Recent Products
6
  */
7
 
8
- class Woo_Sale_Products extends WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
@@ -83,7 +83,7 @@ class Woo_Sale_Products extends WP_Widget {
83
 
84
  do_action( 'storepage_homepage_after_on_sale_products_title' );
85
 
86
- echo eaw_do_shortcode(
87
  'sale_products', array(
88
  'per_page' => intval( $args['limit'] ),
89
  'columns' => intval( $args['columns'] ),
5
  * @package Woo Recent Products
6
  */
7
 
8
+ class Woo_Sale_Products extends EAW_WP_Widget {
9
 
10
  public function __construct() {
11
  $widget_ops = array(
83
 
84
  do_action( 'storepage_homepage_after_on_sale_products_title' );
85
 
86
+ echo $this->do_shortcode(
87
  'sale_products', array(
88
  'per_page' => intval( $args['limit'] ),
89
  'columns' => intval( $args['columns'] ),
vendor/codeinwp/templates-directory/class-page-templates-directory.php CHANGED
@@ -14,7 +14,7 @@ if ( ! class_exists( '\ThemeIsle\PageTemplatesDirectory' ) ) {
14
  * The version of this library
15
  * @var string
16
  */
17
- public static $version = '1.0.4';
18
 
19
  /**
20
  * Holds the module slug.
14
  * The version of this library
15
  * @var string
16
  */
17
+ public static $version = '1.0.5';
18
 
19
  /**
20
  * Holds the module slug.
vendor/codeinwp/templates-directory/composer.json CHANGED
@@ -2,7 +2,7 @@
2
  "name": "codeinwp/templates-directory",
3
  "description": "A WordPress library to manage page templates.",
4
  "type": "library",
5
- "version": "1.0.4",
6
  "license": "GPL-2.0-or-later",
7
  "homepage": "https://github.com/Codeinwp/templates-directory",
8
  "authors": [
2
  "name": "codeinwp/templates-directory",
3
  "description": "A WordPress library to manage page templates.",
4
  "type": "library",
5
+ "version": "1.0.5",
6
  "license": "GPL-2.0-or-later",
7
  "homepage": "https://github.com/Codeinwp/templates-directory",
8
  "authors": [
vendor/codeinwp/templates-directory/css/admin.css CHANGED
@@ -1,5 +1,7 @@
1
  .obfx-template-browser {
 
2
  padding: 35px 0 0;
 
3
  }
4
 
5
  .obfx-template-browser .template-name {
@@ -11,11 +13,9 @@
11
  }
12
 
13
  .obfx-template {
14
- float: left;
15
  position: relative;
16
  box-sizing: border-box;
17
- width: 30.6%;
18
- margin: 0 4% 4% 0;
19
  border: 1px solid #ddd;
20
  background: #fff;
21
  box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
@@ -314,33 +314,21 @@
314
  margin: 3px 5px 0 -2px;
315
  }
316
 
317
- @media only screen and (min-width: 1640px) {
318
- .obfx-template {
319
- width: 22.7%;
320
- margin: 0 3% 3% 0;
321
- }
322
-
323
- .obfx-template:nth-child(3n) {
324
- margin-right: 3%;
325
- }
326
-
327
- .obfx-template:nth-child(4n) {
328
- margin-right: 0;
329
  }
330
  }
331
 
332
- @media only screen and (max-width: 1120px) {
333
- .obfx-template {
334
- width: 47.5%;
335
- margin: 0 3% 3% 0;
336
- }
337
-
338
- .obfx-template:nth-child(3n) {
339
- margin-right: 3%;
340
  }
 
341
 
342
- .obfx-template:nth-child(even) {
343
- margin-right: 0;
 
344
  }
345
  }
346
 
@@ -348,19 +336,13 @@
348
  .obfx-template-preview .wp-full-overlay-sidebar {
349
  width: 100%;
350
  }
 
 
 
351
  }
352
 
353
  @media only screen and (min-width: 2000px) {
354
- .obfx-template {
355
- width: 17.6%;
356
- margin: 0 3% 3% 0;
357
- }
358
-
359
- .obfx-template:nth-child(4n) {
360
- margin-right: 3%;
361
- }
362
-
363
- .obfx-template:nth-child(5n) {
364
- margin-right: 0;
365
  }
366
  }
1
  .obfx-template-browser {
2
+ display: grid;
3
  padding: 35px 0 0;
4
+ grid-gap: 2em;
5
  }
6
 
7
  .obfx-template-browser .template-name {
13
  }
14
 
15
  .obfx-template {
 
16
  position: relative;
17
  box-sizing: border-box;
18
+
 
19
  border: 1px solid #ddd;
20
  background: #fff;
21
  box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
314
  margin: 3px 5px 0 -2px;
315
  }
316
 
317
+ @media only screen and (max-width: 2000px) {
318
+ .obfx-template-browser {
319
+ grid-template-columns: 1fr 1fr 1fr 1fr;
 
 
 
 
 
 
 
 
 
320
  }
321
  }
322
 
323
+ @media only screen and (max-width: 1450px) {
324
+ .obfx-template-browser {
325
+ grid-template-columns: 1fr 1fr 1fr;
 
 
 
 
 
326
  }
327
+ }
328
 
329
+ @media only screen and (max-width: 1000px) {
330
+ .obfx-template-browser {
331
+ grid-template-columns: 1fr 1fr;
332
  }
333
  }
334
 
336
  .obfx-template-preview .wp-full-overlay-sidebar {
337
  width: 100%;
338
  }
339
+ .obfx-template-browser {
340
+ grid-template-columns: 1fr;
341
+ }
342
  }
343
 
344
  @media only screen and (min-width: 2000px) {
345
+ .obfx-template-browser {
346
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
 
 
 
 
 
 
 
 
 
347
  }
348
  }
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit6648783a6e945ed3492b5e845d188365
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit6648783a6e945ed3492b5e845d188365
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit6648783a6e945ed3492b5e845d188365', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit6648783a6e945ed3492b5e845d188365', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit6648783a6e945ed3492b5e845d188365
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
- composerRequire6648783a6e945ed3492b5e845d188365($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
- function composerRequire6648783a6e945ed3492b5e845d188365($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 ComposerAutoloaderInite2ebe98296207e7c5425999ef1a181be
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInite2ebe98296207e7c5425999ef1a181be', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInite2ebe98296207e7c5425999ef1a181be', '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
+ composerRequiree2ebe98296207e7c5425999ef1a181be($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
+ function composerRequiree2ebe98296207e7c5425999ef1a181be($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
vendor/composer/installed.json CHANGED
@@ -46,15 +46,15 @@
46
  "source": {
47
  "type": "git",
48
  "url": "https://github.com/Codeinwp/elementor-extra-widgets.git",
49
- "reference": "ad8d03c3b1b6552603a19ef3e2ffc4a81a407dfc"
50
  },
51
  "dist": {
52
  "type": "zip",
53
- "url": "https://api.github.com/repos/Codeinwp/elementor-extra-widgets/zipball/ad8d03c3b1b6552603a19ef3e2ffc4a81a407dfc",
54
- "reference": "ad8d03c3b1b6552603a19ef3e2ffc4a81a407dfc",
55
  "shasum": ""
56
  },
57
- "time": "2018-07-19 07:48:31",
58
  "type": "library",
59
  "installation-source": "dist",
60
  "autoload": {
@@ -119,18 +119,18 @@
119
  "source": {
120
  "type": "git",
121
  "url": "https://github.com/Codeinwp/templates-directory.git",
122
- "reference": "b8ae48d4fa49aa5383f37613f20c653cdb5810e9"
123
  },
124
  "dist": {
125
  "type": "zip",
126
- "url": "https://api.github.com/repos/Codeinwp/templates-directory/zipball/b8ae48d4fa49aa5383f37613f20c653cdb5810e9",
127
- "reference": "b8ae48d4fa49aa5383f37613f20c653cdb5810e9",
128
  "shasum": ""
129
  },
130
  "require": {
131
  "codeinwp/full-width-page-templates": "master"
132
  },
133
- "time": "2018-07-03 11:37:41",
134
  "type": "library",
135
  "installation-source": "dist",
136
  "autoload": {
46
  "source": {
47
  "type": "git",
48
  "url": "https://github.com/Codeinwp/elementor-extra-widgets.git",
49
+ "reference": "a1fc5d0bff05594e717c72217b1b3444c7b1bae5"
50
  },
51
  "dist": {
52
  "type": "zip",
53
+ "url": "https://api.github.com/repos/Codeinwp/elementor-extra-widgets/zipball/a1fc5d0bff05594e717c72217b1b3444c7b1bae5",
54
+ "reference": "a1fc5d0bff05594e717c72217b1b3444c7b1bae5",
55
  "shasum": ""
56
  },
57
+ "time": "2018-07-27 13:45:55",
58
  "type": "library",
59
  "installation-source": "dist",
60
  "autoload": {
119
  "source": {
120
  "type": "git",
121
  "url": "https://github.com/Codeinwp/templates-directory.git",
122
+ "reference": "a34078b8ee5bbe6ce18a932f0d189102b416aec4"
123
  },
124
  "dist": {
125
  "type": "zip",
126
+ "url": "https://api.github.com/repos/Codeinwp/templates-directory/zipball/a34078b8ee5bbe6ce18a932f0d189102b416aec4",
127
+ "reference": "a34078b8ee5bbe6ce18a932f0d189102b416aec4",
128
  "shasum": ""
129
  },
130
  "require": {
131
  "codeinwp/full-width-page-templates": "master"
132
  },
133
+ "time": "2018-07-31 15:51:25",
134
  "type": "library",
135
  "installation-source": "dist",
136
  "autoload": {