Skip to content

Releases: stellarwp/slic

0.5.32

18 Mar 11:49
e16dd5d
Compare
Choose a tag to compare

Changes

  • Set the codeception container to use an image that locks PHP in at 7.3.*

0.5.31

15 Mar 13:37
575abcd
Compare
Choose a tag to compare

Changes

  • ARM-64 support

0.5.29

29 Nov 23:32
4927d2a
Compare
Choose a tag to compare

Changed

0.5.28

06 Oct 14:40
Compare
Choose a tag to compare

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

03 Jun 07:53
Compare
Choose a tag to compare

Changed

  • Fixed an issue where the path to the WP directory would not build correctly on Windows systems.

0.5.26

05 Mar 16:14
1bae9ad
Compare
Choose a tag to compare

Changed

  • Allow opening a shell in the cli service to run wp-cli commands just using tric cli.

0.5.25

03 Mar 10:27
65aa1ef
Compare
Choose a tag to compare

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

18 Feb 14:01
6a5a946
Compare
Choose a tag to compare

Changed

  • Update the WordPress image version, in the tric-stack.build.yml file, from 5.5 to 5.6 to fix CI build issues.

0.5.23

20 Jan 15:01
c153b63
Compare
Choose a tag to compare

Changed

  • Add an argument, to the reset command, to remove the default WordPress (/_wordpress) installation directory
    using tric reset wp.

0.5.22

20 Jan 13:48
3b52cc1
Compare
Choose a tag to compare

Added

  • Added the composer-cache command so the host machine's composer cache can be leveraged within tric containers.