3.85.0
·
2 commits
to master
since this release
Included commits: 3.84.2...3.85.0
Breaking Changes
- Removed deprecated
KernelConfig::featureExists()method.
Improvements
- Extended
KernelConfig::getPathsToCoreModules()to unconditionally include thespryker-featurevendor path. - Introduced
ModuleNamesFinder::filterExistingPaths()to skip non-existent paths when discovering core module names, preventing errors in environments without all vendor directories present.