Releases: stellarwp/slic
Releases · stellarwp/slic
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.
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
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
toslic
. - 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, theup
command can be used to start the stack and make the local site available. - Reworked how
slic
handles npm. It now usesnvm
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 thenpm
command.