Skip to content

Commit ce18907

Browse files
committed
Merged PR 14527: #21004-version-bump
#21004-version-bump Related work items: #21004
2 parents f9f3419 + e52e393 commit ce18907

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

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.5] - 04-09-2024
4+
5+
> [!NOTE]
6+
> **Requirements**
7+
> * **Swift v1.26.5 requires DynamicWeb v9.17.10 or newer, requires the Shipmondo.dll version 2.0.0 or newer**
8+
> * **Swift v1.26.5 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**
9+
10+
## Bugfixes
11+
* Checkout: OrderDeliveryDate, Checkout date range is not respected in calendar. Flatpickr date format respected
12+
* General: Terms and conditions link in checkout not working when "Do not add base href" is enabled
13+
* General: Adding .vscode folder to .gitignore
14+
* General: Dropdown trigger only on click (Mouseover for megamenu)
15+
* Itemtypes: Favorites, Add variant to favorite list
16+
* Itemtypes: Emailicons, remove extra slash in path
17+
* Itemtypes: OffCavasNavigation_DW10, NavItems, Fix the Offcanvas cursor pointer on back arrow
18+
* Cart: cart.js, The event updated.swift.cart are missing the parentEvent
19+
* Itemtypes: ProductDetailsGallery, ProductDetailsImage. Media aspect ratio defaults
20+
* Cutomer center: My orders, AddressDisplayFormatted, fix Order details "Value cannot be null" for regex
21+
* Itemtypes: ProductDetailsGallery, set correct slide number for mobile view
22+
323
## [v1.26.4] - 09-07-2024
424

525
> [!NOTE]

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Swift allows you to create beautiful mobile-friendly websites. Swift gives It is **fast and easy to build ecommerce sites** on Dynamicweb for both **B2C** and **B2B**. Using configuration and almost no coding.
55

6-
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/dynamicweb/Swift?color=orange&label=Swift%20Release) [![GitHub DW](https://img.shields.io/badge/DynamicWeb9%20Release-v9.17.4-blue)](https://doc.dynamicweb.com/downloads/releases) [![GitHub DW10](https://img.shields.io/badge/DynamicWeb10%20Release-v10.4.0-darkblue)](https://doc.dynamicweb.dev/) [![GitHub Bootstrap](https://img.shields.io/badge/Bootstrap-v5.1.3-green)](https://getbootstrap.com/) [![GitHub DW](https://img.shields.io/badge/Swift-documentation-purple)](https://doc.dynamicweb.com/swift/setup-project)
6+
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/dynamicweb/Swift?color=orange&label=Swift%20Release) [![GitHub DW](https://img.shields.io/badge/DynamicWeb9%20Release-v9.17.10-blue)](https://doc.dynamicweb.com/downloads/releases) [![GitHub DW10](https://img.shields.io/badge/DynamicWeb10%20Release-v10.7.0-darkblue)](https://doc.dynamicweb.dev/) [![GitHub Bootstrap](https://img.shields.io/badge/Bootstrap-v5.1.3-green)](https://getbootstrap.com/) [![GitHub DW](https://img.shields.io/badge/Swift-documentation-purple)](https://doc.dynamicweb.com/swift/setup-project)
77

88
[Key features](#key-features)[Installation](#installation)[Requirements](#requirements)[Hosting & Install DW](#hosting-environment-and-dynamicweb-install)[Database](#swift-database-and-product-images)[License](#log-in-and-install-a-license)
99

@@ -38,6 +38,8 @@ This repository contains a `./Files` with design files, images, and other static
3838

3939
## Requirements
4040

41+
* **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**
42+
4143
* **Swift v1.26.4** requires **DynamicWeb version 9.17.4** and **Shipmondo dll v2.0.0** or newer, it can also run on **DynamicWeb v10.4.0** or newer, if Shipmondo is used, it requires **Shipmondo.dll version 10.0.5 (which needs to be installed) or newer**
4244

4345
* **Swift 1.26.3** requires **DynamicWeb version 9.17.4** and **Shipmondo dll v2.0.0** or newer, it can also run on **DynamicWeb version 10.4.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.5.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# v1.26.5
2+
3+
## [v1.26.5] - 04-09-2024
4+
5+
> [!NOTE]
6+
> **Requirements**
7+
> * **Swift v1.26.5 requires DynamicWeb v9.17.10 or newer, requires the Shipmondo.dll version 2.0.0 or newer**
8+
> * **Swift v1.26.5 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**
9+
10+
## Bugfixes
11+
* Checkout: OrderDeliveryDate, Checkout date range is not respected in calendar. Flatpickr date format respected
12+
* General: Terms and conditions link in checkout not working when "Do not add base href" is enabled
13+
* General: Adding .vscode folder to .gitignore
14+
* General: Dropdown trigger only on click (Mouseover for megamenu)
15+
* Itemtypes: Favorites, Add variant to favorite list
16+
* Itemtypes: Emailicons, remove extra slash in path
17+
* Itemtypes: OffCavasNavigation_DW10, NavItems, Fix the Offcanvas cursor pointer on back arrow
18+
* Cart: cart.js, The event updated.swift.cart are missing the parentEvent
19+
* Itemtypes: ProductDetailsGallery, ProductDetailsImage. Media aspect ratio defaults
20+
* Cutomer center: My orders, AddressDisplayFormatted, fix Order details "Value cannot be null" for regex
21+
* Itemtypes: ProductDetailsGallery, set correct slide number for mobile view
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.26.4
1+
v1.26.5

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