Skip to content

Commit

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

Related work items: #22144
  • Loading branch information
lisabachjensen committed Nov 20, 2024
2 parents c696b80 + eba6845 commit 83f19a1
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

# v1.26.7

## [v1.26.7] - 20-11-2024

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

# v1.26.6

## [v1.26.6] - 27-09-2024
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ This repository contains a `./Files` with design files, images, and other static
7. Log in and install a license

## Requirements
* **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**

* **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
26 changes: 26 additions & 0 deletions Releaselog/v1.26.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# v1.26.7

## [v1.26.7] - 20-11-2024

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

* Cart: Make links absolute to fix url path when removing products from mini cart off-canvas and cart summary
* Cart: OrderLineItem, UrlEncoding of product image path to fix broken images
* Checkout: Order Email and Order summary, UrlEncoding of product image path to fix broken images
* Checkout: Remove the inserted line breaks from comments field
* Checkout: Enable the possibility to use validation when no shipping method is selected
* Checkout: Always have the possibility to remove a voucher code
* Checkout: Checkout anonymous, Missing null check for checkout user page link when sign in
* Customer center: Create and manage users, Fix for website header redrawn double when inviting user
* General: Variant selector: Remove selected name, when deselecting
* General: Translate extranet "Incorrect username or password" error
* General: Preferences, Load preferences only once to fix language selector dropdown flicker
* General: Preferences, Fix for hide language icon and language name
* General: Add null check to custom header include to avoid exception
* Itemtypes: ProductListFacets, Remove forced ios+chrome reload page
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.6
v1.26.7
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.6",
"version": "1.26.7",
"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 83f19a1

Please sign in to comment.