Skip to content

Releases: spryker/application-extension

1.1.0

26 Aug 09:16
Compare
Choose a tag to compare

Included commits: 1.0.1...1.1.0

Improvements

  • Introduced SecurityHeaderExpanderPluginInterface to provide extension capabilities for security headers.

1.0.1

25 Jan 08:49
Compare
Choose a tag to compare

Included commits: 1.0.0...1.0.1

Bugfixes

  • Updated composer suggest.

1.0.0

10 Jan 13:26
Compare
Choose a tag to compare

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.