Ecwid Ecommerce Shopping Cart - Version 2.7.4.1

Version Description

  • Additional fixes for the "title" tags on product pages following the 2.7.4 version's updates.
Download this release

Release Info

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

Code changes from version 2.7.4 to 2.7.4.1

Files changed (2) hide show
  1. ecwid-shopping-cart.php +4 -4
  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 Team
8
- Version: 2.7.4
9
  Author URI: http://www.ecwid.com?source=wporg
10
  */
11
 
@@ -65,7 +65,7 @@ if ( is_admin() ){
65
  add_action('wp', 'ecwid_seo_ultimate_compatibility', 0);
66
  add_action('wp', 'ecwid_remove_default_canonical');
67
  add_filter('wp_title', 'ecwid_seo_compatibility_init', 0);
68
- add_filter('the_title', 'ecwid_seo_title', 20);
69
  add_action('plugins_loaded', 'ecwid_minifier_compatibility', 0);
70
  add_action('wp_head', 'ecwid_meta_description', 0);
71
  add_action('wp_head', 'ecwid_ajax_crawling_fragment');
@@ -675,10 +675,10 @@ function ecwid_content_started($content)
675
 
676
  function ecwid_wrap_shortcode_content($content, $name)
677
  {
678
- return "<!-- Ecwid shopping cart plugin v 2.7.4 -->"
679
  . ecwid_get_scriptjs_code()
680
  . "<div class=\"ecwid-shopping-cart-$name\">$content</div>"
681
- . "<!-- END Ecwid Shopping Cart v 2.7.4 -->";
682
  }
683
 
684
  function ecwid_get_scriptjs_code($force_lang = null) {
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: 2.7.4.1
9
  Author URI: http://www.ecwid.com?source=wporg
10
  */
11
 
65
  add_action('wp', 'ecwid_seo_ultimate_compatibility', 0);
66
  add_action('wp', 'ecwid_remove_default_canonical');
67
  add_filter('wp_title', 'ecwid_seo_compatibility_init', 0);
68
+ add_filter('wp_title', 'ecwid_seo_title', 20);
69
  add_action('plugins_loaded', 'ecwid_minifier_compatibility', 0);
70
  add_action('wp_head', 'ecwid_meta_description', 0);
71
  add_action('wp_head', 'ecwid_ajax_crawling_fragment');
675
 
676
  function ecwid_wrap_shortcode_content($content, $name)
677
  {
678
+ return "<!-- Ecwid shopping cart plugin v 2.7.4.1 -->"
679
  . ecwid_get_scriptjs_code()
680
  . "<div class=\"ecwid-shopping-cart-$name\">$content</div>"
681
+ . "<!-- END Ecwid Shopping Cart v 2.7.4.1 -->";
682
  }
683
 
684
  function ecwid_get_scriptjs_code($force_lang = null) {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ecwid
3
  Tags: ecwid, shopping cart, ecommerce, wordpress ecommerce, wp e-commerce, paypal, e-commerce, online store, store, shop, cart, online shop, shopping, digital goods, downloadable products, product catalog, ecomerce, products, facebook, f-commerce
4
  Requires at least: 2.8
5
  Tested up to: 4.1
6
- Stable tag: 2.7.4
7
 
8
  Ecwid is a full-featured shopping cart that can be added to any Wordpress site in less than 5 minutes. Start using Ecwid for free today.
9
 
@@ -110,6 +110,9 @@ http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
110
  * [Ecwid site](http://www.ecwid.com/?source=wporg-plugin-site "Ecwid Site")
111
 
112
  == Changelog ==
 
 
 
113
  = 2.7.4 =
114
  - Improvements of 'title' and 'canonical' meta tags generation. The update prevents incorrect meta tags appearing in some WordPress themes in WordPress 4.1
115
 
3
  Tags: ecwid, shopping cart, ecommerce, wordpress ecommerce, wp e-commerce, paypal, e-commerce, online store, store, shop, cart, online shop, shopping, digital goods, downloadable products, product catalog, ecomerce, products, facebook, f-commerce
4
  Requires at least: 2.8
5
  Tested up to: 4.1
6
+ Stable tag: 2.7.4.1
7
 
8
  Ecwid is a full-featured shopping cart that can be added to any Wordpress site in less than 5 minutes. Start using Ecwid for free today.
9
 
110
  * [Ecwid site](http://www.ecwid.com/?source=wporg-plugin-site "Ecwid Site")
111
 
112
  == Changelog ==
113
+ = 2.7.4.1 =
114
+ - Additional fixes for the "title" tags on product pages following the 2.7.4 version's updates.
115
+
116
  = 2.7.4 =
117
  - Improvements of 'title' and 'canonical' meta tags generation. The update prevents incorrect meta tags appearing in some WordPress themes in WordPress 4.1
118