Skip to content

Commit 8c95cd2

Browse files
committed
Merged PR 12885: #19142 - Version-bump
#19142 - Version-bump Related work items: #19142
2 parents c384713 + abcf444 commit 8c95cd2

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v1.26.2] - 17-04-2024
4+
5+
> [!NOTE]
6+
> **Requirements**
7+
> * **Swift v1.26.2 requires DynamicWeb v9.17.1 or newer, requires the newest Shipmondo.dll version 2.0.0**
8+
> * **Swift v1.26.2 can also run on DynamicWeb v10.1.0 or newer, requires the newest Shipmondo.dll version 10.0.5 (which needs to be installed)**
9+
10+
## Bugfixes
11+
12+
* Email: Template errors on emails on DW10 - due to removal of Newtonsoft.Json from Dynamicweb.Core
13+
* Itemtypes: Add to cart, disable add to cart, if variant exist and variant options are not selected
14+
* Itemtypes: Add to cart, change label from ' Disable add to cart ' to ' Disable add to cart hen no options selected '
15+
* Itemtypes: Media gallery, show images in mobile view
16+
* General: Get breakpoint radio buttons back on Master.xml missing on DW10
17+
* General: Quote unify link redirect, when approving a quote
18+
* General: Variant modal, quantity field is too small
19+
* General: og:image fix file path so it is supported in DW10
20+
321
## [v1.26.1] - 09-04-2024
422

523
> [!NOTE]

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,13 @@ This repository contains a `./Files` with design files, images, and other static
3838

3939
## Requirements
4040

41+
* **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)**
4142
* **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)**
4243
* **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)**
4344
* **Swift 1.25.1** requires **DynamicWeb version 9.16.6** or newer, it can also run on DynamicWeb version 10.0.27
4445
* **Swift 1.25.0** requires **DynamicWeb version 9.16.5** or newer, it can also run on DynamicWeb version 10.0.25
4546
* **Swift 1.24.0** requires **DynamicWeb version 9.16.2** or newer, it can also run on DynamicWeb version 10.0.21
4647
* **Swift 1.23.0** requires **DynamicWeb version 9.15.13** or newer
47-
* **Swift 1.22.0** requires **DynamicWeb version 9.15.9** or newer
48-
* **Swift 1.21.0** requires **DynamicWeb version 9.15.5** or newer
49-
* **Swift 1.20.0** requires **DynamicWeb version 9.15.4** or newer
5048

5149
See requirements for older Swift versions [here](https://doc.dynamicweb.com/downloads/swift#sideNavTitle1-1)
5250

Releaselog/v1.26.2.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# v1.26.2
2+
3+
## [v1.26.2] - 17-04-2024
4+
5+
> [!NOTE]
6+
> **Requirements**
7+
> * **Swift v1.26.2 requires DynamicWeb v9.17.1 or newer, requires the newest Shipmondo.dll version 2.0.0**
8+
> * **Swift v1.26.2 can also run on DynamicWeb v10.1.0 or newer, requires the newest Shipmondo.dll version 10.0.5 (which needs to be installed)**
9+
10+
## Bugfixes
11+
12+
* Email: Template errors on emails on DW10 - due to removal of Newtonsoft.Json from Dynamicweb.Core
13+
* Itemtypes: Add to cart, disable add to cart, if variant exist and variant options are not selected
14+
* Itemtypes: Add to cart, change label from ' Disable add to cart ' to ' Disable add to cart hen no options selected '
15+
* Itemtypes: Media gallery, show images in mobile view
16+
* General: Get breakpoint radio buttons back on Master.xml missing on DW10
17+
* General: Quote unify link redirect, when approving a quote
18+
* General: Variant modal, quantity field is too small
19+
* General: og:image fix file path so it is supported in DW10
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.26.1
1+
v1.26.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamicweb-swift",
3-
"version": "1.26.1",
3+
"version": "1.26.2",
44
"description": "Dynamicweb Swift is a plug-and-play standard solution which allows you to create beautiful mobile-friendly websites",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)