1.11.0
·
2 commits
to master
since this release
Included commits: 1.10.1...1.11.0
Improvements
- Introduced
PluginPHP attribute to support single-plugin constructor injection, resolving a plugin instance directly from aDependencyProvidermethod without requiring manual wiring. - Introduced
ProxyFactory::createSinglePluginProviderProxy()to resolve and return a single plugin from aDependencyProvidermethod, complementing the existing plugin stack resolution.