Releases: spryker/config
Releases · spryker/config
Release list
3.7.1
3.7.0
3.6.0
Included commits: 3.5.2...3.6.0
Improvements
- Adjusted
Environmentconfiguration to add compatibility with Dynamic Store.
3.5.2
3.5.1
Included commits: 3.5.0...3.5.1
Fixes
- Adjusted
Spryker/Yves/Config/Theme/default/collector/spryker_config_profiler.html.twigin order to useapply spacelessinstead of deprecated plainspaceless. - Adjusted
Spryker/Yves/Theme/default/collector/spryker_config_profiler.html.twigin order to useapply spacelessinstead of deprecated plainspaceless. - Adjusted
Spryker/Zed/Config/Presentation/Collector/spryker_config_profiler.html.twigin order to useapply spacelessinstead of deprecated plainspaceless.
3.5.0
Included commits: 3.4.0...3.5.0
Improvements
- Added
APPLICATION_CODE_BUCKETglobal constant initialization in theEnvironment::initialize()method. - Changed store to the code bucket for the config loading precedence in the
Spryker\Shared\Config\Config. - Increased Kernel module version dependency.
3.4.0
Included commits: 3.3.1...3.4.0
Improvements
- Added
WebProfilerConfigDataCollectorPluginto collect used configurations during a request.
3.3.1
Included commits: 3.3.0...3.3.1
Improvements
- Adjusted
Config::hasKey()in order to don't use deprecatedarray_key_existswithArrayObject.
3.3.0
Included commits: 3.2.1...3.3.0
Improvements
- Deprecated Shared ConfigDataCollector code.
- Added
\Spryker\Zed\Config\Communication\Plugin\WebProfiler\WebProfilerConfigDataCollector.