diff --git a/CHANGELOG.md b/CHANGELOG.md index 82bd20137..9d07272f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/README.md b/README.md index 6e7c7c832..659e99889 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/Releaselog/v1.26.2.md b/Releaselog/v1.26.2.md new file mode 100644 index 000000000..54d1b9b5a --- /dev/null +++ b/Releaselog/v1.26.2.md @@ -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 \ 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 71fa1b8dd..6ce99ef77 100644 --- a/Swift/Files/Templates/Designs/Swift/swift_version.txt +++ b/Swift/Files/Templates/Designs/Swift/swift_version.txt @@ -1 +1 @@ -v1.26.1 +v1.26.2 diff --git a/package.json b/package.json index 28f8b4373..22c603a79 100644 --- a/package.json +++ b/package.json @@ -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": {