Ecwid Ecommerce Shopping Cart - Version 6.4.13

Version Description

  • Mar 12, 2019 =
  • Fixed a PHP error message ("Cannot use object of type Closure as array")
Download this release

Release Info

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

Code changes from version 6.4.12 to 6.4.13

Files changed (2) hide show
  1. ecwid-shopping-cart.php +2 -2
  2. readme.txt +4 -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 Ecommerce
8
- Version: 6.4.12
9
  Author URI: https://ecwid.to/ecwid-site
10
  */
11
 
@@ -1905,7 +1905,7 @@ function ecwid_show_admin_messages() {
1905
  if ( $wp_filter && isset($wp_filter['admin_notices']) && class_exists('WP_Hook') ){
1906
  foreach ($wp_filter['admin_notices']->callbacks as $priority => $collection) {
1907
  foreach ($collection as $name => $item) {
1908
- if( is_object($item['function'][0]) && get_class($item['function'][0]) == 'Storefront_NUX_Admin' ){
1909
  remove_action('admin_notices', $item['function'], $priority);
1910
  }
1911
  }
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.4.13
9
  Author URI: https://ecwid.to/ecwid-site
10
  */
11
 
1905
  if ( $wp_filter && isset($wp_filter['admin_notices']) && class_exists('WP_Hook') ){
1906
  foreach ($wp_filter['admin_notices']->callbacks as $priority => $collection) {
1907
  foreach ($collection as $name => $item) {
1908
+ if( is_array($item) && is_object($item['function'][0]) && get_class($item['function'][0]) == 'Storefront_NUX_Admin' ){
1909
  remove_action('admin_notices', $item['function'], $priority);
1910
  }
1911
  }
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: 5.1
6
- Stable tag: 6.4.12
7
 
8
  Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
9
 
@@ -150,6 +150,9 @@ You can use Ecwid’s built-in import tools to copy your store products from any
150
  * [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
151
 
152
  == Changelog ==
 
 
 
153
  = 6.4.12 - Mar 11, 2019 =
154
  - Improvement for the sharing buttons on the product pages. "Share to Facebook", "Tweet" and other share buttons now uses the actual product page URLs instead of a "proxy" Ecwid URL. This should make shared links look more appealing in social networks and improve the SEO of your ecommerce store.
155
  - Fixed an issue in the "Import products from WooCommerce" tool. In some cases, import failed and stopped importing products — we fixed that, now it should work fine and you can import your products from WooCommerce to Ecwid when you need it.
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: 5.1
6
+ Stable tag: 6.4.13
7
 
8
  Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
9
 
150
  * [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
151
 
152
  == Changelog ==
153
+ = 6.4.13 - Mar 12, 2019 =
154
+ - Fixed a PHP error message ("Cannot use object of type Closure as array")
155
+
156
  = 6.4.12 - Mar 11, 2019 =
157
  - Improvement for the sharing buttons on the product pages. "Share to Facebook", "Tweet" and other share buttons now uses the actual product page URLs instead of a "proxy" Ecwid URL. This should make shared links look more appealing in social networks and improve the SEO of your ecommerce store.
158
  - Fixed an issue in the "Import products from WooCommerce" tool. In some cases, import failed and stopped importing products — we fixed that, now it should work fine and you can import your products from WooCommerce to Ecwid when you need it.