Version Description
- Mar 9, 2018 =
- Fixed an issue with the categories menu appeared in the version 5.8.1.
Download this release
Release Info
Developer | Ecwid |
Plugin | Ecwid Ecommerce Shopping Cart |
Version | 5.8.2 |
Comparing to | |
See all releases |
Code changes from version 5.8.1 to 5.8.2
- ecwid-shopping-cart.php +1 -1
- includes/class-ecwid-nav-menus.php +2 -2
- 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 Team
|
8 |
-
Version: 5.8.
|
9 |
Author URI: http://www.ecwid.com?source=wporg
|
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 Team
|
8 |
+
Version: 5.8.2
|
9 |
Author URI: http://www.ecwid.com?source=wporg
|
10 |
*/
|
11 |
|
includes/class-ecwid-nav-menus.php
CHANGED
@@ -213,7 +213,7 @@ class Ecwid_Nav_Menus {
|
|
213 |
$categories = $api->get_categories( array( 'parent' => 0 ) );
|
214 |
|
215 |
if ($categories) {
|
216 |
-
foreach ($categories as $category) {
|
217 |
$category = Ecwid_Category::get_by_id( $category->id );
|
218 |
$post = new stdClass;
|
219 |
$post->ID = -1;
|
@@ -366,4 +366,4 @@ class Ecwid_Nav_Menus {
|
|
366 |
return $this->item_types;
|
367 |
}
|
368 |
}
|
369 |
-
$ecwid_menus = new Ecwid_Nav_Menus();
|
213 |
$categories = $api->get_categories( array( 'parent' => 0 ) );
|
214 |
|
215 |
if ($categories) {
|
216 |
+
foreach ($categories->items as $category) {
|
217 |
$category = Ecwid_Category::get_by_id( $category->id );
|
218 |
$post = new stdClass;
|
219 |
$post->ID = -1;
|
366 |
return $this->item_types;
|
367 |
}
|
368 |
}
|
369 |
+
$ecwid_menus = new Ecwid_Nav_Menus();
|
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.5
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 5.8.
|
7 |
|
8 |
Powerful, easy to use ecommerce shopping cart. Bank level PCI DSS Level 1 security. iPhone & Android apps. Superb support. Free plan available.
|
9 |
|
@@ -149,6 +149,9 @@ You can use Ecwid’s built-in import tools to copy your store products from any
|
|
149 |
* [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
|
150 |
|
151 |
== Changelog ==
|
|
|
|
|
|
|
152 |
= 5.8.1 - Mar 7, 2018 =
|
153 |
- **Compatibility with the Yoast premium SEO plugin.** Yoast recently updated their SEO plugins. We adjusted Ecwid plugin to work well with them. So, as usually, Ecwid should work well with Yoast products, feel free to use them to get your site and online store optimized for search engines.
|
154 |
- **Fixed an issue with Ecwid buttons in the Elementor page builder toolbar.** Ecwid’s “Add store” and “Add product” buttons didn’t work well in the Elementor editor toolbar. We hid the Ecwid buttons from the toolbar as a workaround. To add a store or a single product to a page in the Elementor editor, please use [ec_store] and [ec_product] shortcodes or temporarily switch to the default WP editor.
|
3 |
Tags: ecommerce, downloadable products, Facebook ecommerce, online store, paypal, product catalog, shop, shopping cart, store
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 5.8.2
|
7 |
|
8 |
Powerful, easy to use ecommerce shopping cart. Bank level PCI DSS Level 1 security. iPhone & Android apps. Superb support. Free plan available.
|
9 |
|
149 |
* [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
|
150 |
|
151 |
== Changelog ==
|
152 |
+
= 5.8.2 - Mar 9, 2018 =
|
153 |
+
- **Fixed an issue with the categories menu appeared in the version 5.8.1.**
|
154 |
+
|
155 |
= 5.8.1 - Mar 7, 2018 =
|
156 |
- **Compatibility with the Yoast premium SEO plugin.** Yoast recently updated their SEO plugins. We adjusted Ecwid plugin to work well with them. So, as usually, Ecwid should work well with Yoast products, feel free to use them to get your site and online store optimized for search engines.
|
157 |
- **Fixed an issue with Ecwid buttons in the Elementor page builder toolbar.** Ecwid’s “Add store” and “Add product” buttons didn’t work well in the Elementor editor toolbar. We hid the Ecwid buttons from the toolbar as a workaround. To add a store or a single product to a page in the Elementor editor, please use [ec_store] and [ec_product] shortcodes or temporarily switch to the default WP editor.
|