Releases: spryker/install
Releases · spryker/install
1.1.0
Included commits: 1.0.2...1.1.0
Improvements
- Increased minimal PHP version to 8.
- Adjusted
Spryker\Zed\Install\Business\Style\SprykerStyle
for compatibility withsymfony/console:^6.0
.
1.0.2
Included commits: 1.0.1...1.0.2
Adjustments
- Adjusted
composer.json
to allow for newcodeception/module-asserts
major.
1.0.1
Included commits: 1.0.0...1.0.1
Improvements
- Adjusted
\Spryker\Zed\Install\Communication\Console\InstallConsole
so it's possible to execute installation for multiple stores instead of one.
1.0.0
Included commits: 0.5.4...1.0.0
Breaking Changes
- Adjusted package classes to turn it into Spryker module with the aim of making it extendable on the project level.
\Spryker\Console\InstallConsoleCommand
was removed in the favor of\Spryker\Zed\Install\Communication\Console\InstallConsole
. Binary file (vendor/bin/install) not uses a new one.- Infrastructure classes (
InstallFacade
,InstallBusinessFactory
,InstallConfig
, etc.) now can be extended on the project level. Original classes were removed.
0.5.4
0.5.3
0.5.2
0.5.1
Included commits: 0.5.0...0.5.1
Improvements
- Added
public
access modifier for class constants as per CS. - Updated behavior of
InstallConsoleCommand::getEnvironment()
so when noAPPLICATION_ENV
config is set, the default value will be 'production'. It is done for security reasons.
0.5.0
Included commits: 0.4.1...0.5.0
Improvements
- Disabled logging as default.
- Added option to console command to enable logging if needed.
0.4.1
Included commits: 0.4.0...0.4.1
Bugfixes
- Default command timeout was reverted to 600 seconds.
- Command timeout can be configured for all commands per recipe.