Ecwid Ecommerce Shopping Cart - Version 6.4.15

Version Description

  • Mar 19, 2019 =
  • Fixed generation of sitemap for Yoast SEO plugin
Download this release

Release Info

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

Code changes from version 6.4.14 to 6.4.15

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.14
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 Ecommerce
8
+ Version: 6.4.15
9
  Author URI: https://ecwid.to/ecwid-site
10
  */
11
 
includes/integrations/class-ecwid-integration-wpseo.php CHANGED
@@ -35,19 +35,9 @@ class Ecwid_Integration_WordPress_SEO_By_Yoast
35
 
36
  add_filter( 'ecwid_title_separator', array( $this, 'get_title_separator' ) );
37
 
38
- add_filter( 'wpseo_sitemap_url', array( $this, 'wpseo_hook_sitemap_url' ), 10, 2 );
39
  add_action( 'init', array($this, 'clear_ecwid_sitemap_index') );
40
  }
41
 
42
- public function wpseo_hook_sitemap_url( $output, $url )
43
- {
44
- $type = get_query_var( 'sitemap' );
45
-
46
- if( $type == 'ec-product') {
47
- return false;
48
- }
49
- }
50
-
51
  public function clear_ecwid_sitemap_index() {
52
 
53
  if( strpos( $_SERVER['REQUEST_URI'], 'sitemap_index.xml' ) !== false ) {
35
 
36
  add_filter( 'ecwid_title_separator', array( $this, 'get_title_separator' ) );
37
 
 
38
  add_action( 'init', array($this, 'clear_ecwid_sitemap_index') );
39
  }
40
 
 
 
 
 
 
 
 
 
 
41
  public function clear_ecwid_sitemap_index() {
42
 
43
  if( strpos( $_SERVER['REQUEST_URI'], 'sitemap_index.xml' ) !== false ) {
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.14
7
 
8
  Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
9
 
@@ -149,7 +149,10 @@ You can use Ecwid’s built-in import tools to copy your store products from any
149
  * [Ecwid Help Center](http://help.ecwid.com/?source=wporg-plugin-site "Ecwid Help")
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
 
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.15
7
 
8
  Powerful, easy to use ecommerce shopping cart. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
9
 
149
  * [Ecwid Help Center](http://help.ecwid.com/?source=wporg-plugin-site "Ecwid Help")
150
  * [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
151
 
152
+ == Changelog ==
153
+ = 6.4.15 - Mar 19, 2019 =
154
+ - Fixed generation of sitemap for Yoast SEO plugin
155
+
156
  = 6.4.14 - Mar 12, 2019 =
157
  - Fixed a PHP error message ("Cannot use object of type Closure as array")
158