Skip to content

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 10 Jan 13:26
· 66 commits to master since this release

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

Initial Release

  • Introduced ApplicationExtensionInterface that defines method for new application extensions that should be used by new Application class that was introduced in Application module.
  • Introduced BootableApplicationExtensionInterface that defines method for new application extensions that should be used by new Application class that was introduced in Application module. Defines only application extensions that should execute some code on application boot.