File tree Expand file tree Collapse file tree 3 files changed +28
-7
lines changed
setup/configuration/storefront-compatibility Expand file tree Collapse file tree 3 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,17 @@ import ChangelogEntry from '@components/changelog/ChangelogEntry.astro';
232
232
**Storefront Compatibility Package**
233
233
************************************/ }
234
234
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
+
235
246
<ChangelogEntry
236
247
date = " 2025-06-25"
237
248
title = " Storefront Compatibility Package v4.8.4, v4.7.6"
@@ -291,7 +302,17 @@ import ChangelogEntry from '@components/changelog/ChangelogEntry.astro';
291
302
292
303
- Added the ` clearWishlist ` mutation.
293
304
- 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.
295
316
</ChangelogEntry >
296
317
297
318
<ChangelogEntry
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ This section provides details about the compatibility between Commerce Storefron
54
54
55
55
| Adobe Commerce | Storefront Compatibility Package |
56
56
| ----------------| ----------------------------------|
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 ` |
59
59
60
60
** Drop-in SDK:**
61
61
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ Use this method to install the Storefront Compatibility Package using the Cloud
42
42
43
43
For Adobe Commerce 2.4.7, run:
44
44
``` bash
45
- composer require adobe-commerce/storefront-compatibility:4.7.6
45
+ composer require adobe-commerce/storefront-compatibility:4.7.8
46
46
```
47
47
For Adobe Commerce 2.4.8, run:
48
48
``` bash
49
- composer require adobe-commerce/storefront-compatibility:4.8.4
49
+ composer require adobe-commerce/storefront-compatibility:4.8.5
50
50
```
51
51
52
52
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
81
81
82
82
For Adobe Commerce 2.4.7, run:
83
83
``` bash
84
- composer require adobe-commerce/storefront-compatibility:4.7.6
84
+ composer require adobe-commerce/storefront-compatibility:4.7.8
85
85
```
86
86
For Adobe Commerce 2.4.8, run:
87
87
``` bash
88
- composer require adobe-commerce/storefront-compatibility:4.8.4
88
+ composer require adobe-commerce/storefront-compatibility:4.8.5
89
89
```
90
90
91
91
To check the latest version of the Storefront Compatibility Package, go to the [ changelog] ( /releases/changelog/ ) .
You can’t perform that action at this time.
0 commit comments