Skip to content

Release Notes

Choose a tag to compare

@rgrebenchuk rgrebenchuk released this 28 May 14:37
· 541 commits to master since this release

List of new features and improvements

Platform and OroCRM:

  • Add Webhook support. Introduced comprehensive bi-directional webhook support, allowing external systems to securely receive Oro application event notifications while enabling developers to seamlessly process inbound third-party data through a unified, high-performance endpoint. [BAP-23274]
  • Customer User Email Address Change Verification. Enhanced account security with a new email change confirmation workflow that requires users to authorize profile email updates via their current address before they take effect, protecting accounts from unauthorized hijacking. [BAP-23050]

List of fixed issues

Platform and OroCRM:

  • Missing logger injection in FrontendOwnerTreeProvider causes fatal error instead of logging exceptions. [BAP-23346]
  • User's password is checked on every API call. [BAP-23338]
  • Error when sorting the users grid by username on "Create User Role" back-office page. [BAP-22967]
  • Title of calendar event edit dialog window is rendered incorrectly. [BAP-22814]
  • Fixed future Twig operator precedence deprecations. [BB-24971]