Skip to content

Releases: spryker/install

1.1.0

24 Jan 19:52
43698e5
Compare
Choose a tag to compare

Included commits: 1.0.2...1.1.0

Improvements

  • Increased minimal PHP version to 8.
  • Adjusted Spryker\Zed\Install\Business\Style\SprykerStyle for compatibility with symfony/console:^6.0.

1.0.2

30 Nov 15:14
b794ff6
Compare
Choose a tag to compare

Included commits: 1.0.1...1.0.2

Adjustments

  • Adjusted composer.json to allow for new codeception/module-asserts major.

1.0.1

01 Jun 11:37
1ab0165
Compare
Choose a tag to compare

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

19 Jan 08:59
1faea8f
Compare
Choose a tag to compare

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

06 Oct 12:04
92fdeff
Compare
Choose a tag to compare

Included commits: 0.5.3...0.5.4

Fixes

  • Always return int for console command.

0.5.3

23 Jan 10:01
6be2d89
Compare
Choose a tag to compare

Included commits: 0.5.2...0.5.3

Bugfixes

  • Allow next major of Symfony.
  • Allow next major of Monolog.

0.5.2

04 Jul 12:57
cae9796
Compare
Choose a tag to compare

Included commits: 0.5.1...0.5.2

Bugfixes

  • Added support for v4 symfony components.

0.5.1

18 Feb 13:23
44f57df
Compare
Choose a tag to compare

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 no APPLICATION_ENV config is set, the default value will be 'production'. It is done for security reasons.

0.5.0

26 Jul 07:37
8c9c7d3
Compare
Choose a tag to compare

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

13 Apr 12:46
8f840e7
Compare
Choose a tag to compare

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.