Ecwid Ecommerce Shopping Cart - Version 6.10.17

Version Description

  • Dec 15, 2021 =
  • Fixed a PHP error message (Class WPSEO_Frontend not found), when Ecwid is used with the Yoast plugin. If you noticed some of your store pages have that error when Yoast and Ecwid Ecommerce shopping cart plugins are both activated, this update should fix that.
Download this release

Release Info

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

Code changes from version 6.10.16 to 6.10.17

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.16
9
  Author URI: https://ecwid.to/ecwid-site
10
  License: GPLv2 or later
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.10.17
9
  Author URI: https://ecwid.to/ecwid-site
10
  License: GPLv2 or later
11
  */
includes/integrations/class-ecwid-integration-wpseo.php CHANGED
@@ -77,7 +77,7 @@ class Ecwid_Integration_WordPress_SEO_By_Yoast
77
  global $wpseo_front;
78
  // Canonical
79
 
80
- if (empty($wpseo_front)) {
81
  $wpseo_front = WPSEO_Frontend::get_instance();
82
  }
83
 
77
  global $wpseo_front;
78
  // Canonical
79
 
80
+ if (empty($wpseo_front) && class_exists('WPSEO_Frontend')) {
81
  $wpseo_front = WPSEO_Frontend::get_instance();
82
  }
83
 
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Ecwid Ecommerce Shopping Cart ===
2
  Contributors: Ecwid
3
  Tags: ecommerce, e-commerce, storefront, shopping cart, online store
4
  Requires at least: 4.4
5
  Tested up to: 5.8
6
- Stable tag: 6.10.16
7
 
8
  Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
9
 
@@ -152,10 +152,13 @@ You can use Ecwid’s built-in import tools to copy your store products from any
152
 
153
  == Changelog ==
154
 
 
 
 
155
  = 6.10.16 - Dec 07, 2021 =
156
  - Improvements in the plugin code to comply with the WordPress plugin marketplace recommendations.
157
  - Twenty Twenty theme improved compatibility. Even though Ecwid is compatible with every WordPress theme by design, some slight fixes and improvements are sometimes needed to make storefront look better. That’s why we are always monitoring how Ecwid pages look and behave in WordPress ecommerce themes.
158
- Minor fixes and improvements.
159
 
160
  = 6.10.15 - Oct 12, 2021 =
161
  - **Improved security of handling initial onboarding. Ecwid ecommerce shopping cart plugin update is recommended.** Thanks to "tigertech.net" for a great job on the problem discovery.
1
+ === Ecwid Ecommerce Shopping Cart ===
2
  Contributors: Ecwid
3
  Tags: ecommerce, e-commerce, storefront, shopping cart, online store
4
  Requires at least: 4.4
5
  Tested up to: 5.8
6
+ Stable tag: 6.10.17
7
 
8
  Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
9
 
152
 
153
  == Changelog ==
154
 
155
+ = 6.10.17 - Dec 15, 2021 =
156
+ - Fixed a PHP error message (“Class ‘WPSEO_Frontend’ not found“), when Ecwid is used with the Yoast plugin. If you noticed some of your store pages have that error when Yoast and Ecwid Ecommerce shopping cart plugins are both activated, this update should fix that.
157
+
158
  = 6.10.16 - Dec 07, 2021 =
159
  - Improvements in the plugin code to comply with the WordPress plugin marketplace recommendations.
160
  - Twenty Twenty theme improved compatibility. Even though Ecwid is compatible with every WordPress theme by design, some slight fixes and improvements are sometimes needed to make storefront look better. That’s why we are always monitoring how Ecwid pages look and behave in WordPress ecommerce themes.
161
+ - Minor fixes and improvements.
162
 
163
  = 6.10.15 - Oct 12, 2021 =
164
  - **Improved security of handling initial onboarding. Ecwid ecommerce shopping cart plugin update is recommended.** Thanks to "tigertech.net" for a great job on the problem discovery.