Releases: stellarwp/slic
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
What's Changed
-
Added the
--skip-rebuild
option to theslic php-version set
command by @defunctl in #150 -
Display the composer version when running
slic info
by @defunctl in #151 -
Change - Display composer version in
slic info
. -
Added - The
--skip-rebuild
option to theslic php-version set
command to allow setting the PHP version without rebuilding the stack in order to speed up CI runs. Example:slic php-version set 8.1 --skip-rebuild
-
Fix -
slic php-version help
will now properly show command help text. -
Fix -
slic php-version
will now properly use the default PHP version if theSLIC_PHP_VERSION
env var is not set.
Full Changelog: 1.1.7...1.2.0
1.1.7
What's Changed
-
Publish docker images with a single workflow and utilize docker build arguments by @defunctl in #149
-
Change - The WordPress PHP7.3 image is only available in for WordPress 5.9.x.
-
Change - Convert docker image builds into single matrix GitHub workflows.
-
Added - Add a PHP 8.2 slic/WordPress docker image build. PHP8.2 is using WordPress version 6.1.1.
-
Change - Use docker build arguments when publishing docker containers.
-
Change - Bump action docker/[email protected] to docker/[email protected]
-
Change - Bump action docker/[email protected] to docker/[email protected]
-
Change - Bump nvm version from v0.39.1 to v0.39.3 in slic docker image.
New Contributors
Full Changelog: 1.1.6...1.1.7