Ecwid Ecommerce Shopping Cart - Version 1.5

Version Description

  • [!] fixed a problem where in some rare occasions the SEO catalog would show a PHP error.
Download this release

Release Info

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

Code changes from version 1.4 to 1.5

Files changed (2) hide show
  1. ecwid-shopping-cart.php +1 -0
  2. readme.txt +3 -1
ecwid-shopping-cart.php CHANGED
@@ -262,6 +262,7 @@ function ecwid_productbrowser_shortcode() {
262
  if (ecwid_is_api_enabled()) {
263
  if (isset($_GET['_escaped_fragment_'])) {
264
  $params = ecwid_parse_escaped_fragment($_GET['_escaped_fragment_']);
 
265
  include_once WP_PLUGIN_DIR . '/ecwid-shopping-cart/lib/EcwidCatalog.php';
266
 
267
  $ecwid_page_id = get_option("ecwid_store_page_id");
262
  if (ecwid_is_api_enabled()) {
263
  if (isset($_GET['_escaped_fragment_'])) {
264
  $params = ecwid_parse_escaped_fragment($_GET['_escaped_fragment_']);
265
+ include_once WP_PLUGIN_DIR . '/ecwid-shopping-cart/lib/ecwid_product_api.php';
266
  include_once WP_PLUGIN_DIR . '/ecwid-shopping-cart/lib/EcwidCatalog.php';
267
 
268
  $ecwid_page_id = get_option("ecwid_store_page_id");
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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,6 +77,8 @@ http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
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.
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.5
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.5 =
81
+ - [!] fixed a problem where in some rare occasions the SEO catalog would show a PHP error.
82
  = 1.4 =
83
  - [!] enhanced the backward compatibility with the older inline SEO links
84
  - [+] increased the priority of the product-specific titles in order to work side-by-side with various SEO-related plugins.