Skip to content

Release v6.5.0.0-rc1

Compare
Choose a tag to compare
@pweyck pweyck released this 20 Feb 14:33
· 6198 commits to trunk since this release

See the UPGRADE.md for all important technical changes.

https://github.com/shopware/platform/blob/6.5.0.0/UPGRADE-6.5.md

  • NEXT-9662 - Added new rule conditions for city and state of shipping/billing address
  • NEXT-12887 - Removed cart name from the database and code base
  • NEXT-13597 - Email notification on submit of product reviews
  • NEXT-14431 - Potentially harmful code will be sanitised and removed from the editor automatically.
  • NEXT-15172 - Sanitize HTML input from administration server-side
  • NEXT-15629 - Filters in the rule builder got visually revised
  • NEXT-16271 - Refactor of the sw-simple-search-field component to a "transparent input wrapper" behavior, with the omission of the @search-term-change event and the delay property.
  • NEXT-16661 - Improved the filters on the order list page in the administration
  • NEXT-16671 - The view of the order page in the administration has been revised. It the elements were divided into tabs.
  • NEXT-17052 - Deprecated "line items in cart" rule. Use the "line items" rule instead.
  • NEXT-17414 - Improved rule and rule condition selection behavior. Non-logical use of rules is now prevented.
  • NEXT-18114 - The font in the administration was changed to the Inter font
  • NEXT-18207 - Added a condition that checks whether or not the customer account is activated or not.
  • NEXT-19692 - Improved rule and rule condition selection behavior. Non-logical use of rules is now prevented.
  • NEXT-19742 - Added modal for unsaved changes in the rule builder
  • NEXT-20067 - The administration performance was drastically improved because of asynchronous loading of components.
  • NEXT-20191 - Prevent duplicate DOM ids with multiple paginations (SkaveRat)
  • NEXT-20690 - The cart won't be calculated if it's empty, thus reducing the load on the system.
  • NEXT-21089 - Rework concept delay actions: Re-evaluate and get the latest version for Flow Builder to execute the delay actions
  • NEXT-21197 - Shopware 6.5 needs at least PHP version 8.1.
  • NEXT-21296 - Added the CustomerCreatedByAdmin rule
  • NEXT-21954 - Load icon for actions from app and plugin
  • NEXT-22257 - The Firstname and lastname for the customer as a newsletter recipient changes when the personal account is changed.
  • NEXT-23059 - In the order detail on change address modal, the company field shouldn’t be seen as a required field if the customer is private.
  • NEXT-23245 - Deprecated MailerTransportFactory class. It will be removed since v6.5.0.0 Added new MailerTransportLoader class to load the mailer which is configured in the admin panel The original factory from Symfony will be called if no mailer is configured in the admin panel
  • NEXT-23929 - Added help-text for minHeight field of image slider elements in administration (NinjaArmy)
  • NEXT-23945 - The global <script> block was moved from body to header.
  • NEXT-23949 - The Icon Cache for the storefront will be active by default
  • NEXT-24324 - Merged login logic from LoginRoute and AccountService - Reworked Optin error messages and logicfor SW 6.6.0.0 (aragon999)
  • NEXT-24351 - Changed error description and return value when framework:demodata command was not run in prod environment (Lucas-Schmukas)
  • NEXT-24530 - Added a cleanup task for the webhook_event_log database table.
  • NEXT-24671 - Performance improvement when changing the order status, if there are many orders in the system. (JoshuaBehrens)