Version Description
- Dec 7, 2018 =
- Minor fixes & improvements.
Download this release
Release Info
Developer | Ecwid |
Plugin | Ecwid Ecommerce Shopping Cart |
Version | 6.4.6 |
Comparing to | |
See all releases |
Code changes from version 6.4.5 to 6.4.6
- ecwid-shopping-cart.php +1 -1
- js/admin-menu.js +3 -1
- readme.txt +4 -1
ecwid-shopping-cart.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.ecwid.com?source=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.4.
|
9 |
Author URI: https://ecwid.to/ecwid-site
|
10 |
*/
|
11 |
|
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.4.6
|
9 |
Author URI: https://ecwid.to/ecwid-site
|
10 |
*/
|
11 |
|
js/admin-menu.js
CHANGED
@@ -68,6 +68,8 @@ function ecwidApplyIframeAdminMenu($link, menu) {
|
|
68 |
jQuery('#wpwrap.wp-responsive-open').removeClass('wp-responsive-open');
|
69 |
jQuery(this).parents('.opensub').removeClass('opensub');
|
70 |
|
|
|
|
|
71 |
return false;
|
72 |
});
|
73 |
}
|
@@ -184,4 +186,4 @@ jQuery(document).ready(function() {
|
|
184 |
jQuery('#toplevel_page_ec-store > a').addClass('wp-has-current-submenu');
|
185 |
}
|
186 |
ecwidRefreshEcwidMenuItemSelection();
|
187 |
-
});
|
68 |
jQuery('#wpwrap.wp-responsive-open').removeClass('wp-responsive-open');
|
69 |
jQuery(this).parents('.opensub').removeClass('opensub');
|
70 |
|
71 |
+
if ( !isOpen ) return true;
|
72 |
+
|
73 |
return false;
|
74 |
});
|
75 |
}
|
186 |
jQuery('#toplevel_page_ec-store > a').addClass('wp-has-current-submenu');
|
187 |
}
|
188 |
ecwidRefreshEcwidMenuItemSelection();
|
189 |
+
});
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Ecwid
|
|
3 |
Tags: ecommerce, downloadable products, Facebook ecommerce, online store, paypal, product catalog, shop, shopping cart, store
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.0
|
6 |
-
Stable tag: 6.4.
|
7 |
|
8 |
Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
|
9 |
|
@@ -150,6 +150,9 @@ You can use Ecwid’s built-in import tools to copy your store products from any
|
|
150 |
* [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
|
151 |
|
152 |
== Changelog ==
|
|
|
|
|
|
|
153 |
= 6.4.5 - Dec 7, 2018 =
|
154 |
- **Minor fixes for better compatibility with the WordPress v5 and Gutenberg.**
|
155 |
- **Improvements and fixes for the “Import products from WooCommerce” tool.** Import of products from WooCommerce to Ecwid now should work smoother, especially when you have a lot of products to import.
|
3 |
Tags: ecommerce, downloadable products, Facebook ecommerce, online store, paypal, product catalog, shop, shopping cart, store
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.0
|
6 |
+
Stable tag: 6.4.6
|
7 |
|
8 |
Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
|
9 |
|
150 |
* [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
|
151 |
|
152 |
== Changelog ==
|
153 |
+
= 6.4.6 - Dec 7, 2018 =
|
154 |
+
- Minor fixes & improvements.
|
155 |
+
|
156 |
= 6.4.5 - Dec 7, 2018 =
|
157 |
- **Minor fixes for better compatibility with the WordPress v5 and Gutenberg.**
|
158 |
- **Improvements and fixes for the “Import products from WooCommerce” tool.** Import of products from WooCommerce to Ecwid now should work smoother, especially when you have a lot of products to import.
|