Skip to content

Latest commit

 

History

History
78 lines (41 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

78 lines (41 loc) · 2.07 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]

  • ...

[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