Skip to content

Releases: spryker/company-business-unit

2.17.2

09 Sep 10:42
Compare
Choose a tag to compare

Included commits: 2.17.1...2.17.2

Fixes

  • Adjusted CompanyBusinessUnitFacade::update() facade method to set correct transfer object instance into the mapper.

2.17.1

06 May 14:03
Compare
Choose a tag to compare

Included commits: 2.17.0...2.17.1

Improvements

  • Added PHPStan 1.10.* support.

2.17.0

27 Mar 11:56
Compare
Choose a tag to compare

Included commits: 2.16.0...2.17.0

Improvements

  • Introduced CompanyBusinessUnitMerchantAclEntityRuleExpanderPlugin to expand provided AclEntityRule transfer objects with company business unit composite data.
  • Adjusted CompanyBusinessUnitAclEntityConfigurationExpanderPlugin to expand AclEntityMetadataConfig transfer object with Orm\Zed\CompanyBusinessUnit\Persistence\SpyCompanyBusinessUnit and Orm\Zed\CompanyBusinessUnit\Persistence\SpyCompanyBusinessUnit composite data.
  • Introduced AclEntityRule transfer.
  • Introduced AclEntityMetadataConfig.modelName transfer field.

Adjustments

  • Increased Transfer module version dependency.

2.16.0

19 Mar 12:50
Compare
Choose a tag to compare

Included commits: 2.15.1...2.16.0

Fixes

  • Adjusted CompanyBusinessUnitFacade::update() so it correctly persists changes when clearing properties of CompanyBusinessUnitTransfer.

2.15.1

03 Apr 08:34
Compare
Choose a tag to compare

Included commits: 2.15.0...2.15.1

Improvements

  • Added compatibility with Dynamic Store.

2.15.0

10 Mar 14:47
Compare
Choose a tag to compare

Included commits: 2.14.2...2.15.0

Improvements

  • Added AclMerchantPortalExtension, Transfer modules to dependencies.
  • Introduced CompanyBusinessUnitAclEntityConfigurationExpanderPlugin plugin to expand provided AclEntityMetadataConfig transfer object with company business unit composite data.
  • Introduced AclEntityMetadataConfig transfer.
  • Introduced AclEntityMetadata transfer.
  • Introduced AclEntityParentMetadata transfer.
  • Introduced AclEntityMetadataCollection transfer.

2.14.2

29 Dec 12:37
Compare
Choose a tag to compare

Included commits: 2.14.1...2.14.2

Fixes

  • Adjusted company_business_unit.databuilder.xml in order to fix CI errors.

2.14.1

10 Aug 18:43
Compare
Choose a tag to compare

Included commits: 2.14.0...2.14.1

Fixes

  • Fixed findDefaultBusinessUnitByCompanyId() function if no entity was found in the query

1.6.0

28 Jan 12:33
Compare
Choose a tag to compare

Included commits: 1.5.0...1.6.0

Improvements

  • Introduced CompanyBusinessUnitFacade::findCompanyBusinessUnitById() facade method for retrieving CompanyBusinessUnitTransfer by id.

2.14.0

04 Oct 14:12
Compare
Choose a tag to compare

Included commits: 2.13.0...2.14.0

Improvements

  • Adjusted CompanyBusinessUnitFacade::update() to increase performance and decrease memory consumption.