1.0.0
·
66 commits
to master
since this release
Included commits: https://github.com/spryker/application-extension/tree/1.0.0
Initial Release
- Introduced
ApplicationExtensionInterfacethat defines method for new application extensions that should be used by newApplicationclass that was introduced inApplicationmodule. - Introduced
BootableApplicationExtensionInterfacethat defines method for new application extensions that should be used by newApplicationclass that was introduced inApplicationmodule. Defines only application extensions that should execute some code on application boot.