Skip to content

Latest commit

 

History

History
74 lines (62 loc) · 4.34 KB

CHANGELOG.md

File metadata and controls

74 lines (62 loc) · 4.34 KB

3.1.0-rc

Changed

CustomerBundle

  • Changes in /admin/api/customer_user_addresses REST API resource:
    • the resource name was changed to /admin/api/customeruseraddresses
    • the attribute created was renamed to createdAt
    • the attribute updated was renamed to updatedAt
    • the relationship frontendOwner was renamed to customerUser
  • The name for /admin/api/customer_users REST API resource was changed to /admin/api/customerusers.
  • The name for /admin/api/customer_user_roles REST API resource was changed to /admin/api/customeruserroles.
  • The name for /admin/api/customer_groups REST API resource was changed to /admin/api/customergroups.
  • The name for /admin/api/customer_rating REST API resource was changed to /admin/api/customerratings.

3.1.0-beta (2018-09-27)

Show detailed list of changes

Added

CustomerBundle

  • A new email template customer_user_welcome_email_registered_by_admin was added. It is sent when the administrator or a customer user manager creates a new customer user with the "Send Welcome Email" option selected or when the administrator confirms a customer user from the management console.

Changed

CustomerBundle

  • Removed the oro_customer.send_password_in_welcome_email config option to prevent issues with security when a plain password is sent by email.
  • There is no password provided while rendering the customer_user_welcome_email email template. Please update your customization of this email template. It is recommended to use a reset password link in the email template instead of a plain password.

3.0.0 (2018-07-27)

Show detailed list of changes

Changed

CustomerBundle

  • The CustomerGroup::customers relation was removed as well as other related logic.

3.0.0-rc (2018-05-31)

Show detailed list of changes

3.0.0-beta (2018-03-30)

Show detailed list of changes

2.6.0 (2018-01-31)

Changed

FrontendBundle

  • Added frontend option for datagrids. This option should be set to true for all datagrids are used in the store frontend. For details see Frontend Datagrids

2.5.0 (2017-11-30)

Show detailed list of changes

Added

ACL

  • In case when Customer Portal is installed together with CRM, the Account Manager role has full permissions for Account and Contact entities. The permissions for the Account Manager is not changed if Customer Portal is added to already installed CRM.

2.4.0 (2017-09-29)

Show detailed list of changes

Changed

FrontendBundle

  • some inline underscore templates were moved to separate .html file for each template.

Removed

CustomerBundle

  • removed interface ConstraintByValidationGroups[?].
  • removed constraint class OrderAddress[?].
  • removed constraint validator OrderAddressValidator[?].

2.3.0 (2017-07-28)

Show detailed list of changes

Changed

CustomerBundle

  • the DI container parameter oro_customer.entity.owners was changed
    • the option local_level was renamed to business_unit
    • the option basic_level was renamed to user

Removed

CustomerBundle

  • class RecordOwnerDataListener[?]
    • constant OWNER_TYPE_ACCOUNT was removed, use OWNER_TYPE_CUSTOMER instead

2.2.0 (2017-05-31)

Show detailed list of changes