Skip to content

1.11.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 15 Apr 09:11
· 178 commits to master since this release

Included commits: 1.10.1...1.11.0

Deprecations

  • Deprecated ZedNavigationConfig::getNavigationSchemaFileNamePattern().
  • Deprecated ZedNavigationConfig::getRootNavigationSchema().
  • Deprecated ZedNavigationConfig::getCacheFile().

Improvements

  • Introduced ZedNavigationConfig::getNavigationSchemaFileNamePatterns() to return navigation schema file name patters indexed by navigation types.
  • Introduced ZedNavigationConfig::getRootNavigationSchemaPaths() to return absolute paths to navigation schemas indexed by navigation types.
  • Introduced ZedNavigationConfig::getCacheFilePaths() to return absolute paths to cache files indexed by navigation types.
  • Introduced ZedNavigationConfig::getDefaultNavigationType() to define the default navigation type.
  • Introduced ZedNavigationConfig::getCacheDirName() to define the cache directory name.
  • Introduced ZedNavigationConfig::getRootNavigationSchemasDirName() to define the navigation schemas directory name.
  • Adjusted ZedNavigationFacade::buildNavigation() with optional parameter $navigationType and possibility to build navigation by navigation type.
  • Adjusted ZedNavigationFacade::writeNavigationCache() to support the navigation types.
  • Adjusted ZedNavigationFacade::removeNavigationCache() to support the navigation types.
  • Adjusted ZedNavigationTwigPlugin::extend() to add support of navigation types to navigation Twig function.