Ecwid Ecommerce Shopping Cart - Version 6.2.4

Version Description

  • Aug 17, 2018 =
  • Fixed an issue with the SEO content of product and categories pages. In the previous update, there was a bug affecting hidden SEO content of the store pages. Its now fixed everything should work fine both for human visitors and search crawlers.
Download this release

Release Info

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

Code changes from version 6.2.3 to 6.2.4

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: 6.2.3
9
  Author URI: https://ecwid.to/ecwid-site
10
  */
11
 
@@ -2167,7 +2167,7 @@ function ecwid_is_demo_store( $store_id = null ) {
2167
  }
2168
 
2169
  $config_id = Ecwid_Config::get_demo_store_id();
2170
- if ( $config_id ) return $config_id;
2171
 
2172
  return in_array( $store_id, ecwid_get_demo_stores() );
2173
  }
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: 6.2.4
9
  Author URI: https://ecwid.to/ecwid-site
10
  */
11
 
2167
  }
2168
 
2169
  $config_id = Ecwid_Config::get_demo_store_id();
2170
+ if ( $config_id == $store_id ) return $config_id;
2171
 
2172
  return in_array( $store_id, ecwid_get_demo_stores() );
2173
  }
includes/shortcodes/class-ecwid-shortcode-productbrowser.php CHANGED
@@ -39,7 +39,7 @@ class Ecwid_Shortcode_ProductBrowser extends Ecwid_Shortcode_Base {
39
 
40
  $html_catalog_params = false;
41
 
42
- if ( !Ecwid_Api_V3::is_available() ) {
43
 
44
  if (ecwid_should_display_escaped_fragment_catalog()) {
45
  $html_catalog_params = ecwid_parse_escaped_fragment($_GET['_escaped_fragment_']);
@@ -225,4 +225,4 @@ HTML;
225
 
226
  return $ecwid_default_category_id;
227
  }
228
- }
39
 
40
  $html_catalog_params = false;
41
 
42
+ if ( Ecwid_Api_V3::is_available() ) {
43
 
44
  if (ecwid_should_display_escaped_fragment_catalog()) {
45
  $html_catalog_params = ecwid_parse_escaped_fragment($_GET['_escaped_fragment_']);
225
 
226
  return $ecwid_default_category_id;
227
  }
228
+ }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Ecwid Ecommerce Shopping Cart ===
2
  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: 6.2.3
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
 
@@ -62,7 +62,7 @@ Ecwid offers a free plan that’s always available with no hidden setup charges
62
 
63
  = Ecwid Site =
64
 
65
- * [www.ecwid.com](https://ecwid.to/ecwid-site "Ecwid site")
66
 
67
 
68
 
@@ -151,6 +151,9 @@ You can use Ecwid’s built-in import tools to copy your store products from any
151
  * [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
152
 
153
  == Changelog ==
 
 
 
154
  = 6.2.3 - Aug 15, 2018 =
155
  - Minor fixes and improvements.
156
 
1
  === Ecwid Ecommerce Shopping Cart ===
2
  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: 4.9
6
+ Stable tag: 6.2.4
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
 
62
 
63
  = Ecwid Site =
64
 
65
+ * [www.ecwid.com](https://ecwid.to/ecwid-wp-site "Ecwid site")
66
 
67
 
68
 
151
  * [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
152
 
153
  == Changelog ==
154
+ = 6.2.4 - Aug 17, 2018 =
155
+ - Fixed an issue with the SEO content of product and categories pages. In the previous update, there was a bug affecting hidden SEO content of the store pages. It’s now fixed — everything should work fine both for human visitors and search crawlers.
156
+
157
  = 6.2.3 - Aug 15, 2018 =
158
  - Minor fixes and improvements.
159