Skip to content

Commit 3ed7fa4

Browse files
Merge pull request #371 from deepak-soni1/SCP-4.7.8_and_SCP-4.8.5
Documentation update for SCP-4.8.5 and SCP-4.7.8 releases
2 parents 2c9573c + e18a583 commit 3ed7fa4

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

src/content/docs/releases/changelog.mdx

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,17 @@ import ChangelogEntry from '@components/changelog/ChangelogEntry.astro';
232232
**Storefront Compatibility Package**
233233
************************************/}
234234

235+
<ChangelogEntry
236+
date="2025-07-14"
237+
title="Storefront Compatibility Package v4.8.5, v4.7.8"
238+
components={['Storefront Compatibility Package']}
239+
>
240+
The Storefront Compatibility Package has been updated to include the following changes:
241+
242+
- Miscellaneous bug fixes and enhancements related to cart item and order queries.
243+
244+
</ChangelogEntry>
245+
235246
<ChangelogEntry
236247
date="2025-06-25"
237248
title="Storefront Compatibility Package v4.8.4, v4.7.6"
@@ -291,7 +302,17 @@ import ChangelogEntry from '@components/changelog/ChangelogEntry.astro';
291302

292303
- Added the `clearWishlist` mutation.
293304
- Added enhanced support gift options to the `cart`, `orders`, and `products` queries.
294-
- Miscellaneous bugfixes and enhancements.
305+
- Miscellaneous bug fixes and enhancements.
306+
</ChangelogEntry>
307+
308+
<ChangelogEntry
309+
date="2025-07-03"
310+
title="Storefront Compatibility Package v4.7.7"
311+
components={['Storefront Compatibility Package']}
312+
>
313+
The Storefront Compatibility Package has been updated to include the following changes:
314+
315+
- Miscellaneous bug fixes and enhancements.
295316
</ChangelogEntry>
296317

297318
<ChangelogEntry

src/content/docs/releases/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ This section provides details about the compatibility between Commerce Storefron
5454

5555
| Adobe Commerce | Storefront Compatibility Package |
5656
|----------------|----------------------------------|
57-
| `2.4.7` | `4.7.5` |
58-
| `2.4.8` | `4.8.3` |
57+
| `2.4.7` | `4.7.8` |
58+
| `2.4.8` | `4.8.5` |
5959

6060
**Drop-in SDK:**
6161

src/content/docs/setup/configuration/storefront-compatibility/install.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Use this method to install the Storefront Compatibility Package using the Cloud
4242

4343
For Adobe Commerce 2.4.7, run:
4444
```bash
45-
composer require adobe-commerce/storefront-compatibility:4.7.6
45+
composer require adobe-commerce/storefront-compatibility:4.7.8
4646
```
4747
For Adobe Commerce 2.4.8, run:
4848
```bash
49-
composer require adobe-commerce/storefront-compatibility:4.8.4
49+
composer require adobe-commerce/storefront-compatibility:4.8.5
5050
```
5151

5252
To check the latest version of the Storefront Compatibility Package, go to the [changelog](/releases/changelog/).
@@ -81,11 +81,11 @@ Use this method to install the Storefront Compatibility Package for an on-premis
8181

8282
For Adobe Commerce 2.4.7, run:
8383
```bash
84-
composer require adobe-commerce/storefront-compatibility:4.7.6
84+
composer require adobe-commerce/storefront-compatibility:4.7.8
8585
```
8686
For Adobe Commerce 2.4.8, run:
8787
```bash
88-
composer require adobe-commerce/storefront-compatibility:4.8.4
88+
composer require adobe-commerce/storefront-compatibility:4.8.5
8989
```
9090

9191
To check the latest version of the Storefront Compatibility Package, go to the [changelog](/releases/changelog/).

0 commit comments

Comments
 (0)