Skip to content

Releases: stellarwp/slic

1.2.4

22 Mar 15:27
335bbf4
Compare
Choose a tag to compare

What's Changed

  • Bugfix: PHP Warning: Undefined array key 1 in services.php on line 294 by @defunctl in #157

Full Changelog: 1.2.3...1.2.4

1.2.3

21 Mar 09:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

24 Feb 16:48
Compare
Choose a tag to compare

What's Changed

  • Use tmpfs for db and cache by @lucatume in #153
  • No longer build gd with AVIF, but we have a build arg to enable it on the fly by @defunctl in b584a3c

Full Changelog: 1.2.1...1.2.2

1.2.1

22 Feb 01:07
Compare
Choose a tag to compare

What's Changed

  • Cache docker images via the GitHub cache API by @defunctl in #152

Full Changelog: 1.2.0...1.2.1

1.2.0

22 Feb 00:26
Compare
Choose a tag to compare

What's Changed

  • Added the --skip-rebuild option to the slic 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 the slic 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 the SLIC_PHP_VERSION env var is not set.

Full Changelog: 1.1.7...1.2.0

1.1.7

21 Feb 17:44
Compare
Choose a tag to compare

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/build-push-action@v3.1.1 to docker/build-push-action@v3.3.1

  • Change - Bump action docker/metadata-action@v4.0.1 to docker/metadata-action@v4.3.0

  • 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

1.1.6

03 Jan 20:43
0669ad6
Compare
Choose a tag to compare

Changes

  • Fix - Modernize variable syntax to avoid PHP 8.2 deprecation notices.

1.1.5

29 Nov 16:33
88afe33
Compare
Choose a tag to compare
  • Fix - Enable and disable XDebug correctly in WorPress and slic container removing restart requirement.
  • Fix - Avoid issues with missing /usr/sbin/sendmail during WordPress installation. [#134]

1.1.4

03 Nov 16:54
5e9a970
Compare
Choose a tag to compare
  • Fix - Simplify the restart_all_services() code so that containers are all shut down and then all started.

1.1.3

10 Oct 20:03
Compare
Choose a tag to compare

Changes

  • Fix - Add the intl PHP module to the container.