Blocksy Companion - Version 1.7.49

Version Description

Download this release

Release Info

Developer creativethemeshq
Plugin Icon wp plugin Blocksy Companion
Version 1.7.49
Comparing to
See all releases

Code changes from version 1.7.50 to 1.7.49

blocksy-companion.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  Plugin Name: Blocksy Companion
5
  Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
6
- Version: 1.7.50
7
  Author: CreativeThemes
8
  Author URI: https://creativethemes.com
9
  Text Domain: blc
3
  /*
4
  Plugin Name: Blocksy Companion
5
  Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
6
+ Version: 1.7.49
7
  Author: CreativeThemes
8
  Author URI: https://creativethemes.com
9
  Text Domain: blc
framework/extensions/cookies-consent/static/bundle/main.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.7.50
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.7.49
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/mailchimp/static/bundle/main.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.7.50
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.7.49
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/product-reviews/static/bundle/main-admin.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.7.50
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.7.49
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/product-reviews/static/bundle/main.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.7.50
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.7.49
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/widgets/static/bundle/main.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.7.50
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.7.49
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/features/demo-install/options-import.php CHANGED
@@ -297,10 +297,9 @@ class DemoInstallOptionsInstaller {
297
  }
298
 
299
  // Set variables for storage, fix file filename for query strings.
300
- preg_match('/[^\?]+\.(jpe?g|jpe|gif|png|svg)\b/i', $file, $matches);
301
 
302
  $file_array = [];
303
-
304
  $file_array['name'] = basename($matches[0]);
305
 
306
  // Download file to temp location.
297
  }
298
 
299
  // Set variables for storage, fix file filename for query strings.
300
+ preg_match('/[^\?]+\.(jpe?g|jpe|gif|png)\b/i', $file, $matches);
301
 
302
  $file_array = [];
 
303
  $file_array['name'] = basename($matches[0]);
304
 
305
  // Download file to temp location.
framework/features/demo-install/wp-importer.php CHANGED
@@ -983,7 +983,6 @@ class Blocksy_WP_Import extends WP_Importer {
983
  if ( 'draft' == $item['status'] )
984
  return;
985
 
986
-
987
  $menu_slug = false;
988
  if ( isset($item['terms']) ) {
989
  // loop through terms, assume first nav_menu term is correct menu
@@ -1018,7 +1017,7 @@ class Blocksy_WP_Import extends WP_Importer {
1018
  $_menu_item_object_id = $this->processed_terms[intval($_menu_item_object_id)];
1019
  } else if ( 'post_type' == $_menu_item_type && isset( $this->processed_posts[intval($_menu_item_object_id)] ) ) {
1020
  $_menu_item_object_id = $this->processed_posts[intval($_menu_item_object_id)];
1021
- } else if ( 'custom' != $_menu_item_type && 'post_type_archive' !== $_menu_item_type) {
1022
  // associated object is missing or not imported yet, we'll retry later
1023
  $this->missing_menu_items[] = $item;
1024
  return;
@@ -1052,7 +1051,6 @@ class Blocksy_WP_Import extends WP_Importer {
1052
  'menu-item-status' => $item['status']
1053
  );
1054
 
1055
-
1056
  $id = wp_update_nav_menu_item( $menu_id, 0, $args );
1057
  if ( $id && ! is_wp_error( $id ) )
1058
  $this->processed_menu_items[intval($item['post_id'])] = (int) $id;
983
  if ( 'draft' == $item['status'] )
984
  return;
985
 
 
986
  $menu_slug = false;
987
  if ( isset($item['terms']) ) {
988
  // loop through terms, assume first nav_menu term is correct menu
1017
  $_menu_item_object_id = $this->processed_terms[intval($_menu_item_object_id)];
1018
  } else if ( 'post_type' == $_menu_item_type && isset( $this->processed_posts[intval($_menu_item_object_id)] ) ) {
1019
  $_menu_item_object_id = $this->processed_posts[intval($_menu_item_object_id)];
1020
+ } else if ( 'custom' != $_menu_item_type ) {
1021
  // associated object is missing or not imported yet, we'll retry later
1022
  $this->missing_menu_items[] = $item;
1023
  return;
1051
  'menu-item-status' => $item['status']
1052
  );
1053
 
 
1054
  $id = wp_update_nav_menu_item( $menu_id, 0, $args );
1055
  if ( $id && ! is_wp_error( $id ) )
1056
  $this->processed_menu_items[intval($item['post_id'])] = (int) $id;
readme.txt CHANGED
@@ -5,7 +5,7 @@ Requires PHP: 7.0
5
  Tested up to: 5.6
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
- Stable tag: 1.7.50
9
 
10
  == Description ==
11
 
@@ -23,10 +23,6 @@ It runs and adds its enhancements only if the Blocksy theme is installed and act
23
  2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
24
 
25
  == Changelog ==
26
- 1.7.50: 2021-01-24
27
- - Fix: Demo importer: Allow nav menu items of type post_type_archive
28
- - Fix: Allow sideloading SVG images
29
-
30
  1.7.49: 2021-01-23
31
  - New: Account element: add AJAX functionality
32
  - New: Account element: add support for social login plugins
5
  Tested up to: 5.6
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
+ Stable tag: 1.7.49
9
 
10
  == Description ==
11
 
23
  2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
24
 
25
  == Changelog ==
 
 
 
 
26
  1.7.49: 2021-01-23
27
  - New: Account element: add AJAX functionality
28
  - New: Account element: add support for social login plugins
static/bundle/dashboard.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.7.50
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.7.49
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
static/bundle/options.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.7.50
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.7.49
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+