Skip to content

Releases: spryker/business-on-behalf

1.3.0

05 Nov 16:32
Compare
Choose a tag to compare

Included commits: 1.2.0...1.3.0

Improvements

  • Added PHPUnit 11 support.

1.2.0

06 May 14:03
Compare
Choose a tag to compare

Included commits: 1.1.3...1.2.0

Improvements

  • Added PHPStan 1.10.* support.

1.1.3

03 Apr 08:33
Compare
Choose a tag to compare

Included commits: 1.1.2...1.1.3

Improvements

  • Added compatibility with Dynamic Store.

1.1.2

17 Jun 15:40
Compare
Choose a tag to compare

Included commits: 1.1.1...1.1.2

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

1.1.1

14 Oct 14:09
Compare
Choose a tag to compare

Included commits: 1.1.0...1.1.1

Bugfixes

  • Fixed transfer definitions to include missing uses of Transfers or Transfer properties.

1.1.0

27 May 11:51
Compare
Choose a tag to compare

Included commits: 1.0.4...1.1.0

Improvements

  • Introduced BusinessOnBehalfClientInterface::isCompanyUserChangeAllowed() to check that customer can/can't switch between company accounts.

1.0.4

23 Nov 10:16
Compare
Choose a tag to compare

Included commits: 1.0.3...1.0.4

Bugfixes

  • Fixed BusinessOnBehalfRepository::findActiveCompanyUserIdsByCustomerId() so it becomes compatible with CompanyUser module when there is no isActive column yet.
  • Fixed BusinessOnBehalfRepository::findDefaultCompanyUserByCustomerId() so it becomes compatible with CompanyUser module when there is no isActive column yet.

1.0.3

08 Nov 15:37
Compare
Choose a tag to compare

Included commits: 1.0.2...1.0.3

Bugfixes

Added filtering by Company Status is Approved in findActiveCompanyUserIdsByCustomerId() of BusinessOnBehalfRepository

1.0.2

23 Oct 09:01
Compare
Choose a tag to compare

Included commits: 1.0.1...1.0.2

Bugfixes

  • Added a filter to Business On Behalf Repository if company user is active.

1.0.1

28 Sep 15:19
Compare
Choose a tag to compare

Included commits: 1.0.0...1.0.1

Improvements

  • Updated CompanyUser module dependency version in composer.json.