v1.1.5
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()"