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 | Ecwid Ecommerce Shopping Cart |
Version | 6.4.14 |
Comparing to | |
See all releases |
Code changes from version 6.4.13 to 6.4.14
- ecwid-shopping-cart.php +2 -2
- readme.txt +2 -2
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.
|
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_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 |
}
|
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.14
|
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_array($item['function']) && 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.
|
7 |
|
8 |
Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
|
9 |
|
@@ -150,7 +150,7 @@ 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.
|
154 |
- Fixed a PHP error message ("Cannot use object of type Closure as array")
|
155 |
|
156 |
= 6.4.12 - Mar 11, 2019 =
|
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.14
|
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.14 - 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 =
|