Skip to content

Releases: VirtoCommerce/vc-module-customer

v2.14.20

14 Dec 12:48
Compare
Choose a tag to compare
  • The major performance improvements:
    • Added MemberResponseGroup to all API and services methods allows to manage fullness of resulting member object graph
    • Fixed non-optimal SQL query generated by EF, which was used to load member ancestors
  • Audit of contact data changes #46
    image
  • Indexing of the member dynamic properties #44
    image

v2.14.19

03 Aug 13:52
Compare
Choose a tag to compare
  • Added new API bulk methods for CRUD operations #41

v2.14.18

06 Jun 14:20
Compare
Choose a tag to compare
  • Fixed bug with organizations import

v2.14.17

04 Jun 12:12
Compare
Choose a tag to compare
  • Added possibility to change Address.Name #34
  • Allow changing the customer data batch size which used for platform export/import #33

v2.14.16

15 May 15:32
Compare
Choose a tag to compare
  • Added Russian localization
  • Was completely switched AddressDataEntity to comparison by primary key ('value object' comparison logic is no longer used)

v2.14.15

07 May 15:40
Compare
Choose a tag to compare
  • Fixed bug with the EF query dynamic building #29
  • Remove the required constraint from Address.Name column in the database schema
  • Fixed bug with loading contact organizations #30

v2.14.14

02 Apr 09:02
Compare
Choose a tag to compare
  • Map AddressEntity.Id -> Address.Key property, To allow make references to the member addresses.
  • Added possibility to manage User Groups for Organization #27
  • The work with member events has been reworked to use the new IEventPublisher abstraction and include the original (unchanged) member in the member changed event.

v2.14.13

16 Mar 14:56
Compare
Choose a tag to compare
  • Raise two kinds of events Before and After members saving #26 thanks @danielstarzewski
  • Extend Contact with Contact.PhotoUrl property #24

v2.14.12

07 Feb 16:03
Compare
Choose a tag to compare

v2.14.11

18 Jan 09:06
Compare
Choose a tag to compare
  • Fixed bug which caused platform crash