Version Description
- [!] enhanced the backward compatibility with the older inline SEO links
- [+] increased the priority of the product-specific titles in order to work side-by-side with various SEO-related plugins.
Download this release
Release Info
Developer | Ecwid |
Plugin | Ecwid Ecommerce Shopping Cart |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.4
- ecwid-shopping-cart.php +3 -2
- readme.txt +6 -3
ecwid-shopping-cart.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Ecwid Shopping Cart
|
|
4 |
Plugin URI: http://www.ecwid.com/
|
5 |
Description: Ecwid is a free full-featured shopping cart. It can be easily integreted with any Wordpress blog and takes less than 5 minutes to set up.
|
6 |
Author: Ecwid Team
|
7 |
-
Version: 1.
|
8 |
Author URI: http://www.ecwid.com/
|
9 |
*/
|
10 |
|
@@ -28,7 +28,7 @@ if ( is_admin() ){
|
|
28 |
add_shortcode('ecwid_categories', 'ecwid_categories_shortcode');
|
29 |
add_shortcode('ecwid_productbrowser', 'ecwid_productbrowser_shortcode');
|
30 |
add_action('init', 'ecwid_backward_compatibility');
|
31 |
-
add_filter('wp_title', 'ecwid_seo_title',
|
32 |
add_action('wp_head', 'ecwid_ajax_crawling_fragment');
|
33 |
add_action('wp_head', 'ecwid_meta');
|
34 |
$ecwid_seo_title = '';
|
@@ -49,6 +49,7 @@ function ecwid_backward_compatibility() {
|
|
49 |
$redirect = $ecwid_page . 'category/id=' . $_GET['ecwid_category_id'];
|
50 |
|
51 |
wp_redirect($redirect, 301);
|
|
|
52 |
}
|
53 |
}
|
54 |
|
4 |
Plugin URI: http://www.ecwid.com/
|
5 |
Description: Ecwid is a free full-featured shopping cart. It can be easily integreted with any Wordpress blog and takes less than 5 minutes to set up.
|
6 |
Author: Ecwid Team
|
7 |
+
Version: 1.4
|
8 |
Author URI: http://www.ecwid.com/
|
9 |
*/
|
10 |
|
28 |
add_shortcode('ecwid_categories', 'ecwid_categories_shortcode');
|
29 |
add_shortcode('ecwid_productbrowser', 'ecwid_productbrowser_shortcode');
|
30 |
add_action('init', 'ecwid_backward_compatibility');
|
31 |
+
add_filter('wp_title', 'ecwid_seo_title', 20);
|
32 |
add_action('wp_head', 'ecwid_ajax_crawling_fragment');
|
33 |
add_action('wp_head', 'ecwid_meta');
|
34 |
$ecwid_seo_title = '';
|
49 |
$redirect = $ecwid_page . 'category/id=' . $_GET['ecwid_category_id'];
|
50 |
|
51 |
wp_redirect($redirect, 301);
|
52 |
+
exit();
|
53 |
}
|
54 |
}
|
55 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: Ecwid Team
|
3 |
Tags: shopping cart, ecommerce, e-commerce, paypal, google checkout, 2checkout, store, shop, product catalog, inventory
|
4 |
Requires at least: 2.8
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 1.
|
7 |
|
8 |
Ecwid is a free full-featured shopping cart that can easily be added to any blog
|
9 |
and takes less than 5 minutes to set up.
|
@@ -77,8 +77,11 @@ http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
|
|
77 |
- Knowledge Base: [http://kb.ecwid.com](http://kb.ecwid.com)
|
78 |
|
79 |
== Changelog ==
|
|
|
|
|
|
|
80 |
= 1.3 =
|
81 |
-
[+] Backward compatibility with old Inline SEO Catalog links.
|
82 |
= 1.2 =
|
83 |
- [+] A lot of changes in Ecwid shopping cart: http://www.ecwid.com/blog/new-releases/
|
84 |
- [+] Support of the Google’s “AJAX Crawling” API for native indexing of AJAX applications has been added. This will significantly improve the indexation of Ecwid stores and is a successor of the Inline SEO Catalog feature. More details at https://developers.google.com/webmasters/ajax-crawling/ (This feature requires a paid Ecwid subscription)
|
2 |
Contributors: Ecwid Team
|
3 |
Tags: shopping cart, ecommerce, e-commerce, paypal, google checkout, 2checkout, store, shop, product catalog, inventory
|
4 |
Requires at least: 2.8
|
5 |
+
Tested up to: 3.5
|
6 |
+
Stable tag: 1.4
|
7 |
|
8 |
Ecwid is a free full-featured shopping cart that can easily be added to any blog
|
9 |
and takes less than 5 minutes to set up.
|
77 |
- Knowledge Base: [http://kb.ecwid.com](http://kb.ecwid.com)
|
78 |
|
79 |
== Changelog ==
|
80 |
+
= 1.4 =
|
81 |
+
- [!] enhanced the backward compatibility with the older inline SEO links
|
82 |
+
- [+] increased the priority of the product-specific titles in order to work side-by-side with various SEO-related plugins.
|
83 |
= 1.3 =
|
84 |
+
- [+] Backward compatibility with old Inline SEO Catalog links.
|
85 |
= 1.2 =
|
86 |
- [+] A lot of changes in Ecwid shopping cart: http://www.ecwid.com/blog/new-releases/
|
87 |
- [+] Support of the Google’s “AJAX Crawling” API for native indexing of AJAX applications has been added. This will significantly improve the indexation of Ecwid stores and is a successor of the Inline SEO Catalog feature. More details at https://developers.google.com/webmasters/ajax-crawling/ (This feature requires a paid Ecwid subscription)
|