Ecwid Ecommerce Shopping Cart - Version 6.3.1

Version Description

  • Sep 26, 2018 =
  • Several fixes and improvements.
Download this release

Release Info

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

Code changes from version 6.3 to 6.3.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: 6.3
9
  Author URI: https://ecwid.to/ecwid-site
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: 6.3.1
9
  Author URI: https://ecwid.to/ecwid-site
10
  */
11
 
includes/class-ecwid-seo-links.php CHANGED
@@ -198,7 +198,7 @@ class Ecwid_Seo_Links {
198
  return false;
199
  }
200
 
201
- public function add_js_config() {
202
 
203
  $page_id = get_queried_object_id();
204
 
@@ -206,17 +206,20 @@ class Ecwid_Seo_Links {
206
 
207
  if ( !$has_store ) {
208
  if ( !Ecwid_Ajax_Defer_Renderer::is_enabled() ) {
209
- return;
210
  }
211
  }
212
 
213
  $url = esc_js( get_permalink( $page_id ) );
214
 
215
- echo <<<JS
216
  window.ec.config.storefrontUrls = window.ec.config.storefrontUrls || {};
217
  window.ec.config.storefrontUrls.cleanUrls = true;
218
  window.ec.config.baseUrl = '$url';
219
  JS;
 
 
 
220
  }
221
 
222
  public static function maybe_extract_html_catalog_params() {
198
  return false;
199
  }
200
 
201
+ public function add_js_config( $config ) {
202
 
203
  $page_id = get_queried_object_id();
204
 
206
 
207
  if ( !$has_store ) {
208
  if ( !Ecwid_Ajax_Defer_Renderer::is_enabled() ) {
209
+ return $config;
210
  }
211
  }
212
 
213
  $url = esc_js( get_permalink( $page_id ) );
214
 
215
+ $result = <<<JS
216
  window.ec.config.storefrontUrls = window.ec.config.storefrontUrls || {};
217
  window.ec.config.storefrontUrls.cleanUrls = true;
218
  window.ec.config.baseUrl = '$url';
219
  JS;
220
+ $config .= $result;
221
+
222
+ return $config;
223
  }
224
 
225
  public static function maybe_extract_html_catalog_params() {
includes/themes.php CHANGED
@@ -85,7 +85,7 @@ function ecwid_apply_theme($theme_name = null)
85
  'Boundless',
86
  'twentyseventeen',
87
  'themify-music',
88
- 'avada'
89
  );
90
 
91
  $custom_themes = apply_filters( 'ecwid_custom_themes', $custom_themes );
85
  'Boundless',
86
  'twentyseventeen',
87
  'themify-music',
88
+ 'Avada'
89
  );
90
 
91
  $custom_themes = apply_filters( 'ecwid_custom_themes', $custom_themes );
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.7
5
  Tested up to: 4.9
6
- Stable tag: 6.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
 
@@ -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.3 - Sep 25, 2018 =
155
  - **Compatibility with the popular WordPress page builders: Elementor, Divi, Beaver builder.** The Ecwid e-commerce plugin has always been working great with the default WordPress editor to let you easily add a store or a single product to your site pages. In the recent updates, we also added the same functions to Gutenberg editor. In this update, we went further to make sure the most popular page builders are working fine with Ecwid. We added a lot of improvements and fixes to the plugin to make it work better with the Elementor, Beaver page builder and Divi editor. If you are using one of those page builders and having any problem editing your store page, please let us know so we can further improve it.
156
  - **Avada, Bridge and Parallax One themes 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. In this update, we are rolling out a few minor improvements to the Ecwid layout for the Avada, Bridge and Parallax One WordPress themes.
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.3.1
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
 
151
  * [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
152
 
153
  == Changelog ==
154
+ = 6.3.1 - Sep 26, 2018 =
155
+ - **Several fixes and improvements.**
156
+
157
  = 6.3 - Sep 25, 2018 =
158
  - **Compatibility with the popular WordPress page builders: Elementor, Divi, Beaver builder.** The Ecwid e-commerce plugin has always been working great with the default WordPress editor to let you easily add a store or a single product to your site pages. In the recent updates, we also added the same functions to Gutenberg editor. In this update, we went further to make sure the most popular page builders are working fine with Ecwid. We added a lot of improvements and fixes to the plugin to make it work better with the Elementor, Beaver page builder and Divi editor. If you are using one of those page builders and having any problem editing your store page, please let us know so we can further improve it.
159
  - **Avada, Bridge and Parallax One themes 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. In this update, we are rolling out a few minor improvements to the Ecwid layout for the Avada, Bridge and Parallax One WordPress themes.