Skip to content

Commit

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

Related work items: #21098
  • Loading branch information
lisabachjensen committed Sep 27, 2024
2 parents d90a0be + ea85cf3 commit 3d93edc
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

# v1.26.6

## [v1.26.6] - 27-09-2024

> [!NOTE]
> **Requirements**
> * **Swift v1.26.6 requires DynamicWeb v9.17.10 or newer, requires the Shipmondo.dll version 2.0.0 or newer**
> * **Swift v1.26.6 can also run on DynamicWeb v10.7.0 or newer, if Shipmondo is used, it requires Shipmondo.dll version 10.0.5 (which needs to be installed) or newer**
## Bugfixes
* Customer center: My orders, Order details product name is not rendered
* General: Make Variant link to go to root. Fix broken url when enabling " Do not add base href to heade "
* General: Fix gtag product price and discount
* General: ProductPrice, Format price alternative on the GTM event
* General: Accessing a product detail page with a productid where the productid does not exist, the swift page template goes into exception. Add null check
* General: gobalsettings, CommandTimeout in wrong XPath in GlobalSettings
* Itemtypes: ProductDefaultImag. Add itemprop on product images
* Itemtypes: Formfield, Query is not correctly interpreted with multiple values. Fix FacetType == " List ", checking

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

> [!NOTE]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This repository contains a `./Files` with design files, images, and other static
7. Log in and install a license

## Requirements
* **Swift v1.26.6** requires **DynamicWeb version 9.17.10** and **Shipmondo dll v2.0.0** or newer, it can also run on **DynamicWeb v10.7.0** or newer, if Shipmondo is used, it requires **Shipmondo.dll version 10.0.5 (which needs to be installed) or newer**

* **Swift v1.26.5** requires **DynamicWeb version 9.17.10** and **Shipmondo dll v2.0.0** or newer, it can also run on **DynamicWeb v10.7.0** or newer, if Shipmondo is used, it requires **Shipmondo.dll version 10.0.5 (which needs to be installed) or newer**

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

## [v1.26.6] - 27-09-2024

> [!NOTE]
> **Requirements**
> * **Swift v1.26.6 requires DynamicWeb v9.17.10 or newer, requires the Shipmondo.dll version 2.0.0 or newer**
> * **Swift v1.26.6 can also run on DynamicWeb v10.7.0 or newer, if Shipmondo is used, it requires Shipmondo.dll version 10.0.5 (which needs to be installed) or newer**
## Bugfixes
* Customer center: My orders, Order details product name is not rendered
* General: Make Variant link to go to root. Fix broken url when enabling " Do not add base href to heade "
* General: Fix gtag product price and discount
* General: ProductPrice, Format price alternative on the GTM event
* General: Accessing a product detail page with a productid where the productid does not exist, the swift page template goes into exception. Add null check
* General: gobalsettings, CommandTimeout in wrong XPath in GlobalSettings
* Itemtypes: ProductDefaultImag. Add itemprop on product images
* Itemtypes: Formfield, Query is not correctly interpreted with multiple values. Fix FacetType == " List ", checking
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.5
v1.26.6
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.5",
"version": "1.26.6",
"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 3d93edc

Please sign in to comment.