Skip to content

Releases: stellarwp/slic

0.5.21

19 Jan 14:19
2d7db43
Compare
Choose a tag to compare

Changed

  • Updated default WordPress image to 5.6-apache.

0.5.20

29 Dec 00:06
Compare
Choose a tag to compare

Changed

  • Updated default repo org to the-events-calendar.

0.5.19

11 Dec 15:12
8066a3a
Compare
Choose a tag to compare

Changed

  • Fix an issue where commands that required a ready and available WordPress installation in the tric WordPress
    directory would not take care to scaffold and install it; e.g. cli or site-cli.

0.5.18

10 Dec 10:08
fdabc1d
Compare
Choose a tag to compare

Changed

  • Fix an issue where the USING_CONTAINERS environment variable would be duplicated in environment files set up by
    tric init command.
  • Fix an issue where a negative answer to build targets with sub-directories, e.g. TEC and ET, would result in the
    target being built anyway.

0.5.17

04 Dec 16:47
553d61a
Compare
Choose a tag to compare

Changed

  • Fix the XDebug version and wordpress service Dockerfile to keep using version 2 and not update to version 3 on a rebuild (e.g. one triggered by tric update or tric build-stack commands).
  • Add the tric ssh command to allow opening a shell in a running stack service; differently from the shell command, the ssh command will not start the service if it's not already running.

0.5.16

02 Dec 13:24
f86d68d
Compare
Choose a tag to compare

Changed

  • Add support for the TRIC_HOST environment variable. This will override the default host machine IP address lookup tric would perform on Linux or the hard-wired host.docker.internal hostname tric would use on Windows and Mac host to set the default xdebug.remote_host value.
  • Default to the host machine IP address to set xdebug.remote_host only if the host has not been set by means of a call to tric xdebug host <host> or by setting the XDH environment variable explicitly.
  • Fix an issue that would reset run settings stored in the .env.tric.run file when using the tric xdebug <key> <value> command.
  • Correctly handle Docker network removal in parallel tasks to avoid "error while removing network" errors.
  • Add support for tric run to run all the avaiable Codeception test suites from the target one after another.

0.5.15

24 Nov 12:25
0620769
Compare
Choose a tag to compare

Changed

  • Removed the 3s wait at start of the codeception service.
  • Fixed (in the context of the lucatume/dockerfiles repository) an issue that would cause Codeception tests to exit 0 on failure and not 1 as expected.

0.5.14

24 Nov 08:57
Compare
Choose a tag to compare

Changed

  • Fixed volumes setup to make sure the volume, and the host file structure, created by WordPress container is owned by the current user and not root.
  • Fixed and issue that would change, on Linux, the file modes of all the used plugins, to a+rwx when using the run command; fixes #36

0.5.13

23 Nov 09:27
6c5ce65
Compare
Choose a tag to compare

Changed

  • Executing tric use without a target now attempts to set the current working directory as the target.
  • tric info now outputs all valid targets, which is what tric use without a valid target used to do.
  • The Composer prompt from tric init no longer appears if composer.json is not found, likewise for the NPM prompt if package.json is not found.
  • Fixed an issue that would prevent the npm and npm_lts services from correctly returning their exit status.
  • Add support for the --pretty flag to the npm and npm_lts commands to print a more human-readable output.

0.5.12

13 Nov 15:24
682435f
Compare
Choose a tag to compare

Changed

  • Fixed two issues in the target command where the command would fail if no previous target had been set.
  • Set the start of the random network subnet pool for parallel processes used by the target command to a higher number to reduce the chance of running into overlapping pool issues.