1.11.0
·
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$navigationTypeand 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 tonavigationTwig function.