Skip to content

v1.1.5

Choose a tag to compare

@Amadeco Amadeco released this 26 Apr 16:43
· 10 commits to main since this release
9c0b075

fix(layered-nav): Fix MetaRobotsPlugin calling getLayout() on invalid result type

Description:

  • Resolved an error where MetaRobotsPlugin was calling getLayout() on result objects
    that don't implement this method. Added defensive checks to verify layout object
    exists before attempting to access blocks.

  • Error fixed: "Call to undefined method Magento\Framework\Controller\Result\Forward\Interceptor::getLayout()"