Skip to content

v3.3.0

Compare
Choose a tag to compare
@kieckhafer kieckhafer released this 06 Mar 17:35
· 4279 commits to trunk since this release
d96e1bd

v3.3.0

Reaction v3.3.0 adds minor features and performance enhancements, and contains no breaking changes since v3.2.0.

Notable changes

Roles and Permissions code has finished moving out of the API

Remaining role and permissions related code has been moved of the API and into the simple-authorization plugin, which makes it easier to swap this plugin for a custom authorization service.

Features

  • feat: various updates for product editor (#6141)

Refactor

  • refactor: allow all users with token to view order (#6092)
  • refactor: move roles and group.permissions code from account plugin to simple-auth plugin (#6111)
  • refactor: add translation strings for settings form (#6097)