Skip to content

Releases: stellarwp/slic

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.

1.0.1

01 Sep 16:34
Compare
Choose a tag to compare

This actually combines the unreleased 1.0.0 with 1.0.1.

[1.0.1] - 2022-09-01

Changed

  • Big overhaul of documentation within the tool.
  • Now saving the state of XDebug when running slic shell multiple times.
  • Added XDebug 3 compatible php.ini settings.

[1.0.0] - 2022-09-01

Changed

  • Rebranded tric to slic.
  • Consolidated many of the containers into a single slic container to simplify the stack and reduce the time to start up and shut down containers.
  • Containers are no longer brought down upon completion of a command.
  • Removed the serve command. Since containers remain up, the up command can be used to start the stack and make the local site available.
  • Reworked how slic handles npm. It now uses nvm under the hood and automatically installs the version of node that is dictated by .nvmrc.
  • Removed the npm_lts command. It is no longer needed after the reworking of the npm command.

0.5.35

01 Aug 09:30
Compare
Choose a tag to compare

Changed

  • Update the Composer container to use PHP 7.4.

0.5.33

15 Apr 13:30
5e4c9a0
Compare
Choose a tag to compare

Changed

  • Add the mysql command to quickly open a mysql shell in the running database container of the tric stack.
  • Add the wp command as alias of the cli command.