Skip to content

Releases: stellarwp/slic

1.1.5

29 Nov 16:33
88afe33
Compare
Choose a tag to compare
  • Fix - Enable and disable XDebug correctly in WorPress and slic container removing restart requirement.
  • Fix - Avoid issues with missing /usr/sbin/sendmail during WordPress installation. [#134]

1.1.4

03 Nov 16:54
5e9a970
Compare
Choose a tag to compare
  • Fix - Simplify the restart_all_services() code so that containers are all shut down and then all started.

1.1.3

10 Oct 20:03
Compare
Choose a tag to compare

Changes

  • Fix - Add the intl PHP module to the container.

1.1.2

07 Sep 13:50
Compare
Choose a tag to compare

Changed

  • Fix - Ensure actions that need to execute after containers start actually wait until those containers start.

1.1.1

06 Sep 09:29
0cd8396
Compare
Choose a tag to compare

Changed

  • Feature - Added the slic exec command that allows bash command execution within the stack. [#31]
  • Fix - Set the Composer cache directory default location correctly. [#78]
  • Tweak - Add SLIC_PHP_VERSION to slic info.
  • Tweak - Make the Valid Targets: output a bit less readable during slic info in favor of keeping the env values visible.

1.1.0

05 Sep 12:39
Compare
Choose a tag to compare

Changed

  • Feature - Prompt the user to stop containers before updating.
  • Feature - Add the slic php-version command and allow for switching between PHP versioned containers.
  • Fix - Allow wordpress.test to be resolvable during test execution by placing it in the /etc/hosts file of the slic and chrome containers.
  • Fix - PHP 8.0+ compatibility fix for WordPress zip downloads.
  • Fix - Prevent looping over the same test suite when executing slic run. [#118]
  • Fix - Better handling of checking for services that are up.

1.0.5

02 Sep 20:11
Compare
Choose a tag to compare

Changed

  • Switch the slic-stack.yml to use the new Docker images for slic and slic-wordpress.

1.0.4

02 Sep 19:45
Compare
Choose a tag to compare

Changed

  • Generate Docker images for slic and wordpress containers.

1.0.3

02 Sep 17:50
Compare
Choose a tag to compare

Changed

  • Fixes for the run command when executed while the containers are not already running.
  • Scaffold in a /cache directory to store test-related information.
  • PHP 8 deprecation warning fix.

1.0.2

02 Sep 11:04
Compare
Choose a tag to compare

Changed

  • Ensure that the right flags are passed during docker-compose command execution when in non-interactive mode.