Skip to content

Commit 2e7855c

Browse files
Merged PR 16283: #22885 - version bump
#22885 - version bump Related work items: #22885
2 parents a0590d8 + 944104d commit 2e7855c

5 files changed

Lines changed: 47 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
# v1.26.8
4+
5+
## [v1.26.8] - 22-01-2025
6+
7+
> [!NOTE]
8+
> **Requirements**
9+
> * **Swift v1.26.8 requires DynamicWeb v9.18.2 or newer, requires the Shipmondo.dll version 2.0.0 or newer**
10+
> * **Swift v1.26.8 can also run on DynamicWeb v10.9.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+
* Checkout: AddressUser, Set "same as billing address" as default selected delivery address when user has no other addresses
14+
* Customer center: Order list - Download assets button, Set the Repository and Query for product assets download link
15+
* General: Digital Assets Portal, Render PDF icon to fix broken thumbnails for PDF files on DynamicWeb10
16+
* General: Digital Assets Portal, Fix for "Enter" key breaking the layout on Assets search
17+
* Itemtypes: Media Gallery, Use getimage for image links
18+
* Itemtypes: Slider, Fix theme inheritance issue
19+
* Itemtypes: Related product list, Load field display groups after prices to fix fields not showing on initial load using Live integration
20+
* Itemtypes: Article List, Remove usage of inline js method to fix issue when having multiple Article lists sliders on the same page
21+
* Itemtypes: Mega menu, Css fallback for megamenu dropdown toggle area
22+
323
# v1.26.7
424

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

README.md

Lines changed: 4 additions & 2 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.8** requires **DynamicWeb version 9.18.2** and **Shipmondo dll v2.0.0** or newer, it can also run on **DynamicWeb v10.9.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.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**
4143

4244
* **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**
@@ -73,8 +75,8 @@ After following these guides you will have a freshly installed DynamicWeb soluti
7375

7476
| Download | |
7577
| ------ | ------ |
76-
| Database | [Swift Demo database](https://doc.dynamicweb.com/downloads/swift#sideNavTitle1-1 "Download Swift database")|
77-
| Database | [Swift Empty database](https://doc.dynamicweb.com/downloads/swift#sideNavTitle1-1 "Download Swift Empty database, with No Ecom data")|
78+
| Database | [Swift Demo database](https://doc.dynamicweb.com/downloads/swift#sideNavTitle1-3 "Download Swift database")|
79+
| Database | [Swift Empty database](https://doc.dynamicweb.com/downloads/swift#sideNavTitle1-4 "Download Swift Empty database, with No Ecom data")|
7880
| Image folder | [Swift Product Image](https://doc.dynamicweb.com/Files/Files/Releases/Swift/Swift-v1.26.0/Swift_20240305_DemoProductImages.zip "Download Swift Product Image folder") |
7981

8082

Releaselog/v1.26.8.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# v1.26.8
2+
3+
## [v1.26.8] - 22-01-2025
4+
5+
> [!NOTE]
6+
> **Requirements**
7+
>
8+
> * **Swift v1.26.8 requires DynamicWeb v9.18.2 or newer, requires the Shipmondo.dll version 2.0.0 or newer**
9+
> * **Swift v1.26.8 can also run on DynamicWeb v10.9.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+
* Checkout: AddressUser, Set "same as billing address" as default selected delivery address when user has no other addresses
14+
* Customer center: Order list - Download assets button, Set the Repository and Query for product assets download link
15+
* General: Digital Assets Portal, Render PDF icon to fix broken thumbnails for PDF files on DynamicWeb10
16+
* General: Digital Assets Portal, Fix for "Enter" key breaking the layout on Assets search
17+
* Itemtypes: Media Gallery, Use getimage for image links
18+
* Itemtypes: Slider, Fix theme inheritance issue
19+
* Itemtypes: Related product list, Load field display groups after prices to fix fields not showing on initial load using Live integration
20+
* Itemtypes: Article List, Remove usage of inline js method to fix issue when having multiple Article lists sliders on the same page
21+
* Itemtypes: Mega menu, Css fallback for megamenu dropdown toggle area
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.26.7
1+
v1.26.8

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