Skip to content

6.1.5

Choose a tag to compare

@jenkins-oroinc-app jenkins-oroinc-app released this 18 Sep 18:00
9ccff0f

New Feature and Improvements

  • Disable Username/Password Login [BAP-23058]:
    Added ability to disable login to back-office with the username and password authentication. Such option allows to streamline single sign-on (SSO) configuration so authentication is fully handled by integrated identity provider (Google Workspace, Microsoft 365 or others).
  • Advanced search in the back-office API [BAP-23040]:
    Added searchQuery filter that allows to create advanced search requests via API and use granular conditions per entity indexed fields.
  • Subresource Integrity Check (SRI) [BAP-22926]:
    Added feature toggle that allows to enable Subresource Integrity (SRI) check for application JS and CSS assets in order to improve security of the application and ensure that the files delivered to the client browser are exactly what the developer intended.
  • Add a check to see if the decryption works in oro:check-requirements [BAP-22955]
  • Websocket client performance issue [BAP-23044]
  • AclHelper: ensure $owners can be json_serialized to an array [BAP-23112]
  • Store request data for included and primary entities for "customize_form_data" API processors [BAP-23119]
  • Allow to use upper case letters and hyphens for API resource names [BAP-23159]
  • Allow to make "meta" filter optional for new API types [BAP-23161]
  • Allow to use "fields" filter for API types that do not support inclusions [BAP-23162]
  • Allow to make "sort" filter optional for new API types [BAP-23163]
  • Handling of taggable entities when "tags" association does not exist in API [BAP-23165]
  • Add "total" for line items and kit items storefront API [BB-25288]
  • Update GrapesJS to latest version [BB-25752]
  • Re-enable autocomplete for Behat tests in new PhpStorm versions [BB-26011]
  • Add discount to Shopping List API when promotion for order total is applied (storefront) [BB-26020]

Fixed Issues

  • Cleanup of import expired results can lead to out of space [BAP-22947]
  • Dotdigital integration does not work after Enum architecture changes [BAP-23077]
  • Using 'choice' as name for a form does not work anymore [BAP-23117]
  • Unexpected error with 500 status code in API [BAP-23155]
  • Coupon code cannot be used with shipping promo set for seller org shipping method [BB-23471]
  • Finished checkout via API returns checkout steps view page on storefront [BB-25325]
  • Migration from 5.0.9 to 6.0.3 (and newer) recalculates existing order totals [BB-25507]
    Original order totals are preserved during migration to prevent changes from updated tax or discount rules. Migration scripts have been optimized for large order volumes.
  • Grid filters in dev and prod modes have different content [BB-25638]
  • Installed Stripe package changes behavior of refund and cancel actions globally [BB-25652]
  • Parent product link in shopping list is not cleared after removing product variant from its parent configurable product [BB-25802]
  • The product template doesn't apply to the product detail page [BB-25853]
  • Landing page drafts are not shown unless "Create a URL slug" option is enabled [BB-25865]
  • Incorrect icon view in error notifications [BB-25883]
  • Only one system attribute is shown in an attribute family if two system attributes have same labels [BB-25894]
  • autocomplete.php generation with empty methods [BB-25923]
  • Missing email address validation in guest checkout [BB-25942]
  • Missing category name in Web Catalog breadcrumb on product view page [BB-25946]
  • Incorrect z-index on pages with filters in impersonation mode [BB-25950]
  • Incorrect unit translation form in generated Invoice PDF and on the invoice view page in back-office [BB-25954]
  • Custom product unit lD with special characters breaks product creation form and product grid filtered by currency [BB-25990]
  • Wrong image is shown in upsell/crossell/related block on image preview [BB-26001]
  • Incorrect storefront download URLs for files containing dot and underscore [BB-26017]
  • Tree actions menu is hidden in Master/Web Catalogs [BB-26093]
  • Incorrect dropdown menu position when scrolling horizontally in related products slider [BB-26145]