diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d07272f5..017b8a9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [v1.26.3] - 14-05-2024 + +> [!NOTE] +> **Requirements** +> * **Swift v1.26.3 requires DynamicWeb v9.17.4 or newer, requires the Shipmondo.dll version 2.0.0 or newer** +> * **Swift v1.26.3 can also run on DynamicWeb v10.4.0 or newer, requires Shipmondo.dll version 10.0.5 (which needs to be installed) or newer** + +## Bugfixes + +* Cart: Rename GoToCheckoutButton in CartSummary +* Cart: OrderLineItem, set the value parameter to sum (price * quantity) +* Cart: OrderLineItem, fix Missing image +* Checkout: gtag events, begin_checkout, add_shipping_info , add_payment_info and purchase, fix unit price for +* Customer Center: OrderViewSearchList, Order state "Deleted" - filter IsDeleted +* General: PasswordReset in Extranet, improve userFound condition +* General: Slider arrow image mask, no-repeat on carousel.scss +* Itemtypes: Fix StepQty validation taking decimal numbers into account for FavoriteDetail, ExpressBuySearchResponse, ProductReplacement,RelatedProductsList, VariantSelector, OrderLineItem, Swift_ProductAddToCart, ProductAddToQuoteCart, ProductListCompactView, ProductListListView. +* Itemtypes: Of canvas navigation +* itemtypes: ProductDownloadPublication, Use productid + variantid for publication link +* Itemtypes: ProductAddToCart, Move favorite functinality outside of form + ## [v1.26.2] - 17-04-2024 > [!NOTE] diff --git a/README.md b/README.md index 659e99889..4d8dc6741 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,11 @@ This repository contains a `./Files` with design files, images, and other static ## Requirements +* **Swift 1.26.3** requires **DynamicWeb version 9.17.4** and **Shipmondo dll v2.0.0** or newer, it can also run on DynamicWeb version 10.4.0 or newer and **Shipmondo dll v10.0.5 (Needs to be installed)** + * **Swift 1.26.2** requires **DynamicWeb version 9.17.1** and **Shipmondo dll v2.0.0** or newer, it can also run on DynamicWeb version 10.1.0 or newer and **Shipmondo dll v10.0.5 (Needs to be installed)** * **Swift 1.26.1** requires **DynamicWeb version 9.17.1** and **Shipmondo dll v2.0.0** or newer, it can also run on DynamicWeb version 10.1.0 or newer and **Shipmondo dll v10.0.5 (Needs to be installed)** * **Swift 1.26.0** requires **DynamicWeb version 9.17.1** and **Shipmondo dll v2.0.0** or newer, it can also run on DynamicWeb version 10.1.0 or newer and **Shipmondo dll v10.0.5 (Needs to be installed)** -* **Swift 1.25.1** requires **DynamicWeb version 9.16.6** or newer, it can also run on DynamicWeb version 10.0.27 -* **Swift 1.25.0** requires **DynamicWeb version 9.16.5** or newer, it can also run on DynamicWeb version 10.0.25 -* **Swift 1.24.0** requires **DynamicWeb version 9.16.2** or newer, it can also run on DynamicWeb version 10.0.21 -* **Swift 1.23.0** requires **DynamicWeb version 9.15.13** or newer See requirements for older Swift versions [here](https://doc.dynamicweb.com/downloads/swift#sideNavTitle1-1) diff --git a/Releaselog/v1.26.3.md b/Releaselog/v1.26.3.md new file mode 100644 index 000000000..0e49ab3d6 --- /dev/null +++ b/Releaselog/v1.26.3.md @@ -0,0 +1,22 @@ +# v1.26.3 + +## [v1.26.3] - 14-05-2024 + +> [!NOTE] +> **Requirements** +> * **Swift v1.26.3 requires DynamicWeb v9.17.4 or newer, requires the Shipmondo.dll version 2.0.0 or newer** +> * **Swift v1.26.3 can also run on DynamicWeb v10.4.0 or newer, requires Shipmondo.dll version 10.0.5 (which needs to be installed) or newer** + +## Bugfixes + +* Cart: Rename GoToCheckoutButton in CartSummary +* Cart: OrderLineItem, set the value parameter to sum (price * quantity) +* Cart: OrderLineItem, fix Missing image +* Checkout: gtag events, begin_checkout, add_shipping_info , add_payment_info and purchase, fix unit price for +* Customer Center: OrderViewSearchList, Order state "Deleted" - filter IsDeleted +* General: PasswordReset in Extranet, improve userFound condition +* General: Slider arrow image mask, no-repeat on carousel.scss +* Itemtypes: Fix StepQty validation taking decimal numbers into account for FavoriteDetail, ExpressBuySearchResponse, ProductReplacement,RelatedProductsList, VariantSelector, OrderLineItem, Swift_ProductAddToCart, ProductAddToQuoteCart, ProductListCompactView, ProductListListView. +* Itemtypes: Of canvas navigation +* itemtypes: ProductDownloadPublication, Use productid + variantid for publication link +* Itemtypes: ProductAddToCart, Move favorite functinality outside of form \ No newline at end of file diff --git a/Swift/Files/Templates/Designs/Swift/swift_version.txt b/Swift/Files/Templates/Designs/Swift/swift_version.txt index 6ce99ef77..6af9b8977 100644 --- a/Swift/Files/Templates/Designs/Swift/swift_version.txt +++ b/Swift/Files/Templates/Designs/Swift/swift_version.txt @@ -1 +1 @@ -v1.26.2 +v1.26.3 diff --git a/package.json b/package.json index 22c603a79..1f9ee5d7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamicweb-swift", - "version": "1.26.2", + "version": "1.26.3", "description": "Dynamicweb Swift is a plug-and-play standard solution which allows you to create beautiful mobile-friendly websites", "private": true, "scripts": {