Skip to content

1.76.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Jun 17:27
· 7 commits to master since this release

Included commits: 1.75.2...1.76.0

Improvements

  • Extended LegacyPluginBridgeSubscriber to run getRestRequestValidatorPlugins and getControllerAfterActionPlugins plugin chains for API Platform endpoints, enabling missing plugin stacks needed for product bundle support.
  • Extended SyntheticRestRequestBuilderInterface::build() with optional $attributesClass parameter to populate resource attributes from the request body, required for request validator plugins that read body data via $restRequest->getResource()->getAttributes().