Ecwid Ecommerce Shopping Cart - Version 6.10.27

Version Description

  • Aug 18, 2022 =
  • After the last update, the Ecwid ecommerce plugin may have broken other plugins on your ecommerce site. It was a bug. We've fixed it.
Download this release

Release Info

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

Code changes from version 6.10.26 to 6.10.27

Files changed (2) hide show
  1. ecwid-shopping-cart.php +2 -1
  2. readme.txt +5 -2
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.26
9
  Author URI: https://ecwid.to/ecwid-site
10
  License: GPLv2 or later
11
  */
@@ -2866,6 +2866,7 @@ function ecwid_get_product_browser_url_script()
2866
  if (ecwid_is_store_page_available() && !Ecwid_Store_Page::is_store_page()) {
2867
 
2868
  $url = esc_js( Ecwid_Store_Page::get_store_url() );
 
2869
  ?>
2870
  <script data-cfasync="false" type="text/javascript">
2871
  window.ec = window.ec || Object();
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.27
9
  Author URI: https://ecwid.to/ecwid-site
10
  License: GPLv2 or later
11
  */
2866
  if (ecwid_is_store_page_available() && !Ecwid_Store_Page::is_store_page()) {
2867
 
2868
  $url = esc_js( Ecwid_Store_Page::get_store_url() );
2869
+ ob_start();
2870
  ?>
2871
  <script data-cfasync="false" type="text/javascript">
2872
  window.ec = window.ec || Object();
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: 6.0
6
- Stable tag: 6.10.26
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,6 +152,9 @@ You can use Ecwid’s built-in import tools to copy your store products from any
152
 
153
  == Changelog ==
154
 
 
 
 
155
  = 6.10.26 - Aug 16, 2022 =
156
  - Compatibility improvements with the Elementor builder. If you are using the ecommerce widget in the Elementor builder, you may have encountered an issue where the storefront links in the menu or sitemap are not working properly. We've fixed it.
157
  - Plugin code improvements to comply with the WordPress plugin marketplace recommendations.
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: 6.0
6
+ Stable tag: 6.10.27
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.27 - Aug 18, 2022 =
156
+ - After the last update, the Ecwid ecommerce plugin may have broken other plugins on your ecommerce site. It was a bug. We've fixed it.
157
+
158
  = 6.10.26 - Aug 16, 2022 =
159
  - Compatibility improvements with the Elementor builder. If you are using the ecommerce widget in the Elementor builder, you may have encountered an issue where the storefront links in the menu or sitemap are not working properly. We've fixed it.
160
  - Plugin code improvements to comply with the WordPress plugin marketplace recommendations.