Skip to content

Latest commit

 

History

History
135 lines (71 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

135 lines (71 loc) · 4.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • ...

[4.4.0] - 2024-08-29

Changed

  • Update symfony/yaml dependency to include ^7.0 (see #79) by @mp-sb

[4.3.0] - 2024-04-18

Added

  • Support import for encrypted configuration values (see #74) by @Maksold
  • Add support for keeping and not overwriting configuration values in specific environments (see #75) by @vpodorozh

[4.2.0] - 2023-09-29

Added

  • Allow running import command with empty directories (see #71) by @torhoehn

Changed

  • Fix theme import behavior where theme names containing a dash could not be resolved (see #72) by @Morgy93

[4.1.0] - 2023-03-24

Added

  • Support for project-specific resolvers and implement theme code resolver (see #69) by @therouv

Changed

[4.0.0] - 2023-01-19

Added

  • Export: Specify export file path through a new command option, refactor export file name and file path logic by @bluec and @therouv

Changed

  • Allow numbers in environment variables by @therouv

[3.10.1] - 2022-10-14

Changed

  • Fix null value regression during import by @therouv
  • Fix unit tests by @therouv

[3.10.0] - 2022-10-13

Added

[3.9.0] - 2022-09-29

Changed

  • Added some validation checks for environment variables by @peterjaap

[3.8.0] - 2022-09-29

Added

  • Added support and documentation for using environment variables by @peterjaap

Changed

  • Added documentation for previously undocumented base feature by @peterjaap

[3.7.0] - 2022-08-17

Changed

  • PHP 8.1 compatibility changes when using YAML export (handling of null values) @therouv

[3.6.0] - 2022-05-31

Changed

  • Allow PHP 8.1 for Magento 2.4.4 compatibility @therouv

[3.5.1] - 2022-03-23

Changed

  • Add compatibility to new symfony/yaml releases to fix config export command when using --hierarchical=y option @therouv
  • Allow symfony/yaml:^6.0 @therouv

[3.5.0] - 2021-03-13

Added

Changed

  • Use \Magento\Framework\Console\CommandListInterface instead of \Magento\Framework\Console\CommandList (#40) @therouv

[3.4.0] - 2020-12-21

Changed

  • Update dependency version constraints @therouv

[3.3.1] - 2020-08-07

Changed

  • Remove trailing comma for PHP 7.2 compatibility @therouv

[3.3.0] - 2020-08-06

Added

  • Add no-cache option to config import @therouv

Changed