Skip to content

1.11.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 26 May 14:45
· 2 commits to master since this release

Included commits: 1.10.1...1.11.0

Improvements

  • Introduced Plugin PHP attribute to support single-plugin constructor injection, resolving a plugin instance directly from a DependencyProvider method without requiring manual wiring.
  • Introduced ProxyFactory::createSinglePluginProviderProxy() to resolve and return a single plugin from a DependencyProvider method, complementing the existing plugin stack resolution.