Releases: stellarwp/slic
Releases · stellarwp/slic
0.5.35
Changed
- Update the Composer container to use PHP 7.4.
0.5.33
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.
0.5.32
Changes
- Set the codeception container to use an image that locks PHP in at 7.3.*
0.5.28
Changed
- Updated the
node
version to 10.16.0
, this affects the npm
command and any other command usin the npm
container.
- Added the
host-ip
command to get the host machine IP address containers will be able to use to connect to the host (e.g. when setting up XDebug on Linux).
0.5.27
Changed
- Fixed an issue where the path to the WP directory would not build correctly on Windows systems.
0.5.26
Changed
- Allow opening a shell in the
cli
service to run wp-cli commands just using tric cli
.
0.5.25
Changed
- Set
COMPOSER_HTACCESS_PROTECT=0
explicitly in the docker-compose
configuration file to avoid an .htaccess
file being created in the root directory of the current target.
0.5.24
Changed
- Update the WordPress image version, in the
tric-stack.build.yml
file, from 5.5
to 5.6
to fix CI build issues.