Ecwid Ecommerce Shopping Cart - Version 6.10.1

Version Description

  • Jun 15, 2020 =
  • Minor improvements for the store dashboard menu items in the WordPress admin backend.

See full changelog

Download this release

Release Info

Developer Ecwid
Plugin Icon 128x128 Ecwid Ecommerce Shopping Cart
Version 6.10.1
Comparing to
See all releases

Code changes from version 6.10 to 6.10.1

ecwid-shopping-cart.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.ecwid.com?partner=wporg
5
  Description: Ecwid is a free full-featured shopping cart. It can be easily integrated with any Wordpress blog and takes less than 5 minutes to set up.
6
  Text Domain: ecwid-shopping-cart
7
  Author: Ecwid Ecommerce
8
- Version: 6.10
9
  Author URI: https://ecwid.to/ecwid-site
10
  License: GPLv2 or later
11
  */
@@ -2283,7 +2283,7 @@ function ecwid_get_iframe_src($time, $page)
2283
 
2284
  $url .= '&hide_staff_accounts_header_menu=true';
2285
  $url .= '&set_dashboard_website_section_type=wordpress';
2286
- $url .= '&website_manage_url=' . Ecwid_Store_Page::get_store_url();
2287
 
2288
  return $url;
2289
  } else {
5
  Description: Ecwid is a free full-featured shopping cart. It can be easily integrated with any Wordpress blog and takes less than 5 minutes to set up.
6
  Text Domain: ecwid-shopping-cart
7
  Author: Ecwid Ecommerce
8
+ Version: 6.10.1
9
  Author URI: https://ecwid.to/ecwid-site
10
  License: GPLv2 or later
11
  */
2283
 
2284
  $url .= '&hide_staff_accounts_header_menu=true';
2285
  $url .= '&set_dashboard_website_section_type=wordpress';
2286
+ $url .= '&website_manage_url=' . admin_url( 'admin.php?page=ec-storefront-settings' );
2287
 
2288
  return $url;
2289
  } else {
includes/class-ecwid-admin-storefront-page.php CHANGED
@@ -409,7 +409,8 @@ class Ecwid_Admin_Storefront_Page
409
  'elementor/elementor.php',
410
  'divi-builder/divi-builder.php',
411
  'beaver-builder-lite-version/fl-builder.php',
412
- 'disable-gutenberg/disable-gutenberg.php'
 
413
  );
414
 
415
  foreach ( $plugins_disabling_gutenberg as $plugin ) {
409
  'elementor/elementor.php',
410
  'divi-builder/divi-builder.php',
411
  'beaver-builder-lite-version/fl-builder.php',
412
+ 'disable-gutenberg/disable-gutenberg.php',
413
+ 'js_composer/js_composer.php'
414
  );
415
 
416
  foreach ( $plugins_disabling_gutenberg as $plugin ) {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Ecwid
3
  Tags: ecommerce, e-commerce, storefront, online store, sell
4
  Requires at least: 3.7
5
  Tested up to: 5.4
6
- Stable tag: 6.10
7
 
8
  Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
9
 
@@ -154,8 +154,7 @@ You can use Ecwid’s built-in import tools to copy your store products from any
154
 
155
  == Changelog ==
156
 
157
- = 6.10 - Jun 08, 2020 =
158
- - **Integration with the Elementor page builder.** Elementor is one of the most popular page builders. We added Elementor support to Ecwid, so you can add online store functionality to your site pages in Elementor. We added two ecommerce widgets to the Elementor toolbar: the store home page to display the whole storefront and the buy now button to add buy buttons to pages and posts. To try the new widgets, open the Elementor editor in your WordPress admin backend and find the "Ecwid Store" section there.
159
- - Minor fixes and improvements.
160
 
161
  [See full changelog](https://raw.githubusercontent.com/Ecwid/ecwid-wordpress-plugin/master/CHANGELOG.txt)
3
  Tags: ecommerce, e-commerce, storefront, online store, sell
4
  Requires at least: 3.7
5
  Tested up to: 5.4
6
+ Stable tag: 6.10.1
7
 
8
  Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
9
 
154
 
155
  == Changelog ==
156
 
157
+ = 6.10.1 - Jun 15, 2020 =
158
+ - Minor improvements for the store dashboard menu items in the WordPress admin backend.
 
159
 
160
  [See full changelog](https://raw.githubusercontent.com/Ecwid/ecwid-wordpress-plugin/master/CHANGELOG.txt)