Skip to content

6.1.4

Latest
Compare
Choose a tag to compare
@mbessolov mbessolov released this 21 Jul 16:52
· 436 commits to master since this release

New Feature and Improvements

  • Project Name in Quotes and RFQs [BB-25203]:
    Added a "Project Name" field to Quotes and RFQs, editable during RFQ creation on the storefront and in the back-office for Quotes. When enabled for both, the Project Name is automatically copied from the RFQ to the Quote.
  • Customer-Facing Quote and Order Attachments [BB-25201]:
    File and Multi-File fields can now be added to Quotes and Orders, making attachments visible and downloadable on the storefront. These fields are also supported in the back-office API to enable integration with external systems. The new "Documents" multi-file field has been added to Quote and Order entities.
  • Add support of native PHP enums to API [BAP-23099]
  • Add strict comparison for array attributes in API functional tests [BAP-23093]
  • Make OAuth 2 login forms functionality the same as common login forms [BAP-23064]
  • Add support of multi-file and multi-image relations to the API [BAP-22433]

Fixed Issues

  • Error deleting selected shopping list line items when filters are applied [BB-25819]
  • 404 page shown when customer signs in after password reset by administrator [BB-25799]
  • Product search index is not updated with new images after running product:image:resize-all [BB-25765]
  • "Non-Authenticated Visitors" customer user role can be configured to allow guest users access to quotes and RFQs of others [BB-25763]:
    Due to insufficient permission checks, RFQs/Quotes and RFQ/Quote line items of other users could be accessed by unauthorized storefront users in certain configurations of the "Non-Authenticated Visitors" customer user role.
  • WebCatalog nodes are not displayed in main menu on 404 pages for media cache [BB-25762]
  • Shipping methods with lower priority than FedEx are not shown on checkout when unit of weight conversion is applied [BB-25748]
  • Storefront menu links are generated without website path if it is similar to beginning of web catalog node slug [BB-25470]
  • Broken layout on Checkout in Summary section after zooming in [BB-25137]
  • Product Single Unit Mode is broken [BB-24669]
  • "Promotions" setting in system configuration cannot be re-enabled after being disabled [BB-24640]
  • Product import sets product owner to business unit from user's org instead of business unit in current organization [BB-17836]
  • API forms fail after update to Symfony 6.4.23 [BAP-23096]
  • No description for "attachments" association for API subresources [BAP-23091]
  • Unable to rebuild cache after upgrading application to 6.1 having custom entity with Select entity field [BAP-23087]
  • Escaped HTML tags are visible in renderCollapsibleHtmlProperty blocks [BAP-22792]