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 | 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 +2 -2
- includes/class-ecwid-admin-storefront-page.php +2 -1
- readme.txt +3 -4
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=' .
|
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
|
158 |
-
-
|
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)
|