Ecwid Ecommerce Shopping Cart - Version 6.10.18

Version Description

  • Jan 25, 2021 =
  • WordPress 5.9 compatibility. The new WordPress version will be released soon. The Ecwid ecommerce shopping cart plugin is ready for the new release everything works well in your WordPress admin and storefront pages. Feel free to upgrade your site to WordPress 5.9.
  • Compatibility with PHP 8. WordPress 5.9 also includes improvements to support PHP 8. Ecwid ecommerce shopping cart plugin should work well with the latest PHP version.
Download this release

Release Info

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

Code changes from version 6.10.17 to 6.10.18

css/themes/twentytwentytwo.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ #dynamic-ec-store, #static-ec-store {
2
+ max-width: 1000px;
3
+ }
4
+
5
+ #ecwid_body .vc_row {
6
+ max-width: 1000px;
7
+ }
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.17
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.18
9
  Author URI: https://ecwid.to/ecwid-site
10
  License: GPLv2 or later
11
  */
includes/shortcodes.php CHANGED
@@ -14,8 +14,7 @@ add_shortcode('ecwid_product', 'ecwid_render_shortcode');
14
  add_shortcode('ecwid_searchbox', 'ecwid_searchbox_shortcode');
15
  add_shortcode('ec_product', 'ecwid_render_shortcode');
16
 
17
- function ecwid_render_shortcode($params, $content = '', $name) {
18
-
19
  $shortcode = Ecwid_Shortcode_Base::get_shortcode_object( $name, $params );
20
 
21
  if ( $shortcode ) {
@@ -23,7 +22,7 @@ function ecwid_render_shortcode($params, $content = '', $name) {
23
  }
24
  }
25
 
26
- function ecwid_searchbox_shortcode($params, $content = '', $name) {
27
 
28
  $shortcode = new Ecwid_Shortcode_Search($params);
29
 
14
  add_shortcode('ecwid_searchbox', 'ecwid_searchbox_shortcode');
15
  add_shortcode('ec_product', 'ecwid_render_shortcode');
16
 
17
+ function ecwid_render_shortcode($params, $content = '', $name = '') {
 
18
  $shortcode = Ecwid_Shortcode_Base::get_shortcode_object( $name, $params );
19
 
20
  if ( $shortcode ) {
22
  }
23
  }
24
 
25
+ function ecwid_searchbox_shortcode($params, $content = '', $name = '') {
26
 
27
  $shortcode = new Ecwid_Shortcode_Search($params);
28
 
includes/themes.php CHANGED
@@ -70,7 +70,8 @@ function ecwid_apply_theme($theme_name = null)
70
  'twentytwenty' => array( 'css-no-parent', 'title' ),
71
  'jevelin3' => array( 'css-no-parent' ),
72
  'newstore' => array( 'css', 'title' ),
73
- 'twentytwentyone' => array( 'css-no-parent', 'title' )
 
74
  );
75
  $generic_themes = apply_filters('ecwid_generic_themes', $generic_themes);
76
 
70
  'twentytwenty' => array( 'css-no-parent', 'title' ),
71
  'jevelin3' => array( 'css-no-parent' ),
72
  'newstore' => array( 'css', 'title' ),
73
+ 'twentytwentyone' => array( 'css-no-parent', 'title' ),
74
+ 'twentytwentytwo' => array( 'css-no-parent', 'title' )
75
  );
76
  $generic_themes = apply_filters('ecwid_generic_themes', $generic_themes);
77
 
js/static-page.js CHANGED
@@ -478,4 +478,4 @@
478
 
479
  processStaticHomePage();
480
 
481
- })();
478
 
479
  processStaticHomePage();
480
 
481
+ })();
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.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,6 +152,10 @@ You can use Ecwid’s built-in import tools to copy your store products from any
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
 
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.9
6
+ Stable tag: 6.10.18
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.18 - Jan 25, 2021 =
156
+ - **WordPress 5.9 compatibility.** The new WordPress version will be released soon. The Ecwid ecommerce shopping cart plugin is ready for the new release — everything works well in your WordPress admin and storefront pages. Feel free to upgrade your site to WordPress 5.9.
157
+ - **Compatibility with PHP 8.** WordPress 5.9 also includes improvements to support PHP 8. Ecwid ecommerce shopping cart plugin should work well with the latest PHP version.
158
+
159
  = 6.10.17 - Dec 15, 2021 =
160
  - 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.
161