Skip to content

3.4.0

Compare
Choose a tag to compare
@rootpd rootpd released this 20 Sep 13:00
· 11 commits to master since this release
  • BREAKING: Changed ViewObjects\Address to include id, type and country view object instead of country_id. remp/crm#3183
  • BREAKING: From now AddressChangeRequestsRepository::acceptRequest() will throw an exception if the request is already rejected. remp/crm#3266
  • DEPRECATED: Deprecated AddressChangeRequestsRepository::STATUS_* constants. Use AddressChangeRequest\StatusEnum::* enum instead. remp/crm#3266
  • Fixed performance issues when logging in or using the API. remp/crm#3194
  • Added phone number as search possibility in the admin user filter form. remp/respekt#180
  • Added NewAddressChangeRequestEvent event and emit after creating new address change request. remp/crm#3239
  • Added new UserEnabledEvent event when user is reactivated (switched from disabled to enabled). github.com/#20
  • Added scenario condition UserCreatedAtCriteria for user element. Filters users created before or after some timeframe. remp/remp#2998
  • Fixed AddressChangeRequestsRepository::acceptRequest() to not let accept the same request multiple times. remp/crm#3266
  • Added API endpoint /v1/user/addresses, used for listing user's own addresses. remp/respekt#245
  • Added ViewObjects\Country view object. remp/crm#3183
  • Added new UserResetPasswordSuccessEvent which emits after successful password reset change. respekt#261
  • Added telephone number to user detail invoice address info. remp/respekt#278