Version Description
- Onboarding for the new plugin users. Ecwid plugin now displays new helpful messages when you set up your store and configure the setting. The messages guide the new users through the setup process and provide helpful tips and recommendations.
- Improvements in the plugin settings pages and messages. We updated the texts and styles of the messages displayed on the settings pages. They became clearer and more user-friendly.
- Minor optimizations for search engines including tidying up of the product pages 'meta' descriptions tags and fixing potential issues in compatibility with Yoast SEO plugin. This is to ensure better indexation and appearing of your products in the search results.
- Several minor fixes and enhancements
- Added in 2.4.3.1: fixed incompatibility of the plugin v2.4.3 with the servers running PHP 5.2.x
Download this release
Release Info
Developer | Ecwid |
Plugin | Ecwid Ecommerce Shopping Cart |
Version | 2.4.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.4.3 to 2.4.3.1
- ecwid-shopping-cart.php +3 -3
- readme.txt +4 -3
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.4.3
|
9 |
Author URI: http://www.ecwid.com?source=wporg
|
10 |
*/
|
11 |
|
@@ -630,10 +630,10 @@ function ecwid_content_started($content)
|
|
630 |
|
631 |
function ecwid_wrap_shortcode_content($content, $name)
|
632 |
{
|
633 |
-
return "<!-- Ecwid shopping cart plugin v 2.4.3 -->"
|
634 |
. ecwid_get_scriptjs_code()
|
635 |
. "<div class=\"ecwid-shopping-cart-$name\">$content</div>"
|
636 |
-
. "<!-- END Ecwid Shopping Cart v 2.4.3 -->";
|
637 |
}
|
638 |
|
639 |
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.4.3.1
|
9 |
Author URI: http://www.ecwid.com?source=wporg
|
10 |
*/
|
11 |
|
630 |
|
631 |
function ecwid_wrap_shortcode_content($content, $name)
|
632 |
{
|
633 |
+
return "<!-- Ecwid shopping cart plugin v 2.4.3.1 -->"
|
634 |
. ecwid_get_scriptjs_code()
|
635 |
. "<div class=\"ecwid-shopping-cart-$name\">$content</div>"
|
636 |
+
. "<!-- END Ecwid Shopping Cart v 2.4.3.1 -->";
|
637 |
}
|
638 |
|
639 |
function ecwid_get_scriptjs_code($force_lang = null) {
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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: 3.9
|
6 |
-
Stable tag: 2.4.3
|
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.
|
@@ -112,11 +112,12 @@ http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
|
|
112 |
* [Ecwid site](http://www.ecwid.com/?source=wporg-plugin-site "Ecwid Site")
|
113 |
|
114 |
== Changelog ==
|
115 |
-
= 2.4.3 =
|
116 |
- **Onboarding for the new plugin users.** Ecwid plugin now displays new helpful messages when you set up your store and configure the setting. The messages guide the new users through the setup process and provide helpful tips and recommendations.
|
117 |
- **Improvements in the plugin settings pages and messages.** We updated the texts and styles of the messages displayed on the settings pages. They became clearer and more user-friendly.
|
118 |
- **Minor optimizations for search engines** including tidying up of the product pages 'meta' descriptions tags and fixing potential issues in compatibility with Yoast SEO plugin. This is to ensure better indexation and appearing of your products in the search results.
|
119 |
- **Several minor fixes and enhancements**
|
|
|
120 |
|
121 |
= 2.4.2 =
|
122 |
- Minor issue is fixed on the plugin's "General settings" page
|
2 |
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: 3.9
|
6 |
+
Stable tag: 2.4.3.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.
|
112 |
* [Ecwid site](http://www.ecwid.com/?source=wporg-plugin-site "Ecwid Site")
|
113 |
|
114 |
== Changelog ==
|
115 |
+
= 2.4.3.1 =
|
116 |
- **Onboarding for the new plugin users.** Ecwid plugin now displays new helpful messages when you set up your store and configure the setting. The messages guide the new users through the setup process and provide helpful tips and recommendations.
|
117 |
- **Improvements in the plugin settings pages and messages.** We updated the texts and styles of the messages displayed on the settings pages. They became clearer and more user-friendly.
|
118 |
- **Minor optimizations for search engines** including tidying up of the product pages 'meta' descriptions tags and fixing potential issues in compatibility with Yoast SEO plugin. This is to ensure better indexation and appearing of your products in the search results.
|
119 |
- **Several minor fixes and enhancements**
|
120 |
+
- **Added in 2.4.3.1:** fixed incompatibility of the plugin v2.4.3 with the servers running PHP 5.2.x
|
121 |
|
122 |
= 2.4.2 =
|
123 |
- Minor issue is fixed on the plugin's "General settings" page
|