Skip to content

Commit

Permalink
Merged PR 12885: #19142 - Version-bump
Browse files Browse the repository at this point in the history
#19142 - Version-bump

Related work items: #19142
  • Loading branch information
jentjohansen committed Apr 17, 2024
2 parents c384713 + abcf444 commit 8c95cd2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v1.26.2] - 17-04-2024

> [!NOTE]
> **Requirements**
> * **Swift v1.26.2 requires DynamicWeb v9.17.1 or newer, requires the newest Shipmondo.dll version 2.0.0**
> * **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)**
## Bugfixes

* Email: Template errors on emails on DW10 - due to removal of Newtonsoft.Json from Dynamicweb.Core
* Itemtypes: Add to cart, disable add to cart, if variant exist and variant options are not selected
* Itemtypes: Add to cart, change label from ' Disable add to cart ' to ' Disable add to cart hen no options selected '
* Itemtypes: Media gallery, show images in mobile view
* General: Get breakpoint radio buttons back on Master.xml missing on DW10
* General: Quote unify link redirect, when approving a quote
* General: Variant modal, quantity field is too small
* General: og:image fix file path so it is supported in DW10

## [v1.26.1] - 09-04-2024

> [!NOTE]
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ This repository contains a `./Files` with design files, images, and other static

## Requirements

* **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
* **Swift 1.22.0** requires **DynamicWeb version 9.15.9** or newer
* **Swift 1.21.0** requires **DynamicWeb version 9.15.5** or newer
* **Swift 1.20.0** requires **DynamicWeb version 9.15.4** or newer

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

Expand Down
19 changes: 19 additions & 0 deletions Releaselog/v1.26.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# v1.26.2

## [v1.26.2] - 17-04-2024

> [!NOTE]
> **Requirements**
> * **Swift v1.26.2 requires DynamicWeb v9.17.1 or newer, requires the newest Shipmondo.dll version 2.0.0**
> * **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)**
## Bugfixes

* Email: Template errors on emails on DW10 - due to removal of Newtonsoft.Json from Dynamicweb.Core
* Itemtypes: Add to cart, disable add to cart, if variant exist and variant options are not selected
* Itemtypes: Add to cart, change label from ' Disable add to cart ' to ' Disable add to cart hen no options selected '
* Itemtypes: Media gallery, show images in mobile view
* General: Get breakpoint radio buttons back on Master.xml missing on DW10
* General: Quote unify link redirect, when approving a quote
* General: Variant modal, quantity field is too small
* General: og:image fix file path so it is supported in DW10
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.1
v1.26.2
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.1",
"version": "1.26.2",
"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 8c95cd2

Please sign in to comment.