Skip to content

5.0.42

Compare
Choose a tag to compare
@stentrop stentrop released this 16 Nov 09:22
· 2913 commits to stable since this release
da39d6e

v5.0.42 (2021-11-15) Overview of all changes

ToDo

  • Themes and customised CSS have to be checked for obsolete <span> elements. We either removed or replaced all <span> elements that contained block level elements in order to prevent invalid HTML. Please check whether your selectors use the affected <span> elements and, if necessary, adjust your selectors. You can find the affected files in the section Changed templates below.

Changed

  • The validity of the date of birth is now checked whenever the address is updated, even if the date of birth input field is not visible.
  • The ShopBuilder presets for Checkout and My account now use Inline Text widgets instead of Text widgets.
  • The option Item ID has been added for the SEO setting for stock keeping units.

Fixed

  • The setting Show when hovering over shopping cart icon in the hearder for the shopping cart preview no longer worked as intended. This has been fixed.
  • Opening and closing the mobile navigation is now carried out in one central place, which prevents varying states of the CSS classes that are applied to the displayed navigation.
  • When server-side rendering was active, parts of the Javascript bundle were loaded without the build hash, which could lead to obsolete content being loaded from the browser cache. This has been fixed.
  • Saving the plentyShop assistant no longer invalidates the entire ShopBooster cache. Settings which only affect values of the plugin configuration (preview mode) now only invalidate those pages affected by the setting.
  • After creating a return, users are no longer redirected to the homepage; instead, they are redirected to the My account area or the order confirmation page, depending on their login state.
  • The missing translation for the currency Netherlands Antillean guilder and the corresponding setting ind the plugin configuration have been added.
  • Invalid items were not removed from the shopping cart when a user changed the country of delivery. This has been fixed.
  • <span> elements must not contain block level elements. The affected <span> elements have either been removed or replaced with <div> elements in order to prevent invalid HTML. We'd like to thank user @MaxBentz for their contribution.

Changed templates