Releases: spryker/user-extension
Releases · spryker/user-extension
Release list
1.5.0
Included commits: 1.4.0...1.5.0
Improvements
- Introduced
UserPostCreatePluginInterfaceto provide extension capabilities for actions that should be executed after a User is created. - Introduced
UserPostUpdatePluginInterfaceto provide extension capabilities for actions that should be executed after a User is updated. - Introduced
UserCollectionResponsetransfer.
1.4.0
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Introduced
UserQueryCriteriaExpanderPluginInterfaceto expand the user's table query criteria. - Introduced
QueryCriteria,UserCriteriatransfers.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Introduced
UserExpanderPluginInterfaceto expandUserTransferswith additional data. - Introduced
UserCollectiontransfer. - Added
Transfermodule to dependencies.
Deprecations
- Deprecated
UserTransferExpanderPluginInterface.
1.1.0
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
Included commits: https://github.com/spryker/user-extension/tree/1.0.0
Initial Release
UserExtension provides interfaces for extending User module with plugins.