Releases: stellarwp/slic
Releases · stellarwp/slic
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
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
toslic info
. - Tweak - Make the
Valid Targets:
output a bit less readable duringslic info
in favor of keeping the env values visible.
1.1.0
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 theslic
andchrome
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.