Skip to content

Releases: stellarwp/slic

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.

0.5.11

10 Nov 16:45
fd1c295
Compare
Choose a tag to compare

Changed

  • Activate all debug options in the wordpress service.
  • Use a custom WordPress image for the stack, based on the default wordpress one, but modified to support and use XDebug.

0.5.10

14 Oct 08:49
e752acd
Compare
Choose a tag to compare

Changed

  • Fixed a smaller issue in the command.

0.5.9

08 Oct 15:41
120cfb8
Compare
Choose a tag to compare

Changed

  • Add the site-cli command to start a wp-cli container on a running and ready WordPress stack.

0.5.7

31 Aug 07:23
37f6a91
Compare
Choose a tag to compare

Changed

  • Add the npm_lts service and service to the stack to run npm commands on the current LTS version of node.

0.5.6

28 Aug 09:15
f873aa4
Compare
Choose a tag to compare

Changed

  • Fixed an issue where the terminal columns and lines detection would cause issues in CI context.
  • Fixed an issue where the npm image would not build correctly in CI context.

0.5.5

26 Aug 07:24
c4c26f1
Compare
Choose a tag to compare

Changed

  • Add support for the bash sub-command to the tric cli command to allow opening a bash shell into the cli container to manage the WordPress installation currently being served by tric serve.

0.5.4

19 Aug 07:57
196d6ad
Compare
Choose a tag to compare

Changed

  • Add support for multiple commands in the target command to allow running a set of commands on a set of targets.

0.5.3

17 Aug 12:52
0ab5586
Compare
Choose a tag to compare

Changed

  • Update the WordPress version used in the stack to 5.5.
  • Fix handling of default answers in prompts.

0.5.1

07 Aug 15:13
50f118f
Compare
Choose a tag to compare

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.