Skip to content

Commit 711ccfe

Browse files
authored
Merge branch 'release' into SCP-B2B-1.0.26
2 parents fbf4f08 + 5c69654 commit 711ccfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/releases/changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ import Link from '@components/Link.astro';
851851
>
852852
The Storefront Compatibility Package has been updated to include the following changes:
853853

854-
- **Persistent Shopping Cart and Customer**: Exposed customer share scope, persistent cart, and persistent wishlist related settings through the `storeConfig` query.
854+
- **Persistent Shopping Cart and Customer**: Adds `share_customer_accounts_scope`, `persistent_enabled`, `persistent_shopping_cart`, and `persistent_options_wishlist` to the `storeConfig` query. These fields expose the customer account share scope and the persistent cart and wishlist settings for the store.
855855
- **Login as Customer**: Fixed an issue where the `add_to_cart` event was not being logged when products were added to the cart using the Login as Customer feature.
856856
</ChangelogEntry>
857857

@@ -862,7 +862,7 @@ import Link from '@components/Link.astro';
862862
>
863863
The Storefront Compatibility Package has been updated to include the following changes:
864864

865-
- **GraphQL Input Limits**: Updated the default configuration value for `GraphQL API Input Limits > Maximum Aliases Allowed`. This change adjusts the default limit to support the updated GraphQL request handling behavior while maintaining configurable limits for administrators.
865+
- **GraphQL Input Limits**: Raises the default for **Maximum Alias Allowed** from `10` to `15`, configured at **Stores** > **Settings** > **Configuration** > **Services** > **Web API** > **GraphQL Input Limits** in the Admin. Storefront drop-ins need the higher limit because the `@dropins/tools` reCAPTCHA integration batches multiple `recaptchaFormConfig` calls into one query, with one alias per protected form.
866866
</ChangelogEntry>
867867

868868
<ChangelogEntry

0 commit comments

Comments
 (0)