Releases: stellarwp/slic
Releases · stellarwp/slic
0.5.1
Changed
- Fix an issue where the function-mocker-cache volume would be mounted with root ownership on Linux systems causing Function Mocker to fail while trying to set up cache in plugins that use it.
0.5.0
Added
- Added the tric target command to support running the same command against multiple targets.
0.4.5
Changed
- Allow for additional git upstreams other than GitHub.
0.4.4
[0.4.4] - 2020-06-29
Changed
- Fix and re-enable the parallel processing functionality.
0.4.1
[0.4.1] - 2020-06-25
Changed
- Add support for
DB_
prefixed database credentials and name in the original .env.*
files.
0.4.0
[0.4.0] - 2020-06-25
Added
- Added
tric upgrade
which allows you to upgrade tric
to the latest tagged release.
0.3.0
[0.3.0] - 2020-06-25
Added
- Prompt to
tric update
when container build version are out of sync from the tric version.
- Output npm error log when one is generated.
Changed
- Adjust pathing of subdirectories within the tric stack so that npm can find a
.git
directory when performing npm install
.
- Suppress the
fixuid
command output in the npm docker-entrypoint.sh
.
- Separated out poolable (passive) command functions from realtime command functions to prevent issues with interactivity.
0.2.0
- Feature - Added phpcs and phpcbf commands.
- Tweak - Added parallel processing of commands.
- Tweak - Changed
tric build
to tric build-stack
.
0.1.1
- Ensure .htaccess file is present in _wordpress
0.1.0
Fixing straggler dev/ issues