2.1.5
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
usecommand to guarantee that project specific override files will apply to all operations performed during the handling of theusecommand, including possible spin up of the stack. - Fixed - Correctly handle the
SLIC_WP_AUTO_UPDATE_CORE, allow "undefining" this env var withSLIC_WP_AUTO_UPDATE_CORE= - Fixed - Correctly handle the
SLIC_AUTOMATIC_UPDATER_DISABLED, allow "undefining" this env var withSLIC_AUTOMATIC_UPDATER_DISABLED= - Fixed - Correctly handle the
SLIC_WP_HTTP_BLOCK_EXTERNAL, allow "undefining" this env var withSLIC_WP_HTTP_BLOCK_EXTERNAL= - Changed -
update-dumpcommand 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=testwould previously be set.
Full Changelog: 2.1.4...2.1.5