Skip to content

Commit

Permalink
Merged PR 13282: #19554-version-bump
Browse files Browse the repository at this point in the history
#19554-version-bump

Related work items: #19554
  • Loading branch information
jentjohansen authored and misterwinther committed May 14, 2024
2 parents 1f1d8b3 + 8687e24 commit e079272
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
22 changes: 22 additions & 0 deletions Releaselog/v1.26.3.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Swift/Files/Templates/Designs/Swift/swift_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.26.2
v1.26.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e079272

Please sign in to comment.