Skip to content

5.0.21

Compare
Choose a tag to compare
@felixgehrmann felixgehrmann released this 09 Feb 16:22
· 4951 commits to stable since this release
cfab575

v5.0.21 (2021-02-09) Overview of all changes

Added

  • We added aria labels for reasons of accessibility.
  • The email attachment widget was added to the ShopBuilder. The widget makes it possible to attach files to emails that are sent via the contact form.

Changed

  • Images displayed in the category description now have a maximum width.
  • <alt> and <title> attributes are no longer placed on <picture> elements. The <title> attribute is now placed on <img> elements.
  • The secret Google reCAPTCHA key has been removed from the global configuration object.
  • The icon for deleting addresses in the ShopBuilder has been changed from an X to a waste bin. We would like to thank @daniel-mannheimer for their contribution.
  • Buttons for saving the cookies selection have been added to the privacy settings widget.

Fixed

  • Selecting an address in the checkout could lead to an error. This has been fixed.
  • The company logo could overlap the button for the category navigation on mobile devices. This has been fixed.
  • On small displays it was possible that clicking the attribute selection of an item reset the scrolling position. This has been fixed.
  • Due to an error, users were redirected to the checkout with an empty shopping cart if they aborted the payment process of an external payment provider by clicking the back button in the browser. The user is now instead redirected to the order confirmation. The status of the order is set to "Not yet paid".

Changed templates