From 9b175631a39cd495eab39a1cd1e9b61feb1ba955 Mon Sep 17 00:00:00 2001 From: meteor Date: Wed, 16 Oct 2024 23:11:18 +0400 Subject: [PATCH] PLUGINS-6949 --- CHANGELOG.txt | 4 ++++ ecwid-shopping-cart.php | 3 +-- readme.txt | 6 +++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 70dc9124..e68e953a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ == Changelog == += 6.12.21 - Oct 16, 2024 = +- Fixed issue with Single Sign On (SSO). Single Sign-On allows your customers to have a single login for both your WordPress site and your Ecwid store. If this feature is not working properly after latests release, please update your plugin. +- Internal improvements and optimizations. + = 6.12.20 - Oct 3, 2024 = - In the "Only featured products" mode, the "Store Home Page" ecommerce block was displayed incorrectly. We've fixed this. - Fixed an issue with the "Manage access to store control panel" feature where in some cases users couldn't have access to embedded store control panel. diff --git a/ecwid-shopping-cart.php b/ecwid-shopping-cart.php index 524608bf..7ef03a41 100644 --- a/ecwid-shopping-cart.php +++ b/ecwid-shopping-cart.php @@ -5,7 +5,7 @@ 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. Text Domain: ecwid-shopping-cart Author: Ecwid Ecommerce -Version: 6.12.20 +Version: 6.12.21 Author URI: https://ecwid.to/ecwid-site License: GPLv2 or later */ @@ -2988,7 +2988,6 @@ function ecwid_update_store_id( $new_store_id ) { function ecwid_is_paid_account() { - return false; if ( Ecwid_Api_V3::is_available() ) { $api = new Ecwid_Api_V3(); diff --git a/readme.txt b/readme.txt index 13216cd7..466c0ea6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires at least: 4.4 Tested up to: 6.6 -Stable tag: 6.12.20 +Stable tag: 6.12.21 Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available. @@ -153,6 +153,10 @@ You can use Ecwid’s built-in import tools to copy your store products from any * [Ecwid Help Center](http://help.ecwid.com "Ecwid Help") == Changelog == += 6.12.21 - Oct 16, 2024 = +- Fixed issue with Single Sign On (SSO). Single Sign-On allows your customers to have a single login for both your WordPress site and your Ecwid store. If this feature is not working properly after latests release, please update your plugin. +- Internal improvements and optimizations. + = 6.12.20 - Oct 3, 2024 = - In the "Only featured products" mode, the "Store Home Page" ecommerce block was displayed incorrectly. We've fixed this. - Fixed an issue with the "Manage access to store control panel" feature where in some cases users couldn't have access to embedded store control panel.