From 8d383e33e44c888e9f79186ee04e31862146d2ee Mon Sep 17 00:00:00 2001 From: Jennifer Johansen Date: Thu, 23 Jun 2022 13:31:23 +0200 Subject: [PATCH 1/2] #8149 - version bump --- CHANGELOG.md | 42 +++++++++++++++++++ README.md | 1 + Releaselog/v1.12.0.md | 41 ++++++++++++++++++ .../Templates/Designs/Swift/swift_version.txt | 2 +- package.json | 2 +- 5 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 Releaselog/v1.12.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d1fc33d..548572432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## [v1.12.0] - 23-06-2022 + +## Added +* Customer Center: RMA (Return merchandise Authorization) Possible to return your product. The RMA implementation is based on the old Customer Center app +* Digital Assets Portal: Possible to have an overview over downloadable assets, which is not product related such as: Logo, company and employee images. General documents about the company. +* Itemtype: On Row setting you can define how the responsive behaviour should be n mobile devices, stacked or side-by-side. It is also possible to choose which column should be presented first +* Itemtype: New Slider, which is an alternative to the old carousel. Using Swiffy slider +* Itemtype: Possible to hide Display group title ProductSpecification + +## Change +* Itemtype: Related product slider: implement Swiffy slider instead of TinySlider + +## Fixed +* Checkout: Remove the word 'checked' in address label +* Checkout: Remove empty value attribute, when signing up for newsletter +* Customer center: Unify order receipt in Cart and My orders +* Digital Assets Portal: Adds the minimum quantity for the product on the download cart +* Email: Missing double quotes in Swift_EmailMaster.cshtml +* Express buy: Info text is not rendered, whe loading page for the first time +* General: Fix broken layout on Cart steps, receipt and CC order detail +* General: Fix broken PIM queries, pointing to old repository Products instead of SwiftProducts +* General: Fix Google places street number issue +* General. Fix broken translation file +* General: Fix live integration stock level +* General: Fix typo in OrderDeatils, QuoteDetails and integration CC OrderDetails +* Integration Customer Center: Not possible to download PDF if specific shop is selected in Live integration +* Itemtype: Images are scaled wrong on mobile view for Related slider +* Itemtype: Hide on scroll setting affacts placement of edit row marking and icons +* Itemtype: Related product slider indicators invert colors is missing +* Itemtype: Styling fixes on quote and download button +* Itemtype: Component selector optimization, wrap the options in modal +* Itemtype: Related product slider, remove vertical scrollbar Swiffy slider overflow-y fix +* Itemtype: Repeater does not render grid +* Itemtype: Product component Quote quantity select is not rendered when enabled +* Itemtype: Removed force padding on the component repeater +* Itemtype: Image is squashed in component row, improve the default image width implementation +* Itemtype: Breadcrumb navigation error on Product Detail Pages, remove broken item id lookup +* Itemtype: Not possible to edit row templates in visual editor, null check +* Product list: Sort order changes from relevance to Name when clicking load more +* Product list: Improve how we handle group setting when a product is updated +* Product list: Improve no products found logic + ## [v1.11.0] - 30-05-2022 ## Bugfixes diff --git a/README.md b/README.md index 6cba1d487..313d2becc 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ This repository contains a `./Files` with design files, images, and other static ## Requirements +* **Swift 1.12.0** requires **Dynamicweb version 9.13.8** or newer * **Swift 1.11.0** requires **Dynamicweb version 9.13.6** or newer * **Swift 1.10.0** requires **Dynamicweb version 9.13.6** or newer * **Swift 1.9.0** requires **Dynamicweb version 9.13.4** or newer diff --git a/Releaselog/v1.12.0.md b/Releaselog/v1.12.0.md new file mode 100644 index 000000000..659d59430 --- /dev/null +++ b/Releaselog/v1.12.0.md @@ -0,0 +1,41 @@ +## [v1.12.0] - 23-06-2022 + +## Added +* Customer Center: RMA (Return merchandise Authorization) Possible to return your product. The RMA implementation is based on the old Customer Center app +* Digital Assets Portal: Possible to have an overview over downloadable assets, which is not product related such as: Logo, company and employee images. General documents about the company. +* Itemtype: On Row setting you can define how the responsive behaviour should be n mobile devices, stacked or side-by-side. It is also possible to choose which column should be presented first +* Itemtype: New Slider, which is an alternative to the old carousel. Using Swiffy slider +* Itemtype: Possible to hide Display group title ProductSpecification + +## Change +* Itemtype: Related product slider: implement Swiffy slider instead of TinySlider + +## Fixed +* Checkout: Remove the word 'checked' in address label +* Checkout: Remove empty value attribute, when signing up for newsletter +* Customer center: Unify order receipt in Cart and My orders +* Digital Assets Portal: Adds the minimum quantity for the product on the download cart +* Email: Missing double quotes in Swift_EmailMaster.cshtml +* Express buy: Info text is not rendered, whe loading page for the first time +* General: Fix broken layout on Cart steps, receipt and CC order detail +* General: Fix broken PIM queries, pointing to old repository Products instead of SwiftProducts +* General: Fix Google places street number issue +* General. Fix broken translation file +* General: Fix live integration stock level +* General: Fix typo in OrderDeatils, QuoteDetails and integration CC OrderDetails +* Integration Customer Center: Not possible to download PDF if specific shop is selected in Live integration +* Itemtype: Images are scaled wrong on mobile view for Related slider +* Itemtype: Hide on scroll setting affacts placement of edit row marking and icons +* Itemtype: Related product slider indicators invert colors is missing +* Itemtype: Styling fixes on quote and download button +* Itemtype: Component selector optimization, wrap the options in modal +* Itemtype: Related product slider, remove vertical scrollbar Swiffy slider overflow-y fix +* Itemtype: Repeater does not render grid +* Itemtype: Product component Quote quantity select is not rendered when enabled +* Itemtype: Removed force padding on the component repeater +* Itemtype: Image is squashed in component row, improve the default image width implementation +* Itemtype: Breadcrumb navigation error on Product Detail Pages, remove broken item id lookup +* Itemtype: Not possible to edit row templates in visual editor, null check +* Product list: Sort order changes from relevance to Name when clicking load more +* Product list: Improve how we handle group setting when a product is updated +* Product list: Improve no products found logic diff --git a/Swift/Files/Templates/Designs/Swift/swift_version.txt b/Swift/Files/Templates/Designs/Swift/swift_version.txt index cd74ac3b5..a5effa303 100644 --- a/Swift/Files/Templates/Designs/Swift/swift_version.txt +++ b/Swift/Files/Templates/Designs/Swift/swift_version.txt @@ -1 +1 @@ -v1.11.0 +v1.12.0 diff --git a/package.json b/package.json index d60aeb53c..eeff1212c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamicweb-swift", - "version": "1.11.0", + "version": "1.12.0", "description": "Dynamicweb Swift is a plug-and-play standard solution which allows you to create beautiful mobile-friendly websites", "private": true, "scripts": { From d0b292517fcbb7c7be98135760d7fa1061ee57b7 Mon Sep 17 00:00:00 2001 From: Jennifer Johansen Date: Thu, 23 Jun 2022 13:49:23 +0200 Subject: [PATCH 2/2] Typo --- CHANGELOG.md | 2 +- Releaselog/v1.12.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 548572432..7fb270139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * Itemtype: New Slider, which is an alternative to the old carousel. Using Swiffy slider * Itemtype: Possible to hide Display group title ProductSpecification -## Change +## Changed * Itemtype: Related product slider: implement Swiffy slider instead of TinySlider ## Fixed diff --git a/Releaselog/v1.12.0.md b/Releaselog/v1.12.0.md index 659d59430..e24ff2a81 100644 --- a/Releaselog/v1.12.0.md +++ b/Releaselog/v1.12.0.md @@ -7,7 +7,7 @@ * Itemtype: New Slider, which is an alternative to the old carousel. Using Swiffy slider * Itemtype: Possible to hide Display group title ProductSpecification -## Change +## Changed * Itemtype: Related product slider: implement Swiffy slider instead of TinySlider ## Fixed