Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Store Fulfillment release-notes.md #33

Closed
wants to merge 9 commits into from
42 changes: 41 additions & 1 deletion help/store-fulfillment/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,46 @@ These release notes describe the initial release of [!DNL Store Fulfillment Serv
![Fixed issue](../assets/fix.svg) Fixes and improvements
![Known issue](../assets/bug.svg) Known issues

## v1.5.0

*August [Add date], 2023*

[!BADGE Compatibility]{type=Informative tooltip="Compatibility"} Compatible with [released versions of Adobe Commerce 2.4.0 - 2.4.6](https://experienceleague.adobe.com/docs/commerce-operations/release/versions.html).
meker12 marked this conversation as resolved.
Show resolved Hide resolved

This release contains the following updates:

![New](../assets/fix.svg) [!DNL Store Fulfillment] is now [compatible with Adobe Commerce 2.4.0 to 2.4.6](https://experienceleague.adobe.com/docs/commerce-operations/release/product-availability.html), including the 2.4.6-p1, 2.4.5-p3, and 2.4.4-p4 security patch releases.

![New](../assets/new.svg)<!-- WMTP-918 --> Added support for the [Asynchronous sending](sales-emails.md) configuration option for Sales Emails. Merchants that upgrade to version 1.5.0 have the option to send emails immediately (default) or asynchronously.

![New](../assets/new.svg)<!-- WMTP-916--> Updated the [Sources configuration](merchant-store-configuration.md) to support international phone number formats.

![New](../assets/new.svg) Added logic to prevent refund amounts from exceeding the remaining or invoiced amount.

![New](../assets/new.svg)<!-- WMTP-882 --> Replaced `google.map.LatLng` object with JSON literals to support compatibility with older versions of Google Maps.

![Fixed issue](../assets/fix.svg)<!-- WMTP- --> Updated the script that creates the `[!DNL Available for Store Pickup]` and `[!DNL Available for Home Delivery]` product attributes to prevent attribute category conflict.

![Fixed issue](../assets/fix.svg)<!-- WMTP-915 --> Fixed a compatibility issue that caused an endless loop when loading and saving some entities.

![Fixed issue](../assets/fix.svg)<!-- WMTP-921 --> Fixed an issue that prevented [!DNL Ship to Store] quote validation from triggering when an item is added to the cart from a product detail page (PDP).

![Fixed issue](../assets/fix.svg)<!-- WMTP- 932 --> Fixed a checkout issue that allowed customers to select the home delivery method for items that are not eligible for home delivery.

![Fixed issue](../assets/fix.svg)<!-- WMTP-915--> Fixed a failure caused by a missing Check-in error code.

![Fixed issue](../assets/fix.svg)<!-- WMTP-932 --> Fixed a bug related to partial reject during dispense operations.

![Fixed issue](../assets/fix.svg) Installation updates

- <!-- WMTP-880--> Fixed an issue that caused an incorrect website code to be returned when installing the Store Fulfillment extension.

- <!-- WMTP-878--> Fixed an issue for SKU integers that required the data type to be casted to string type during installation.

![New](../assets/new.svg)<!-- WMTP-953 --> Updated the Cancel API endpoint to consume the status parameter as an optional object.

![New](../assets/new.svg)<!-- WMTP-960 --> Improved logging details for the Dispense endpoint.

## v1.4.0

*April 13, 2023*
Expand Down Expand Up @@ -51,7 +91,7 @@ This release contains the following update:

Stability: General Availability

![New](../assets/fix.svg)<!-- WMTP-731 --> Simplified the [Check-in experience configuration](check-in-experience-setup.md) for the Store Assist app by adding default car make and model selections. In the previous version, merchants had to manually configure the car make and model selections.
![New](../assets/new.svg)<!-- WMTP-731 --> Simplified the [Check-in experience configuration](check-in-experience-setup.md) for the Store Assist app by adding default car make and model selections. In the previous version, merchants had to manually configure the car make and model selections.

## v1.0.0

Expand Down