You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
== Changelog ==
2
+
= 7.0.1 - Apr 8, 2025 =
3
+
- **WordPress 6.8 compatibility.** The new WordPress version will be released soon. The Ecwid ecommerce shopping cart plugin is ready for the new release — everything works well in your WordPress admin and storefront pages. Feel free to upgrade your site to WordPress 6.8.
4
+
- Added support for URLs without ID feature in the sitemap and store menus.
5
+
- Fixed an issue where storefront URLs were missing a slash in certain cases when the URLs without ID feature was enabled.
6
+
2
7
= 7.0 - Mar 26, 2025 =
3
8
- **New clean and SEO-friendly URLs for your product and category pages—no more random numbers!** We’ve introduced a new format for product and category page links. Now, you can remove those auto-generated numbers, making them cleaner and better for SEO. For example, instead of `/shoes-c123`, your URL slug can simply be `/shoes`! To activate this feature, go to "WordPress admin → Ecwid → Storefront", scroll down, and enable "Set URL slugs without IDs for products and categories". If you’re on a Business or Unlimited plan, you can also customize product and category slugs however you like for a more personalized and SEO-friendly URL.
Copy file name to clipboardExpand all lines: ecwid-shopping-cart.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
/*
3
3
Plugin Name: Ecwid by Lightspeed Ecommerce Shopping Cart
4
4
Plugin URI: http://www.ecwid.com?partner=wporg
5
-
Description: Ecwid by Lightspeed 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.
5
+
Description: Ecwid by Lightspeed is a full-featured shopping cart. It can be easily integrated with any Wordpress blog and takes less than 5 minutes to set up.
Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support.
11
11
@@ -153,6 +153,11 @@ You can use Ecwid’s built-in import tools to copy your store products from any
153
153
* [Ecwid Help Center](http://help.ecwid.com "Ecwid Help")
154
154
155
155
== Changelog ==
156
+
= 7.0.1 - Apr 8, 2025 =
157
+
- **WordPress 6.8 compatibility.** The new WordPress version will be released soon. The Ecwid ecommerce shopping cart plugin is ready for the new release — everything works well in your WordPress admin and storefront pages. Feel free to upgrade your site to WordPress 6.8.
158
+
- Added support for URLs without ID feature in the sitemap and store menus.
159
+
- Fixed an issue where storefront URLs were missing a slash in certain cases when the URLs without ID feature was enabled.
160
+
156
161
= 7.0 - Mar 26, 2025 =
157
162
- **New clean and SEO-friendly URLs for your product and category pages—no more random numbers!** We’ve introduced a new format for product and category page links. Now, you can remove those auto-generated numbers, making them cleaner and better for SEO. For example, instead of `/shoes-c123`, your URL slug can simply be `/shoes`! To activate this feature, go to "WordPress admin → Ecwid → Storefront", scroll down, and enable "Set URL slugs without IDs for products and categories". If you’re on a Business or Unlimited plan, you can also customize product and category slugs however you like for a more personalized and SEO-friendly URL.
<?phpechoesc_html( sprintf( __( 'Create a new %s account which you will use to manage your store and inventory. The registration is free.', 'ecwid-shopping-cart' ), Ecwid_Config::get_brand() ) ); ?>
35
+
<?phpechoesc_html( sprintf( __( 'Create a new %s account which you will use to manage your store and inventory.', 'ecwid-shopping-cart' ), Ecwid_Config::get_brand() ) ); ?>
Copy file name to clipboardExpand all lines: templates/admin/welcome-page.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
} else {
44
44
echowp_kses_post(
45
45
sprintf(
46
-
__( 'To add your store to your website, put your %1$s Store ID in the field below. If you don\'t have an %1$s account yet, create one for free on the <a %2$s>%1$s website</a>.', 'ecwid-shopping-cart' ),
46
+
__( 'To add your store to your website, put your %1$s Store ID in the field below. If you don\'t have an %1$s account yet, create one on the <a %2$s>%1$s website</a>.', 'ecwid-shopping-cart' ),
0 commit comments