Skip to content

Commit 83f19a1

Browse files
Merged PR 15642: #22144 - version bump
#22144 - version bump Related work items: #22144
2 parents c696b80 + eba6845 commit 83f19a1

File tree

5 files changed

+55
-2
lines changed

5 files changed

+55
-2
lines changed

CHANGELOG.md

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

3+
# v1.26.7
4+
5+
## [v1.26.7] - 20-11-2024
6+
7+
> [!NOTE]
8+
> **Requirements**
9+
> * **Swift v1.26.7 requires DynamicWeb v9.17.10 or newer, requires the Shipmondo.dll version 2.0.0 or newer**
10+
> * **Swift v1.26.7 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**
11+
12+
## Bugfixes
13+
* Cart: Make links absolute to fix url path when removing products from mini cart off-canvas and cart summary
14+
* Cart: OrderLineItem, UrlEncoding of product image path to fix broken images
15+
* Checkout: Order Email and Order summary, UrlEncoding of product image path to fix broken images
16+
* Checkout: Remove the inserted line breaks from comments field
17+
* Checkout: Enable the possibility to use validation when no shipping method is selected
18+
* Checkout: Always have the possibility to remove a voucher code
19+
* Checkout: Checkout anonymous, Missing null check for checkout user page link when sign in
20+
* Customer center: Create and manage users, Fix for website header redrawn double when inviting user
21+
* General: Variant selector: Remove selected name, when deselecting
22+
* General: Translate extranet "Incorrect username or password" error
23+
* General: Preferences, Load preferences only once to fix language selector dropdown flicker
24+
* General: Preferences, Fix for hide language icon and language name
25+
* General: Add null check to custom header include to avoid exception
26+
* Itemtypes: ProductListFacets, Remove forced ios+chrome reload page
27+
328
# v1.26.6
429

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ This repository contains a `./Files` with design files, images, and other static
3737
7. Log in and install a license
3838

3939
## Requirements
40+
* **Swift v1.26.7** 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**
41+
4042
* **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**
4143

4244
* **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**

Releaselog/v1.26.7.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# v1.26.7
2+
3+
## [v1.26.7] - 20-11-2024
4+
5+
> [!NOTE]
6+
> **Requirements**
7+
>
8+
> * **Swift v1.26.7 requires DynamicWeb v9.17.10 or newer, requires the Shipmondo.dll version 2.0.0 or newer**
9+
> * **Swift v1.26.7 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**
10+
11+
## Bugfixes
12+
13+
* Cart: Make links absolute to fix url path when removing products from mini cart off-canvas and cart summary
14+
* Cart: OrderLineItem, UrlEncoding of product image path to fix broken images
15+
* Checkout: Order Email and Order summary, UrlEncoding of product image path to fix broken images
16+
* Checkout: Remove the inserted line breaks from comments field
17+
* Checkout: Enable the possibility to use validation when no shipping method is selected
18+
* Checkout: Always have the possibility to remove a voucher code
19+
* Checkout: Checkout anonymous, Missing null check for checkout user page link when sign in
20+
* Customer center: Create and manage users, Fix for website header redrawn double when inviting user
21+
* General: Variant selector: Remove selected name, when deselecting
22+
* General: Translate extranet "Incorrect username or password" error
23+
* General: Preferences, Load preferences only once to fix language selector dropdown flicker
24+
* General: Preferences, Fix for hide language icon and language name
25+
* General: Add null check to custom header include to avoid exception
26+
* Itemtypes: ProductListFacets, Remove forced ios+chrome reload page
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.26.6
1+
v1.26.7

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.6",
3+
"version": "1.26.7",
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)