Skip to content

2.1.5

Choose a tag to compare

@defunctl defunctl released this 28 Nov 18:11
· 10 commits to main since this release
577d848

What's Changed

Important

This includes an awesome bug fix to properly read a project's .env.slic.local so overriding now works in all scenarios when running slic use <project>.

  • Fixed - Handling of the project in the use command to guarantee that project specific override files will apply to all operations performed during the handling of the use command, including possible spin up of the stack.
  • Fixed - Correctly handle the SLIC_WP_AUTO_UPDATE_CORE, allow "undefining" this env var with SLIC_WP_AUTO_UPDATE_CORE=
  • Fixed - Correctly handle the SLIC_AUTOMATIC_UPDATER_DISABLED, allow "undefining" this env var with SLIC_AUTOMATIC_UPDATER_DISABLED=
  • Fixed - Correctly handle the SLIC_WP_HTTP_BLOCK_EXTERNAL, allow "undefining" this env var with SLIC_WP_HTTP_BLOCK_EXTERNAL=
  • Changed - update-dump command now validates dump file existence before processing, provides clearer progress messages, and properly restores the original WordPress version after testing with a specific version.
  • Fixed - read_env_file() no longer reads commented out env vars, e.g. # SOME_VAR=test would previously be set.

Full Changelog: 2.1.4...2.1.5