Skip to content

Releases: spryker/user-extension

1.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 08 Oct 16:21

Included commits: 1.4.0...1.5.0

Improvements

  • Introduced UserPostCreatePluginInterface to provide extension capabilities for actions that should be executed after a User is created.
  • Introduced UserPostUpdatePluginInterface to provide extension capabilities for actions that should be executed after a User is updated.
  • Introduced UserCollectionResponse transfer.

1.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 20 Sep 15:01

Included commits: 1.3.0...1.4.0

Improvements

  • Added PHP 8.3 support.

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 Feb 14:40

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced UserQueryCriteriaExpanderPluginInterface to expand the user's table query criteria.
  • Introduced QueryCriteria, UserCriteria transfers.

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 08 Feb 13:03

Included commits: 1.1.0...1.2.0

Improvements

  • Introduced UserExpanderPluginInterface to expand UserTransfers with additional data.
  • Introduced UserCollection transfer.
  • Added Transfer module to dependencies.

Deprecations

  • Deprecated UserTransferExpanderPluginInterface.

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 13 Feb 15:02

Included commits: 1.0.0...1.1.0

Improvements

Added \Spryker\Zed\UserExtension\Dependency\Plugin\UserPreSavePluginInterface plugin interface.
Added \Spryker\Zed\UserExtension\Dependency\Plugin\UserTransferExpanderPluginInterface plugin interface.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 05 Sep 12:28

Included commits: https://github.com/spryker/user-extension/tree/1.0.0

Initial Release

UserExtension provides interfaces for extending User module with plugins.