Skip to content

Commit

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

Related work items: #8149
  • Loading branch information
jentjohansen committed Jun 23, 2022
2 parents 9dc065d + d0b2925 commit 95a129c
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 2 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

## Changed
* 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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
41 changes: 41 additions & 0 deletions Releaselog/v1.12.0.md
Original file line number Diff line number Diff line change
@@ -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

## Changed
* 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
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.11.0
v1.12.0
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.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": {
Expand Down

0 comments on commit 95a129c

Please sign in to comment.